Table of Contents

Class OrganizationSwitchPortsClientsOverviewByDeviceItem

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

Switches

[DataContract]
public class OrganizationSwitchPortsClientsOverviewByDeviceItem
Inheritance
OrganizationSwitchPortsClientsOverviewByDeviceItem
Inherited Members

Constructors

OrganizationSwitchPortsClientsOverviewByDeviceItem()

public OrganizationSwitchPortsClientsOverviewByDeviceItem()

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.ReadWrite)]
[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 OrganizationSwitchPortsClientsOverviewByDeviceItemNetwork Network { get; set; }

Property Value

OrganizationSwitchPortsClientsOverviewByDeviceItemNetwork

Ports

The number of online clients of the ports on the switch.

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

Property Value

List<OrganizationSwitchPortsClientsOverviewByDeviceItemPort>

Serial

The serial number of the switch.

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

Property Value

string