Class LldpCdp
LLDP CDP
[DataContract]
public class LldpCdp
- Inheritance
-
LldpCdp
- Inherited Members
Constructors
LldpCdp()
public LldpCdp()
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
PortsFixed
The Ports dictionary is returned with keys wan0, wan1, wan2 This is inconsistent with the rest of the API, where the WAN ports are named wan1, wan2, and wan3. This dictionary is used to map the keys to the correct names.
[ApiAccess(ApiAccess.Read)]
[JsonIgnore]
public Dictionary<string, LldpCdpPort> PortsFixed { get; }
Property Value
SourceMac
Source mac
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "sourceMac")]
public string SourceMac { get; set; }