Table of Contents

Class LldpCdpPortsCdp

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

LldpCdp Ports Cdp

[DataContract]
public class LldpCdpPortsCdp
Inheritance
LldpCdpPortsCdp
Inherited Members

Constructors

LldpCdpPortsCdp()

public LldpCdpPortsCdp()

Properties

Address

Management IP address

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

Property Value

string

Capabilities

Capabilities

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

NativeVlan

Native VLAN

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "nativeVlan")]
public int? NativeVlan { get; set; }

Property Value

int?

Platform

Platform

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

VtpManagementDomain

VTP management domain

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

Property Value

string