google_api_dataproc v0.6.0 GoogleApi.Dataproc.V1.Model.ClusterStatus View Source

The status of a cluster and its instances.

Attributes

  • detail (String.t): Output only. Optional details of cluster's state. Defaults to: null.
  • state (String.t): Output only. The cluster's state. Defaults to: null.

    • Enum - one of [UNKNOWN, CREATING, RUNNING, ERROR, DELETING, UPDATING]
  • stateStartTime (DateTime.t): Output only. Time when this state was entered. Defaults to: null.
  • substate (String.t): Output only. Additional state information that includes status reported by the agent. Defaults to: null.

    • Enum - one of [UNSPECIFIED, UNHEALTHY, STALE_STATUS]

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Dataproc.V1.Model.ClusterStatus{
  detail: any(),
  state: any(),
  stateStartTime: DateTime.t(),
  substate: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.