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.AzureCluster.State
Namespace
Google \ Cloud \ GkeMultiCloud \ V1 \ AzureClusterMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Not set.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
PROVISIONING
Value: 1The PROVISIONING state indicates the cluster is being created.
Generated from protobuf enum PROVISIONING = 1;
RUNNING
Value: 2The RUNNING state indicates the cluster has been created and is fully usable.
Generated from protobuf enum RUNNING = 2;
RECONCILING
Value: 3The 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: 4The STOPPING state indicates the cluster is being deleted.
Generated from protobuf enum STOPPING = 4;
ERROR
Value: 5The ERROR state indicates the cluster is in a broken unrecoverable state.
Generated from protobuf enum ERROR = 5;
DEGRADED
Value: 6The DEGRADED state indicates the cluster requires user action to restore full functionality.
Generated from protobuf enum DEGRADED = 6;