LoadBalancerStatus Class |
Namespace: net.openstack.Providers.Rackspace.Objects.LoadBalancers
The LoadBalancerStatus type exposes the following members.
Name | Description | |
---|---|---|
Equals | Indicates whether the current object is equal to another object of the same type. (Inherited from ExtensibleEnumT.) | |
FromName |
Gets the LoadBalancerStatus instance with the specified name.
| |
ToString | Returns a string that represents the current object. (Inherited from ExtensibleEnumT.) |
Name | Description | |
---|---|---|
Active |
Gets a LoadBalancerStatus representing a load balancer that is configured
properly and ready to serve traffic to incoming requests via the configured virtual IPs.
| |
Build |
Gets a LoadBalancerStatus representing a load balancer that is being
provisioned for the first time and configuration is being applied to bring the service
online. The service will not yet be ready to serve incoming requests.
| |
Deleted |
Gets a LoadBalancerStatus representing a load balancer that has been
deleted.
| |
Error |
Gets a LoadBalancerStatus indicating the system encountered an error
when attempting to configure the load balancer.
| |
Name |
Gets the canonical name of this member.
(Inherited from ExtensibleEnumT.) | |
PendingDelete |
Gets a LoadBalancerStatus representing a load balancer that is online
but configuration changes are being applied to begin deletion of the service based
on a previous request.
| |
PendingUpdate |
Gets a LoadBalancerStatus representing a load balancer that is online
but configuration changes are being applied to update the service based on a previous
request.
| |
Suspended |
Gets a LoadBalancerStatus representing a load balancer that has been
taken offline and disabled.
|