healthState property
The health state of the NotebookRuntime.
Output only. Possible string values are:
- "HEALTH_STATE_UNSPECIFIED" : Unspecified health state.
- "HEALTHY" : NotebookRuntime is in healthy state. Applies to ACTIVE state.
- "UNHEALTHY" : NotebookRuntime is in unhealthy state. Applies to ACTIVE state.
Implementation
core.String? healthState;