Class LldpCdpPort
LldpCdp Port
[DataContract]
public class LldpCdpPort
- Inheritance
-
LldpCdpPort
- Inherited Members
Properties
Cdp
cdp information
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "cdp")]
public LldpCdpPortsCdp Cdp { get; set; }
Property Value
Device
Associated device information
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "device")]
public LldpCdpPortsDevice Device { get; set; }
Property Value
DeviceMac
MAC address for the device
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "deviceMac")]
public string DeviceMac { get; set; }
Property Value
Lldp
lldp information
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "lldp")]
public LldpCdpPortsLldp Lldp { get; set; }