Class State (1.4.2)

State(value)

Enum State defines possible states of private clouds.

Values: STATE_UNSPECIFIED (0): The default value. This value should never be used. ACTIVE (1): The private cloud is ready. CREATING (2): The private cloud is being created. UPDATING (3): The private cloud is being updated. FAILED (5): The private cloud is in failed state. DELETED (6): The private cloud is scheduled for deletion. The deletion process can be cancelled by using the corresponding undelete method. PURGING (7): The private cloud is irreversibly deleted and is being removed from the system.