substate property

String? substate
getter/setter pair

Additional state information that includes status reported by the agent.

Output only. Possible string values are:

  • "UNSPECIFIED" : The cluster substate is unknown.
  • "UNHEALTHY" : The cluster is known to be in an unhealthy state (for example, critical daemons are not running or HDFS capacity is exhausted).Applies to RUNNING state.
  • "STALE_STATUS" : The agent-reported status is out of date (may occur if Dataproc loses communication with Agent).Applies to RUNNING state.

Implementation

core.String? substate;