Class LinkAggregationSwitchPort
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
Serial
Serial number of the switch.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "serial")]
public string Serial { get; set; }