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