Table of Contents

Class LldpCdpPortsLldp

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

LldpCdp Ports Lldp

[DataContract]
public class LldpCdpPortsLldp
Inheritance
LldpCdpPortsLldp
Inherited Members

Properties

ManagementAddress

Management IP address

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "managementAddress")]
public string? ManagementAddress { get; set; }

Property Value

string

PortId

ID for the port

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "portId")]
public string? PortId { get; set; }

Property Value

string

SourcePort

Source port

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "sourcePort")]
public string? SourcePort { get; set; }

Property Value

string

SystemName

Device system name

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "systemName")]
public string? SystemName { get; set; }

Property Value

string