Class SwitchLinkAggregation
CreateNetworkSwitchLinkAggregation
[DataContract]
public class SwitchLinkAggregation
- Inheritance
-
SwitchLinkAggregation
- Inherited Members
Properties
Id
Id
[DataMember(Name = "id")]
public string Id { get; set; }
Property Value
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
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; }