google_api_dataproc v0.20.0 GoogleApi.Dataproc.V1.Model.ClusterStatus View Source
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.substate
(type:String.t
, default:nil
) - Output only. Additional state information that includes status reported by the agent.
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 Sourcet() :: %GoogleApi.Dataproc.V1.Model.ClusterStatus{ detail: String.t(), state: String.t(), stateStartTime: DateTime.t(), substate: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.