Class ClusterStatus

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

The status of a cluster and its instances.

Attributes

NameDescription
state google.cloud.dataproc_v1.types.ClusterStatus.State
Output only. The cluster's state.
detail str
Optional. Output only. 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_v1.types.ClusterStatus.Substate
Output only. Additional state information that includes status reported by the agent.

Inheritance

builtins.object > proto.message.Message > ClusterStatus

Classes

State

State(value)

The cluster state.

Substate

Substate(value)

The cluster substate.