Module: Google::Cloud::VmwareEngine::V1::PrivateCloud::State
- Defined in:
- proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb
Overview
Enum State defines possible states of private clouds.
Constant Summary collapse
- STATE_UNSPECIFIED =
The default value. This value should never be used.
0
- ACTIVE =
The private cloud is ready.
1
- CREATING =
The private cloud is being created.
2
- UPDATING =
The private cloud is being updated.
3
- FAILED =
The private cloud is in failed state.
5
- DELETED =
The private cloud is scheduled for deletion. The deletion process can be cancelled by using the corresponding undelete method.
6
- PURGING =
The private cloud is irreversibly deleted and is being removed from the system.
7