Class DeviceLiveToolsCyclePortCreateRequest
Device Live Tools Cycle Port Create Request
[DataContract]
public class DeviceLiveToolsCyclePortCreateRequest
- Inheritance
-
DeviceLiveToolsCyclePortCreateRequest
- Inherited Members
Constructors
DeviceLiveToolsCyclePortCreateRequest()
public DeviceLiveToolsCyclePortCreateRequest()
Properties
Callback
Details for the callback. Please include either an httpServerId OR url and sharedSecret
[DataMember(Name = "callback")]
public DeviceLiveToolsCyclePortCreateRequestCallback? Callback { get; set; }
Property Value
Ports
A list of ports to cycle. For Catalyst switches, IOS interface names are also supported, such as "GigabitEthernet1/0/8", "Gi1/0/8", or even "1/0/8".
[DataMember(Name = "ports")]
public List<string> Ports { get; set; }