Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IOSXESource ¶
type IOSXESource struct { common.Config // IOSXE fetched data. Initialized in init functions. SystemInfo systemReply Interfaces map[string]iface ArpEntries []arpEntry // IOSXE synced data. Created in sync functions. NBDevice *objects.Device NBInterfaces map[string]*objects.Interface // interfaceName -> netboxInterface }
func (*IOSXESource) Init ¶
func (is *IOSXESource) Init() error
func (*IOSXESource) Sync ¶
func (is *IOSXESource) Sync(nbi *inventory.NetboxInventory) error
Click to show internal directories.
Click to hide internal directories.