public static enum Task.Status extends Enum<Task.Status>
Enum Constant and Description |
---|
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 |
Modifier and Type | Method and Description |
---|---|
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.
|
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
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 nameNullPointerException
- if the argument is nullpublic String value()
public String toString()
toString
in class Enum<Task.Status>
public static Task.Status fromValue(String status)
Copyright © 2009-2012 jclouds. All Rights Reserved.