|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<Task.Status> org.jclouds.savvis.vpdc.domain.Task.Status
public static enum Task.Status
Enum Constant Summary | |
---|---|
ERROR
Savvis VPDC is failed, please kindly contact Savvis administrator for further clarification/assistance with the respective request data. |
|
NONE
Unexpected Savvus VPDC Status, Savvis VPDC is failed, please kindly contact Savvis administrator for further clarification/assistance with the respective request data. |
|
QUEUED
Savvis VPDC is processing the user request, please wait for the provisioning process to complete. |
|
RUNNING
Savvis VPDC is processing the user request, please wait for the provisioning process to complete. |
|
SUCCESS
Savvis VPDC successfully provisioned and available for use. |
|
UNRECOGNIZED
|
Method Summary | |
---|---|
static Task.Status |
fromValue(String status)
|
String |
toString()
|
String |
value()
|
static Task.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Task.Status[] |
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, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Task.Status SUCCESS
public static final Task.Status RUNNING
public static final Task.Status QUEUED
public static final Task.Status ERROR
public static final Task.Status NONE
public static final Task.Status UNRECOGNIZED
Method Detail |
---|
public static Task.Status[] values()
for (Task.Status c : Task.Status.values()) System.out.println(c);
public static Task.Status 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 String value()
public String toString()
toString
in class Enum<Task.Status>
public static Task.Status fromValue(String status)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |