Class State (1.4.4)

State(value)

Enum State defines possible states of private clouds.

Enums

Name Description
STATE_UNSPECIFIED The default value. This value should never be used.
ACTIVE The private cloud is ready.
CREATING The private cloud is being created.
UPDATING The private cloud is being updated.
FAILED The private cloud is in failed state.
DELETED The private cloud is scheduled for deletion. The deletion process can be cancelled by using the corresponding undelete method.
PURGING The private cloud is irreversibly deleted and is being removed from the system.