org.jclouds.savvis.vpdc.domain
Enum VDC.Status

java.lang.Object
  extended by java.lang.Enum<VDC.Status>
      extended by org.jclouds.savvis.vpdc.domain.VDC.Status
All Implemented Interfaces:
Serializable, Comparable<VDC.Status>
Enclosing class:
VDC

public static enum VDC.Status
extends 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

DEPLOYED

public static final VDC.Status DEPLOYED
Savvis VPDC successfully provisioned and available for use


DESIGNING

public static final VDC.Status DESIGNING
Savvis VPDC need to be provisioned and cannot invoke any of the VCloud (post request method type) API's


SAVED

public static final VDC.Status SAVED
Savvis VPDC need to be provisioned and cannot invoke any of the VCloud (post request method type) API's


INQUEUE

public static final VDC.Status INQUEUE
Please wait for the provisioning process to complete and cannot invoke any of the VCloud (post request method type) API's


PROVISIONING

public static final VDC.Status PROVISIONING
Please wait for the provisioning process to complete and cannot invoke any of the VCloud (post request method type) API's


PARTIALLY_DEPLOYED

public static final VDC.Status PARTIALLY_DEPLOYED
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


FAILED

public static final VDC.Status 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


UNRECOGNIZED

public static final VDC.Status UNRECOGNIZED
Method Detail

values

public static VDC.Status[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (VDC.Status c : VDC.Status.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static VDC.Status valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

toString

public String toString()
Overrides:
toString in class Enum<VDC.Status>

fromValue

public static VDC.Status fromValue(String status)


Copyright © 2009-2012 jclouds. All Rights Reserved.