GoogleCloudDataprocClusterStatus
No description
type GoogleCloudDataprocClusterStatus {
detail: String!
state: GoogleCloudDataprocClusterStatusStateType!
stateStartedAt: DateTime!
substate: GoogleCloudDataprocClusterStatusSubstateType!
}
Fields
GoogleCloudDataprocClusterStatus.detail
● String!
non-null scalar
Details of cluster's state
GoogleCloudDataprocClusterStatus.state
● GoogleCloudDataprocClusterStatusStateType!
non-null enum
The cluster's state
GoogleCloudDataprocClusterStatus.stateStartedAt
● DateTime!
non-null scalar
Time when this state was entered
GoogleCloudDataprocClusterStatus.substate
● GoogleCloudDataprocClusterStatusSubstateType!
non-null enum
Additional state information that includes status reported by the agent
Member of
GoogleCloudDataprocCluster
object