View Source GoogleApi.Dataproc.V1.Model.ClusterStatus (google_api_dataproc v0.54.0)

The status of a cluster and its instances.

Attributes

  • detail (type: String.t, default: nil) - Optional. Output only. Details of cluster's state.
  • state (type: String.t, default: nil) - Output only. The cluster's state.
  • stateStartTime (type: DateTime.t, default: nil) - Output only. Time when this state was entered (see JSON representation of Timestamp (https://developers.google.com/protocol-buffers/docs/proto3#json)).
  • substate (type: String.t, default: nil) - Output only. Additional state information that includes status reported by the agent.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataproc.V1.Model.ClusterStatus{
  detail: String.t() | nil,
  state: String.t() | nil,
  stateStartTime: DateTime.t() | nil,
  substate: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.