|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<BaseNode.Condition> org.jclouds.cloudloadbalancers.domain.internal.BaseNode.Condition
public static enum BaseNode.Condition
Virtual IP Conditions
Enum Constant Summary | |
---|---|
DISABLED
Node is not permitted to accept any new connections regardless of session persistence configuration. |
|
DRAINING
Node is allowed to service existing established connections and connections that are being directed to it as a result of the session persistence configuration. |
|
ENABLED
Node is permitted to accept new connections. |
|
UNRECOGNIZED
|
Method Summary | |
---|---|
static BaseNode.Condition |
fromValue(String condition)
|
static BaseNode.Condition |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static BaseNode.Condition[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final BaseNode.Condition ENABLED
public static final BaseNode.Condition DISABLED
public static final BaseNode.Condition DRAINING
public static final BaseNode.Condition UNRECOGNIZED
Method Detail |
---|
public static BaseNode.Condition[] values()
for (BaseNode.Condition c : BaseNode.Condition.values()) System.out.println(c);
public static BaseNode.Condition valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic static BaseNode.Condition fromValue(String condition)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |