Documentation
¶
Index ¶
- Constants
- type ArpTableKey
- type CdpKey
- type CheckKey
- type CheckLineKey
- type CommKey
- type DirKey
- type Dot1dPortKey
- type GPUKey
- type HotFixInstallKey
- type IbnetDiscoverKey
- type IfTableKey
- type InstallImpactKey
- type IpmiLogKey
- type Ipv6NeighborKey
- type LLdpKey
- type MacTableKey
- type MetaKey
- type NetworkDeviceVersionKey
- type OnuCollectKey
- type PortChannelKey
- type PortInfoKey
- type StpKey
- type VersionKey
Constants ¶
View Source
const ( MetaRestfullPort = MetaKey("restfull_port") MetaNetconfPort = MetaKey("netconf_port") MetaTelnetPort = MetaKey("telnet_port") MetaSShPort = MetaKey("ssh_port") MetaIpmiPort = MetaKey("ipmi_port") MetaRedfishPort = MetaKey("redfish_port") MetaEnable = MetaKey("enable") MetaEnableSSh = MetaKey("enable_ssh") MetaEnableTelnet = MetaKey("enable_telnet") MetaEnableNetconf = MetaKey("enable_netconf") MetaEnableRestfull = MetaKey("enable_restfull") MetaEnableIpmi = MetaKey("enable_ipmi") MetaEnableSnmp = MetaKey("enable_snmp") MetaEnableRedfish = MetaKey("enable_redfish") MetaVersion = MetaKey("version") MetaRedfishVersion = MetaKey("redfish_version") MetaPatchVersion = MetaKey("patch_version") )
View Source
const ( LLdpOutgoing = LLdpKey("outgoing") LLdpPeerInterface = LLdpKey("peer_interface") LLdpName = LLdpKey("name") LLdpIp = LLdpKey("ip") )
View Source
const ( PortChannelName = PortChannelKey("portchannel") PortChannelInterface = PortChannelKey("interface") )
View Source
const ( PortInfoInterface = PortInfoKey("interface") PortInfoState = PortInfoKey("state") PortInfoDeviceIp = PortInfoKey("device_ip") )
View Source
const ( ArpTableIp = ArpTableKey("ip") ArpTableMac = ArpTableKey("mac") ArpTableIfindex = ArpTableKey("ifindex") ArpTableIpMac = ArpTableKey("ip_mac") ArpInterface = ArpTableKey("interface") )
View Source
const ( MacTableMac = MacTableKey("mac") MacTableVlan = MacTableKey("vlan") MacTableName = MacTableKey("name") MacTableType = MacTableKey("type") )
View Source
const ( StpPort = StpKey("port") StpSend = StpKey("send") StpReceive = StpKey("receive") StpVlan = StpKey("vlan") )
View Source
const ( Ipv6NeighborIpv6 = Ipv6NeighborKey("ipv6") Ipv6NeighborInterface = Ipv6NeighborKey("interface") Ipv6NeighborLink = Ipv6NeighborKey("link") Ipv6NeighborVlan = Ipv6NeighborKey("vlan") Ipv6NeighborVpn = Ipv6NeighborKey("vpn") )
View Source
const ( CommonKeyBefore = CommKey("before") CommonKeyAfter = CommKey("after") CommonCommand = CommKey("command") CommonKey = CommKey("key") CommonOutput = CommKey("output") CommonStatus = CommKey("status") )
View Source
const ( VersionNum = VersionKey("version") SubVersionNum = VersionKey("version_child") ImageName = VersionKey("image") )
View Source
const ( LineCheck = CheckKey("check") LineMsg = CheckKey("msg") )
View Source
const ( DirFree = DirKey("free") DirTotal = DirKey("total") )
View Source
const ( CheckOneLine = CheckLineKey("checkline") CheckOneMsg = CheckLineKey("msg") )
View Source
const ( HotFixInstallStatus = HotFixInstallKey("status") HotFixInstallCommand = HotFixInstallKey("command") )
View Source
const ( InstallImpactCheckLine = InstallImpactKey("checkline") InstallImpactBootable = InstallImpactKey("bootable") InstallImpactNxos = InstallImpactKey("nxos") InstallImpactBios = InstallImpactKey("bios") InstallImpactYesCheckline = InstallImpactKey("yescheckline") )
View Source
const ( NetworkDeviceVersion = NetworkDeviceVersionKey("version") NetworkDeviceType = NetworkDeviceVersionKey("device_type") )
View Source
const ( OnuName = OnuCollectKey("name") OnuSoftwareVersion = OnuCollectKey("software_version") OnuEquipmentID = OnuCollectKey("equipment_id") OnuSn = OnuCollectKey("sn") OnuMac = OnuCollectKey("mac") OnuIp = OnuCollectKey("ip") OnuManagementMode = OnuCollectKey("management_mode") OnuLineProfName = OnuCollectKey("line_prof_name") OnuSrvProfName = OnuCollectKey("srv_prof_name") OnuDesc = OnuCollectKey("desc") OnuUpTime = OnuCollectKey("up_time") OnuDownTime = OnuCollectKey("down_time") OnuDownCause = OnuCollectKey("down_cause") OnuActiveStatus = OnuCollectKey("active_status") OnuConfigStatus = OnuCollectKey("config_status") OnuBatteryStatus = OnuCollectKey("battery_status") OnuMatchStatus = OnuCollectKey("match_status") OnuRunStatus = OnuCollectKey("run_status") OnuDyingGaspTime = OnuCollectKey("dying_gasp_time") )
View Source
const ( IpmiLogID = IpmiLogKey("id") IpmiLogDate = IpmiLogKey("data") IpmiLogTime = IpmiLogKey("tm") IpmiLogSensorName = IpmiLogKey("sensor_name") IpmiLogDescription = IpmiLogKey("description") IpmiLogStatus = IpmiLogKey("status") )
View Source
const ( GPUName = GPUKey("name") GPUSerialNumber = GPUKey("serial_number") GPUManufacture = GPUKey("manufacture") GPUMemoryTotal = GPUKey("memory_total") GPUFirmwareVersion = GPUKey("vbios_version") GPUDriverVersion = GPUKey("driver_version") GPUBusID = GPUKey("bus_id") GPUUuID = GPUKey("uuid") )
View Source
const (
CdpOutgoing = CdpKey("outgoing")
)
View Source
const (
Dot1dPortName = Dot1dPortKey("name")
)
View Source
const (
IBNetDiscover = IbnetDiscoverKey("ibnetdiscover")
)
View Source
const (
IfTableName = IfTableKey("name")
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArpTableKey ¶
type ArpTableKey = string
type CheckLineKey ¶
type CheckLineKey = string
type Dot1dPortKey ¶
type Dot1dPortKey = string
type HotFixInstallKey ¶
type HotFixInstallKey = string
type IbnetDiscoverKey ¶
type IbnetDiscoverKey = string
type IfTableKey ¶
type IfTableKey = string
type InstallImpactKey ¶
type InstallImpactKey = string
type IpmiLogKey ¶
type IpmiLogKey = string
type Ipv6NeighborKey ¶
type Ipv6NeighborKey = string
type MacTableKey ¶
type MacTableKey = string
type NetworkDeviceVersionKey ¶
type NetworkDeviceVersionKey = string
type OnuCollectKey ¶
type OnuCollectKey = string
type PortChannelKey ¶
type PortChannelKey = string
type PortInfoKey ¶
type PortInfoKey = string
type VersionKey ¶
type VersionKey = string
Click to show internal directories.
Click to hide internal directories.