public static enum Address.Ipv6EndpointType extends Enum<Address.Ipv6EndpointType> implements com.google.protobuf.ProtocolMessageEnum
The endpoint type of this address, which should be VM or NETLB. This is used for deciding which type of endpoint this address can be used after the external IPv6 address reservation.Protobuf enum
google.cloud.compute.v1.Address.Ipv6EndpointType| Enum Constant and Description |
|---|
NETLB
Reserved IPv6 address can be used on network load balancer.
|
UNDEFINED_IPV6_ENDPOINT_TYPE
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
VM
Reserved IPv6 address can be used on VM.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
NETLB_VALUE
Reserved IPv6 address can be used on network load balancer.
|
static int |
UNDEFINED_IPV6_ENDPOINT_TYPE_VALUE
A value indicating that the enum field is not set.
|
static int |
VM_VALUE
Reserved IPv6 address can be used on VM.
|
| Modifier and Type | Method and Description |
|---|---|
static Address.Ipv6EndpointType |
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<Address.Ipv6EndpointType> |
internalGetValueMap() |
static Address.Ipv6EndpointType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Address.Ipv6EndpointType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Address.Ipv6EndpointType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Address.Ipv6EndpointType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Address.Ipv6EndpointType UNDEFINED_IPV6_ENDPOINT_TYPE
A value indicating that the enum field is not set.
UNDEFINED_IPV6_ENDPOINT_TYPE = 0;public static final Address.Ipv6EndpointType NETLB
Reserved IPv6 address can be used on network load balancer.
NETLB = 74173363;public static final Address.Ipv6EndpointType VM
Reserved IPv6 address can be used on VM.
VM = 2743;public static final Address.Ipv6EndpointType UNRECOGNIZED
public static final int UNDEFINED_IPV6_ENDPOINT_TYPE_VALUE
A value indicating that the enum field is not set.
UNDEFINED_IPV6_ENDPOINT_TYPE = 0;public static final int NETLB_VALUE
Reserved IPv6 address can be used on network load balancer.
NETLB = 74173363;public static final int VM_VALUE
Reserved IPv6 address can be used on VM.
VM = 2743;public static Address.Ipv6EndpointType[] values()
for (Address.Ipv6EndpointType c : Address.Ipv6EndpointType.values()) System.out.println(c);
public static Address.Ipv6EndpointType 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 Address.Ipv6EndpointType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Address.Ipv6EndpointType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Address.Ipv6EndpointType> 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 Address.Ipv6EndpointType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.