Class SwitchPortsTopologyDiscoveryByDeviceItemPort
SwitchPortsTopologyDiscoveryByDeviceItemPort
[DataContract]
public class SwitchPortsTopologyDiscoveryByDeviceItemPort
- Inheritance
-
SwitchPortsTopologyDiscoveryByDeviceItemPort
- Inherited Members
Properties
Cdp
The Cisco Discovery Protocol (CDP) information of the connected device.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "cdp")]
public SwitchPortsTopologyDiscoveryByDeviceItemPortCdp Cdp { get; set; }
Property Value
LastUpdatedAt
Timestamp for most recent discovery info on this port.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "lastUpdatedAt")]
public DateTime LastUpdatedAt { get; set; }
Property Value
Lldp
The Link Layer Discovery Protocol (LLDP) information of the connected device.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "lldp")]
public SwitchPortsTopologyDiscoveryByDeviceItemPortCdp Lldp { get; set; }
Property Value
PortId
The string identifier of this port on the switch. This is commonly just the port number but may contain additional identifying information such as the slot and module-type if the port is located on a port module.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "portId")]
public string PortId { get; set; }