LoadBalancerArgument Class |
Namespace: net.openstack.Providers.Rackspace.Objects.AutoScale
The LoadBalancerArgument type exposes the following members.
Name | Description | |
---|---|---|
LoadBalancerArgument |
Initializes a new instance of the LoadBalancerArgument class
with the specified load balancer ID and port.
|
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.) | |
LoadBalancerId |
Gets the ID of the load balancer to add new servers to.
| |
Port |
Gets the port on which new servers will receive traffic from the load balancer, often port 80.
|