GetInstanceHealthResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Response for checking if a notebook instance is healthy.
Attributes |
|
---|---|
Name | Description |
health_state |
google.cloud.notebooks_v1.types.GetInstanceHealthResponse.HealthState
Output only. Runtime health_state. |
health_info |
MutableMapping[str, str]
Output only. Additional information about instance health. Example: healthInfo": { "docker_proxy_agent_status": "1", "docker_status": "1", "jupyterlab_api_status": "-1", "jupyterlab_status": "-1", "updated": "2020-10-18 09:40:03.573409" } |
Classes
HealthInfoEntry
HealthInfoEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Parameters | |
---|---|
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |
HealthState
HealthState(value)
If an instance is healthy or not.