Table of Contents

Class SwitchPortsTopologyDiscoveryByDeviceItem

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

Switch Ports Topology Discover By Device Item

[DataContract]
public class SwitchPortsTopologyDiscoveryByDeviceItem
Inheritance
SwitchPortsTopologyDiscoveryByDeviceItem
Inherited Members

Properties

Mac

The MAC address of the switch.

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

Property Value

string

Model

The model of the switch.

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

Property Value

string

Name

The name of the switch.

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

Property Value

string

Network

Identifying information of the switch's network.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "network")]
public SwitchPortsTopologyDiscoveryByDeviceItemNetwork Network { get; set; }

Property Value

SwitchPortsTopologyDiscoveryByDeviceItemNetwork

Ports

The number of ports on the switch with usage data.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ports")]
public List<SwitchPortsTopologyDiscoveryByDeviceItemPort> Ports { get; set; }

Property Value

List<SwitchPortsTopologyDiscoveryByDeviceItemPort>

Serial

The serial number of the switch.

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

Property Value

string