Reference documentation and code samples for the Google Cloud Vmware Engine V1 Client class State.
Enum State defines possible states of private cloud clusters.
Protobuf type google.cloud.vmwareengine.v1.Cluster.State
Namespace
Google \ Cloud \ VmwareEngine \ V1 \ ClusterMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
The default value. This value should never be used.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
ACTIVE
Value: 1
The Cluster is operational and can be used by the user.
Generated from protobuf enum ACTIVE = 1;
CREATING
Value: 2
The Cluster is being deployed.
Generated from protobuf enum CREATING = 2;
UPDATING
Value: 3
Adding or removing of a node to the cluster, any other cluster specific updates.
Generated from protobuf enum UPDATING = 3;
DELETING
Value: 4
The Cluster is being deleted.
Generated from protobuf enum DELETING = 4;
REPAIRING
Value: 5
The Cluster is undergoing maintenance, for example: a failed node is getting replaced.
Generated from protobuf enum REPAIRING = 5;