Class OrganizationSwitchPortsTopologyDiscoveryByDeviceItemPort
Port belonging to the switch with LLDP/CDP discovery info.
[DataContract]
public class OrganizationSwitchPortsTopologyDiscoveryByDeviceItemPort
- Inheritance
-
OrganizationSwitchPortsTopologyDiscoveryByDeviceItemPort
- Inherited Members
Constructors
OrganizationSwitchPortsTopologyDiscoveryByDeviceItemPort()
public OrganizationSwitchPortsTopologyDiscoveryByDeviceItemPort()
Properties
Cdp
The Cisco Discovery Protocol (CDP) information of the connected device.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "cdp")]
public List<OrganizationSwitchPortsTopologyDiscoveryByDeviceItemPortCdpItem> Cdp { get; set; }
Property Value
LastUpdatedAt
Timestamp for most recent discovery info on this port.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "lastUpdatedAt")]
public string LastUpdatedAt { get; set; }
Property Value
Lldp
The Link Layer Discovery Protocol (LLDP) information of the connected device.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "lldp")]
public List<OrganizationSwitchPortsTopologyDiscoveryByDeviceItemPortLldpItem> 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; }