Enum HealthStatusForNetworkEndpoint.HealthState (1.40.0)

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

Health state of the network endpoint determined based on the health checks configured.

Protobuf enum google.cloud.compute.v1.HealthStatusForNetworkEndpoint.HealthState

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DRAINING

Endpoint is being drained.

DRAINING = 480455402;

DRAINING_VALUE

Endpoint is being drained.

DRAINING = 480455402;

HEALTHY

Endpoint is healthy.

HEALTHY = 439801213;

HEALTHY_VALUE

Endpoint is healthy.

HEALTHY = 439801213;

UNDEFINED_HEALTH_STATE

A value indicating that the enum field is not set.

UNDEFINED_HEALTH_STATE = 0;

UNDEFINED_HEALTH_STATE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_HEALTH_STATE = 0;

UNHEALTHY

Endpoint is unhealthy.

UNHEALTHY = 462118084;

UNHEALTHY_VALUE

Endpoint is unhealthy.

UNHEALTHY = 462118084;

UNKNOWN

Health status of the endpoint is unknown.

UNKNOWN = 433141802;

UNKNOWN_VALUE

Health status of the endpoint is unknown.

UNKNOWN = 433141802;

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()