Table of Contents

Class OrganizationSwitchPortsTopologyDiscoveryByDeviceItemPortLldpItem

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

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

string

Value

Value of the named TLV.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "value")]
public string Value { get; set; }

Property Value

string