VMware Engine v1 API - Enum Cluster.Types.State (1.0.0)

public enum Cluster.Types.State

Reference 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.V1

Assembly

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.