Class SwitchStackCreationRequest
CreateNetworkSwitchStack
[DataContract]
public class SwitchStackCreationRequest
- Inheritance
-
SwitchStackCreationRequest
- Inherited Members
Properties
Name
The name of the new stack
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
- string
The name of the new stack
Serials
An array of switch serials to be added into the new stack
[DataMember(Name = "serials")]
public List<string> Serials { get; set; }