Table of Contents

Class LldpCdp

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

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

Dictionary<string, LldpCdpPort>

SourceMac

Source mac

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

Property Value

string