Enum HealthStatusForNetworkEndpoint.HealthState (1.64.0)

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

Health state of the network endpoint determined based on the health checks configured. Additional supported values which may be not listed in the enum directly due to technical reasons: DRAINING HEALTHY UNHEALTHY UNKNOWN

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
DRAINING

DRAINING = 480455402;

DRAINING_VALUE

DRAINING = 480455402;

HEALTHY

HEALTHY = 439801213;

HEALTHY_VALUE

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

UNHEALTHY = 462118084;

UNHEALTHY_VALUE

UNHEALTHY = 462118084;

UNKNOWN

UNKNOWN = 433141802;

UNKNOWN_VALUE

UNKNOWN = 433141802;

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