Enum HealthStatusForNetworkEndpoint.Ipv6HealthState (1.64.0)

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

Health state of the ipv6 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.Ipv6HealthState

Implements

ProtocolMessageEnum

Static Fields

Name Description
UNDEFINED_IPV6_HEALTH_STATE

A value indicating that the enum field is not set.

UNDEFINED_IPV6_HEALTH_STATE = 0;

UNDEFINED_IPV6_HEALTH_STATE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_IPV6_HEALTH_STATE = 0;

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