Table of Contents

Class SwitchPortsTopologyDiscoveryByDeviceItemPort

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

SwitchPortsTopologyDiscoveryByDeviceItemPort

[DataContract]
public class SwitchPortsTopologyDiscoveryByDeviceItemPort
Inheritance
SwitchPortsTopologyDiscoveryByDeviceItemPort
Inherited Members

Properties

Cdp

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

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "cdp")]
public SwitchPortsTopologyDiscoveryByDeviceItemPortCdp Cdp { get; set; }

Property Value

SwitchPortsTopologyDiscoveryByDeviceItemPortCdp

LastUpdatedAt

Timestamp for most recent discovery info on this port.

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

Property Value

DateTime

Lldp

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

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "lldp")]
public SwitchPortsTopologyDiscoveryByDeviceItemPortCdp Lldp { get; set; }

Property Value

SwitchPortsTopologyDiscoveryByDeviceItemPortCdp

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