Table of Contents

Class SwitchPortsBySwitch

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll
[DataContract]
public class SwitchPortsBySwitch : NamedItem
Inheritance
SwitchPortsBySwitch
Inherited Members

Properties

Mac

Switch Mac Address

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

Property Value

string

Model

Switch Model

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

Property Value

string

Network

Network

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

Property Value

SwitchPortsBySwitchNetwork

Ports

Switch Ports

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

Property Value

List<SwitchPort>

Serial

Switch Serial Number

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

Property Value

string