Reference documentation and code samples for the Google Cloud Vmware Engine V1 Client class State.
Enum State defines possible states of a node in a cluster.
Protobuf type google.cloud.vmwareengine.v1.Node.State
Namespace
Google \ Cloud \ VmwareEngine \ V1 \ NodeMethods
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
Node is operational and can be used by the user.
Generated from protobuf enum ACTIVE = 1;
CREATING
Value: 2
Node is being provisioned.
Generated from protobuf enum CREATING = 2;
FAILED
Value: 3
Node is in a failed state.
Generated from protobuf enum FAILED = 3;
UPGRADING
Value: 4
Node is undergoing maintenance, e.g.: during private cloud upgrade.
Generated from protobuf enum UPGRADING = 4;