public enum Runtime.HealthState extends Enum<Runtime.HealthState> implements ProtocolMessageEnum
The runtime substate.
Protobuf enum google.events.cloud.notebooks.v1.Runtime.HealthState
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
AGENT_NOT_INSTALLED | The runtime has not installed health monitoring agent. Applies to ACTIVE state. |
AGENT_NOT_INSTALLED_VALUE | The runtime has not installed health monitoring agent. Applies to ACTIVE state. |
AGENT_NOT_RUNNING | The runtime health monitoring agent is not running. Applies to ACTIVE state. |
AGENT_NOT_RUNNING_VALUE | The runtime health monitoring agent is not running. Applies to ACTIVE state. |
HEALTHY | The runtime is known to be in an healthy state (for example, critical daemons are running) Applies to ACTIVE state. |
HEALTHY_VALUE | The runtime is known to be in an healthy state (for example, critical daemons are running) Applies to ACTIVE state. |
HEALTH_STATE_UNSPECIFIED | The runtime substate is unknown. |
HEALTH_STATE_UNSPECIFIED_VALUE | The runtime substate is unknown. |
UNHEALTHY | The runtime is known to be in an unhealthy state (for example, critical daemons are not running) Applies to ACTIVE state. |
UNHEALTHY_VALUE | The runtime 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() |