NodeCondition Class |
Namespace: net.openstack.Providers.Rackspace.Objects.LoadBalancers
The NodeCondition 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 NodeCondition instance with the specified name.
| |
ToString | Returns a string that represents the current object. (Inherited from ExtensibleEnumT.) |
Name | Description | |
---|---|---|
Disabled |
Gets a NodeCondition instance representing a node which is not permitted
to accept any new connections regardless of the session persistence configuration.
Existing connections are forcibly terminated.
| |
Draining |
Gets a NodeCondition instance representing a node which is allowed to
service existing established connections and connections that are being directed to
it as a result of the session persistence configuration.
| |
Enabled |
Gets a NodeCondition instance representing a node which is permitted
to accept new connections.
| |
Name |
Gets the canonical name of this member.
(Inherited from ExtensibleEnumT.) |