Enum Runtime.HealthState (1.39.0)

public enum Runtime.HealthState extends Enum<Runtime.HealthState> implements ProtocolMessageEnum

The runtime substate.

Protobuf enum google.cloud.notebooks.v1.Runtime.HealthState

Implements

ProtocolMessageEnum

Static Fields

NameDescription
AGENT_NOT_INSTALLED

The runtime has not installed health monitoring agent. Applies to ACTIVE state.

AGENT_NOT_INSTALLED = 3;

AGENT_NOT_INSTALLED_VALUE

The runtime has not installed health monitoring agent. Applies to ACTIVE state.

AGENT_NOT_INSTALLED = 3;

AGENT_NOT_RUNNING

The runtime health monitoring agent is not running. Applies to ACTIVE state.

AGENT_NOT_RUNNING = 4;

AGENT_NOT_RUNNING_VALUE

The runtime health monitoring agent is not running. Applies to ACTIVE state.

AGENT_NOT_RUNNING = 4;

HEALTHY

The runtime is known to be in an healthy state (for example, critical daemons are running) Applies to ACTIVE state.

HEALTHY = 1;

HEALTHY_VALUE

The runtime is known to be in an healthy state (for example, critical daemons are running) Applies to ACTIVE state.

HEALTHY = 1;

HEALTH_STATE_UNSPECIFIED

The runtime substate is unknown.

HEALTH_STATE_UNSPECIFIED = 0;

HEALTH_STATE_UNSPECIFIED_VALUE

The runtime substate is unknown.

HEALTH_STATE_UNSPECIFIED = 0;

UNHEALTHY

The runtime is known to be in an unhealthy state (for example, critical daemons are not running) Applies to ACTIVE state.

UNHEALTHY = 2;

UNHEALTHY_VALUE

The runtime is known to be in an unhealthy state (for example, critical daemons are not running) Applies to ACTIVE state.

UNHEALTHY = 2;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()