Table of Contents

Class SwitchLinkAggregationMeta

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

Metadata for switch link aggregation

[DataContract]
public class SwitchLinkAggregationMeta
Inheritance
SwitchLinkAggregationMeta
Inherited Members

Constructors

SwitchLinkAggregationMeta()

public SwitchLinkAggregationMeta()

Properties

AggrId

The aggregation ID

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

Property Value

string

Serial

The serial number of the switch. Undocumented property.

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

Property Value

string

SwitchStackId

The ID of the switch stack

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

Property Value

string