Table of Contents

Class LinkAggregationSwitchPort

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

SwitchPort

[DataContract]
public class LinkAggregationSwitchPort
Inheritance
LinkAggregationSwitchPort
Inherited Members

Properties

PortId

Port identifier of switch port. For modules, the identifier is "SlotNumber_ModuleType_PortNumber" (Ex: "1_8X10G_1"), otherwise it is just the port number (Ex: "8").

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

Property Value

string

Serial

Serial number of the switch.

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

Property Value

string