Enum Cluster.Status (2.3.6)

public enum Cluster.Status extends Enum<Cluster.Status> implements ProtocolMessageEnum

The current status of the cluster.

Protobuf enum google.container.v1beta1.Cluster.Status

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DEGRADED

The DEGRADED state indicates the cluster requires user action to restore full functionality. Details can be found in the statusMessage field.

DEGRADED = 6;

DEGRADED_VALUE

The DEGRADED state indicates the cluster requires user action to restore full functionality. Details can be found in the statusMessage field.

DEGRADED = 6;

ERROR

The ERROR state indicates the cluster may be unusable. Details can be found in the statusMessage field.

ERROR = 5;

ERROR_VALUE

The ERROR state indicates the cluster may be unusable. Details can be found in the statusMessage field.

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 master or node software. Details can be found in the statusMessage field.

RECONCILING = 3;

RECONCILING_VALUE

The RECONCILING state indicates that some work is actively being done on the cluster, such as upgrading the master or node software. Details can be found in the statusMessage field.

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;

STATUS_UNSPECIFIED

Not set.

STATUS_UNSPECIFIED = 0;

STATUS_UNSPECIFIED_VALUE

Not set.

STATUS_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()