public enum Cluster.Types.StateReference documentation and code samples for the VMware Engine v1 API enum Cluster.Types.State.
Enum State defines possible states of private cloud clusters.
Namespace
Google.Cloud.VmwareEngine.V1Assembly
Google.Cloud.VmwareEngine.V1.dll
Fields |
|
|---|---|
| Name | Description |
Active |
The Cluster is operational and can be used by the user. |
Creating |
The Cluster is being deployed. |
Deleting |
The Cluster is being deleted. |
Repairing |
The Cluster is undergoing maintenance, for example: a failed node is getting replaced. |
Unspecified |
The default value. This value should never be used. |
Updating |
Adding or removing of a node to the cluster, any other cluster specific updates. |