|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<VDC.Status> org.jclouds.savvis.vpdc.domain.VDC.Status
public static enum VDC.Status
Enum Constant Summary | |
---|---|
DEPLOYED
Savvis VPDC successfully provisioned and available for use |
|
DESIGNING
Savvis VPDC need to be provisioned and cannot invoke any of the VCloud (post request method type) API's |
|
FAILED
Please kindly contact Savvis administrator for further clarification/assistance with the respective request data and cannot invoke any of the VCloud (post request method type) API's |
|
INQUEUE
Please wait for the provisioning process to complete and cannot invoke any of the VCloud (post request method type) API's |
|
PARTIALLY_DEPLOYED
Please kindly contact Savvis administrator for further clarification/assistance with the respective request data. |
|
PROVISIONING
Please wait for the provisioning process to complete and cannot invoke any of the VCloud (post request method type) API's |
|
SAVED
Savvis VPDC need to be provisioned and cannot invoke any of the VCloud (post request method type) API's |
|
UNRECOGNIZED
|
Method Summary | |
---|---|
static VDC.Status |
fromValue(String status)
|
String |
toString()
|
static VDC.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static VDC.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 VDC.Status DEPLOYED
public static final VDC.Status DESIGNING
public static final VDC.Status SAVED
public static final VDC.Status INQUEUE
public static final VDC.Status PROVISIONING
public static final VDC.Status PARTIALLY_DEPLOYED
public static final VDC.Status FAILED
public static final VDC.Status UNRECOGNIZED
Method Detail |
---|
public static VDC.Status[] values()
for (VDC.Status c : VDC.Status.values()) System.out.println(c);
public static VDC.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 toString()
toString
in class Enum<VDC.Status>
public static VDC.Status fromValue(String status)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |