Reference documentation and code samples for the Google Anthos Multi Cloud V1 Client class State.
The lifecycle state of the cluster.
Protobuf type google.cloud.gkemulticloud.v1.AwsCluster.State
Methods
name
value
mixed
value
name
mixed
Constants
STATE_UNSPECIFIED
Value: 0
Not set.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
PROVISIONING
Value: 1
The PROVISIONING state indicates the cluster is being created.
Generated from protobuf enum PROVISIONING = 1;
RUNNING
Value: 2
The RUNNING state indicates the cluster has been created and is fully usable.
Generated from protobuf enum RUNNING = 2;
RECONCILING
Value: 3
The RECONCILING state indicates that some work is actively being done on the cluster, such as upgrading the control plane replicas.
Generated from protobuf enum RECONCILING = 3;
STOPPING
Value: 4
The STOPPING state indicates the cluster is being deleted.
Generated from protobuf enum STOPPING = 4;
ERROR
Value: 5
The ERROR state indicates the cluster is in a broken unrecoverable state.
Generated from protobuf enum ERROR = 5;
DEGRADED
Value: 6
The DEGRADED state indicates the cluster requires user action to restore full functionality.
Generated from protobuf enum DEGRADED = 6;