Module: Google::Cloud::VmwareEngine::V1::Cluster::State
- Defined in:
- proto_docs/google/cloud/vmwareengine/v1/vmwareengine_resources.rb
Overview
Enum State defines possible states of private cloud clusters.
Constant Summary collapse
- STATE_UNSPECIFIED =
The default value. This value should never be used.
0
- ACTIVE =
The Cluster is operational and can be used by the user.
1
- CREATING =
The Cluster is being deployed.
2
- UPDATING =
Adding or removing of a node to the cluster, any other cluster specific updates.
3
- DELETING =
The Cluster is being deleted.
4
- REPAIRING =
The Cluster is undergoing maintenance, for example: a failed node is getting replaced.
5