Class SwitchLinkAggregationMeta
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
Serial
The serial number of the switch. Undocumented property.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "serial")]
public string? Serial { get; set; }
Property Value
SwitchStackId
The ID of the switch stack
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "switchStackId")]
public string? SwitchStackId { get; set; }