Enum AzureCluster.State (0.40.0)

public enum AzureCluster.State extends Enum<AzureCluster.State> implements ProtocolMessageEnum

The lifecycle state of the cluster.

Protobuf enum google.cloud.gkemulticloud.v1.AzureCluster.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DEGRADED

The DEGRADED state indicates the cluster requires user action to restore full functionality.

DEGRADED = 6;

DEGRADED_VALUE

The DEGRADED state indicates the cluster requires user action to restore full functionality.

DEGRADED = 6;

ERROR

The ERROR state indicates the cluster is in a broken unrecoverable state.

ERROR = 5;

ERROR_VALUE

The ERROR state indicates the cluster is in a broken unrecoverable state.

ERROR = 5;

PROVISIONING

The PROVISIONING state indicates the cluster is being created.

PROVISIONING = 1;

PROVISIONING_VALUE

The PROVISIONING state indicates the cluster is being created.

PROVISIONING = 1;

RECONCILING

The RECONCILING state indicates that some work is actively being done on the cluster, such as upgrading the control plane replicas.

RECONCILING = 3;

RECONCILING_VALUE

The RECONCILING state indicates that some work is actively being done on the cluster, such as upgrading the control plane replicas.

RECONCILING = 3;

RUNNING

The RUNNING state indicates the cluster has been created and is fully usable.

RUNNING = 2;

RUNNING_VALUE

The RUNNING state indicates the cluster has been created and is fully usable.

RUNNING = 2;

STATE_UNSPECIFIED

Not set.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Not set.

STATE_UNSPECIFIED = 0;

STOPPING

The STOPPING state indicates the cluster is being deleted.

STOPPING = 4;

STOPPING_VALUE

The STOPPING state indicates the cluster is being deleted.

STOPPING = 4;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()