Class ClusterStatus (2.4.0)

ClusterStatus(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The status of a cluster and its instances. .. attribute:: state

Output only. The cluster's state.

:type: google.cloud.dataproc_v1beta2.types.ClusterStatus.State

Attributes

NameDescription
detail str
Output only. Optional details of cluster's state.
state_start_time google.protobuf.timestamp_pb2.Timestamp
Output only. Time when this state was entered (see JSON representation of Timestamp __).
substate google.cloud.dataproc_v1beta2.types.ClusterStatus.Substate
Output only. Additional state information that includes status reported by the agent.

Classes

State

State(value)

The cluster state.

Substate

Substate(value)

The cluster substate.