ServerLaunchArguments Class |
Namespace: net.openstack.Providers.Rackspace.Objects.AutoScale
The ServerLaunchArguments type exposes the following members.
Name | Description | |
---|---|---|
ServerLaunchArguments(ServerArgument) |
Initializes a new instance of the ServerLaunchArguments class
with the specified server argument.
| |
ServerLaunchArguments(ServerArgument, IEnumerableLoadBalancerArgument) |
Initializes a new instance of the ServerLaunchArguments class
with the specified server argument and collection of load balancers to initially
add created servers to.
|
Name | Description | |
---|---|---|
ExtensionData |
Gets a map of object properties which did not map to another field or property
during JSON deserialization. The keys of the map represent the property names,
and the values are JToken instances containing the parsed JSON
values.
(Inherited from ExtensibleJsonObject.) | |
LoadBalancers |
Gets a collection of LoadBalancerArgument objects describing the load balancers to
initially add the created server to.
| |
Server |
Gets a ServerArgument object describing the launch arguments for the server.
|