Documentation
¶
Overview ¶
Package integrations contains NDM integrations utils
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Integration ¶
type Integration string
Integration is an enum listing NDM integrations
const ( // SNMP the SNMP integration SNMP Integration = "snmp" // CiscoSDWAN the Cisco SD-WAN integration CiscoSDWAN Integration = "cisco-sdwan" // Versa the Versa integration Versa Integration = "versa" // Netflow the Netflow integration Netflow Integration = "netflow" // NetworkConfigManagement the Network Configuration Management integration NetworkConfigManagement Integration = "network-configuration-management" )
Click to show internal directories.
Click to hide internal directories.