Class DeviceSwitchPortsCycleRequest
CycleDeviceSwitchPorts
[DataContract]
public class DeviceSwitchPortsCycleRequest
- Inheritance
-
DeviceSwitchPortsCycleRequest
- Inherited Members
Properties
Ports
List of switch ports. Example: [1, 2-5, 1_MA-MOD-8X10G_1, 1_MA-MOD-8X10G_2-1_MA-MOD-8X10G_8]
[DataMember(Name = "ports")]
public List<string> Ports { get; set; }