Class SwitchProfilePort
SwitchProfilePort
[DataContract]
public class SwitchProfilePort
- Inheritance
-
SwitchProfilePort
- 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
Profile
Profile identifier.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "profile")]
public string Profile { get; set; }