public enum GetInstanceHealthResponse.HealthState extends Enum<GetInstanceHealthResponse.HealthState> implements ProtocolMessageEnumIf an instance is healthy or not.
Protobuf enum google.cloud.notebooks.v1.GetInstanceHealthResponse.HealthState
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| AGENT_NOT_INSTALLED | The instance has not installed health monitoring agent. Applies to ACTIVE state. |
| AGENT_NOT_INSTALLED_VALUE | The instance has not installed health monitoring agent. Applies to ACTIVE state. |
| AGENT_NOT_RUNNING | The instance health monitoring agent is not running. Applies to ACTIVE state. |
| AGENT_NOT_RUNNING_VALUE | The instance health monitoring agent is not running. Applies to ACTIVE state. |
| HEALTHY | The instance is known to be in an healthy state (for example, critical daemons are running) Applies to ACTIVE state. |
| HEALTHY_VALUE | The instance is known to be in an healthy state (for example, critical daemons are running) Applies to ACTIVE state. |
| HEALTH_STATE_UNSPECIFIED | The instance substate is unknown. |
| HEALTH_STATE_UNSPECIFIED_VALUE | The instance substate is unknown. |
| UNHEALTHY | The instance is known to be in an unhealthy state (for example, critical daemons are not running) Applies to ACTIVE state. |
| UNHEALTHY_VALUE | The instance is known to be in an unhealthy state (for example, critical daemons are not running) Applies to ACTIVE state. |
| UNRECOGNIZED |
Static Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |
Methods
| Name | Description |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() |