Table of Contents

Class SwitchLinkAggregation

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

CreateNetworkSwitchLinkAggregation

[DataContract]
public class SwitchLinkAggregation
Inheritance
SwitchLinkAggregation
Inherited Members

Properties

Id

Id

[DataMember(Name = "id")]
public string Id { get; set; }

Property Value

string

SwitchPorts

Array of switch or stack ports for creating aggregation group. Minimum 2 and maximum 8 ports are supported.

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "switchPorts")]
public List<LinkAggregationSwitchPort> SwitchPorts { get; set; }

Property Value

List<LinkAggregationSwitchPort>

SwitchProfilePorts

Array of switch profile ports for creating aggregation group. Minimum 2 and maximum 8 ports are supported.

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "switchProfilePorts")]
public List<SwitchProfilePort> SwitchProfilePorts { get; set; }

Property Value

List<SwitchProfilePort>