Enum Cluster.Status (0.38.0)

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

Indicates the status of the cluster.

Protobuf enum google.cloud.edgecontainer.v1.Cluster.Status

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DELETING

The cluster is being deleted.

DELETING = 3;

DELETING_VALUE

The cluster is being deleted.

DELETING = 3;

ERROR

The status indicates that some errors occurred while reconciling/deleting the cluster.

ERROR = 4;

ERROR_VALUE

The status indicates that some errors occurred while reconciling/deleting the cluster.

ERROR = 4;

PROVISIONING

The cluster is being created.

PROVISIONING = 1;

PROVISIONING_VALUE

The cluster is being created.

PROVISIONING = 1;

RECONCILING

The cluster is undergoing some work such as version upgrades, etc.

RECONCILING = 5;

RECONCILING_VALUE

The cluster is undergoing some work such as version upgrades, etc.

RECONCILING = 5;

RUNNING

The cluster is created and fully usable.

RUNNING = 2;

RUNNING_VALUE

The cluster is created and fully usable.

RUNNING = 2;

STATUS_UNSPECIFIED

Status unknown.

STATUS_UNSPECIFIED = 0;

STATUS_UNSPECIFIED_VALUE

Status unknown.

STATUS_UNSPECIFIED = 0;

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