state property
State of the resource.
New values may be added to this enum when appropriate.
Output only. Possible string values are:
- "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.
Implementation
core.String? state;