Table of Contents

Class OrganizationSwitchPortsTopologyDiscoveryByDeviceItemPort

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

Port belonging to the switch with LLDP/CDP discovery info.

[DataContract]
public class OrganizationSwitchPortsTopologyDiscoveryByDeviceItemPort
Inheritance
OrganizationSwitchPortsTopologyDiscoveryByDeviceItemPort
Inherited Members

Constructors

OrganizationSwitchPortsTopologyDiscoveryByDeviceItemPort()

public OrganizationSwitchPortsTopologyDiscoveryByDeviceItemPort()

Properties

Cdp

The Cisco Discovery Protocol (CDP) information of the connected device.

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "cdp")]
public List<OrganizationSwitchPortsTopologyDiscoveryByDeviceItemPortCdpItem> Cdp { get; set; }

Property Value

List<OrganizationSwitchPortsTopologyDiscoveryByDeviceItemPortCdpItem>

LastUpdatedAt

Timestamp for most recent discovery info on this port.

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

Property Value

string

Lldp

The Link Layer Discovery Protocol (LLDP) information of the connected device.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "lldp")]
public List<OrganizationSwitchPortsTopologyDiscoveryByDeviceItemPortLldpItem> Lldp { get; set; }

Property Value

List<OrganizationSwitchPortsTopologyDiscoveryByDeviceItemPortLldpItem>

PortId

The string identifier of this port on the switch. This is commonly just the port number but may contain additional identifying information such as the slot and module-type if the port is located on a port module.

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

Property Value

string