public static enum HealthStatusForNetworkEndpoint.Ipv6HealthState extends Enum<HealthStatusForNetworkEndpoint.Ipv6HealthState> implements com.google.protobuf.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 UNKNOWNProtobuf enum
google.cloud.compute.v1.HealthStatusForNetworkEndpoint.Ipv6HealthState| Enum Constant and Description |
|---|
UNDEFINED_IPV6_HEALTH_STATE
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
UNDEFINED_IPV6_HEALTH_STATE_VALUE
A value indicating that the enum field is not set.
|
| Modifier and Type | Method and Description |
|---|---|
static HealthStatusForNetworkEndpoint.Ipv6HealthState |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<HealthStatusForNetworkEndpoint.Ipv6HealthState> |
internalGetValueMap() |
static HealthStatusForNetworkEndpoint.Ipv6HealthState |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static HealthStatusForNetworkEndpoint.Ipv6HealthState |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static HealthStatusForNetworkEndpoint.Ipv6HealthState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HealthStatusForNetworkEndpoint.Ipv6HealthState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HealthStatusForNetworkEndpoint.Ipv6HealthState UNDEFINED_IPV6_HEALTH_STATE
A value indicating that the enum field is not set.
UNDEFINED_IPV6_HEALTH_STATE = 0;public static final HealthStatusForNetworkEndpoint.Ipv6HealthState UNRECOGNIZED
public static final int UNDEFINED_IPV6_HEALTH_STATE_VALUE
A value indicating that the enum field is not set.
UNDEFINED_IPV6_HEALTH_STATE = 0;public static HealthStatusForNetworkEndpoint.Ipv6HealthState[] values()
for (HealthStatusForNetworkEndpoint.Ipv6HealthState c : HealthStatusForNetworkEndpoint.Ipv6HealthState.values()) System.out.println(c);
public static HealthStatusForNetworkEndpoint.Ipv6HealthState valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static HealthStatusForNetworkEndpoint.Ipv6HealthState valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static HealthStatusForNetworkEndpoint.Ipv6HealthState forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<HealthStatusForNetworkEndpoint.Ipv6HealthState> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static HealthStatusForNetworkEndpoint.Ipv6HealthState valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.