Enum HealthStatusForNetworkEndpoint.HealthState (1.22.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

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

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