Table of Contents

Class LldpCdpPortsCdp

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

LldpCdp Ports Cdp

[DataContract]
public class LldpCdpPortsCdp
Inheritance
LldpCdpPortsCdp
Inherited Members

Properties

Address

Management IP address

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

Property Value

string

DeviceId

ID for the device

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

Property Value

string

Model

Model for the device

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

Property Value

string

Name

Name for the device

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "name")]
public string? Name { 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

Version

Version for the device

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

Property Value

string