Enum ClusterStatus.Substate (3.0.3)

public enum ClusterStatus.Substate extends Enum<ClusterStatus.Substate> implements ProtocolMessageEnum

The cluster substate.

Protobuf enum google.cloud.dataproc.v1.ClusterStatus.Substate

Implements

ProtocolMessageEnum

Static Fields

NameDescription
STALE_STATUS

The agent-reported status is out of date (may occur if Dataproc loses communication with Agent). Applies to RUNNING state.

STALE_STATUS = 2;

STALE_STATUS_VALUE

The agent-reported status is out of date (may occur if Dataproc loses communication with Agent). Applies to RUNNING state.

STALE_STATUS = 2;

UNHEALTHY

The cluster is known to be in an unhealthy state (for example, critical daemons are not running or HDFS capacity is exhausted). Applies to RUNNING state.

UNHEALTHY = 1;

UNHEALTHY_VALUE

The cluster is known to be in an unhealthy state (for example, critical daemons are not running or HDFS capacity is exhausted). Applies to RUNNING state.

UNHEALTHY = 1;

UNRECOGNIZED
UNSPECIFIED

The cluster substate is unknown.

UNSPECIFIED = 0;

UNSPECIFIED_VALUE

The cluster substate is unknown.

UNSPECIFIED = 0;

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