Class LldpCdp
LLDP CDP
[DataContract]
public class LldpCdp
- Inheritance
-
LldpCdp
- Inherited Members
Properties
Ports
Mapping of ports to lldp and/or cdp information
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ports")]
public Dictionary<string, LldpCdpPort> Ports { get; set; }
Property Value
SourceMac
Source mac
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "sourceMac")]
public string SourceMac { get; set; }