Class OrganizationSwitchPortsTopologyDiscoveryByDeviceItemPortLldpItem
The Link Layer Discovery Protocol (LLDP) information of the connected device.
[DataContract]
public class OrganizationSwitchPortsTopologyDiscoveryByDeviceItemPortLldpItem
- Inheritance
-
OrganizationSwitchPortsTopologyDiscoveryByDeviceItemPortLldpItem
- Inherited Members
Constructors
OrganizationSwitchPortsTopologyDiscoveryByDeviceItemPortLldpItem()
public OrganizationSwitchPortsTopologyDiscoveryByDeviceItemPortLldpItem()
Properties
Name
LLDP RFC/official name of TLV
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Value
Value of the named TLV.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "value")]
public string Value { get; set; }