public static enum Subnetwork.Ipv6GceEndpoint extends Enum<Subnetwork.Ipv6GceEndpoint> implements com.google.protobuf.ProtocolMessageEnum
[Output Only] Possible endpoints of this subnetwork. It can be one of the following: - VM_ONLY: The subnetwork can be used for creating instances and IPv6 addresses with VM endpoint type. Such a subnetwork gets external IPv6 ranges from a public delegated prefix and cannot be used to create NetLb. - VM_AND_FR: The subnetwork can be used for creating both VM instances and Forwarding Rules. It can also be used to reserve IPv6 addresses with both VM and FR endpoint types. Such a subnetwork gets its IPv6 range from Google IP Pool directly.Protobuf enum
google.cloud.compute.v1.Subnetwork.Ipv6GceEndpoint| Enum Constant and Description |
|---|
UNDEFINED_IPV6_GCE_ENDPOINT
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
VM_AND_FR
VM_AND_FR = 41830108; |
VM_ONLY
VM_ONLY = 236773428; |
| Modifier and Type | Field and Description |
|---|---|
static int |
UNDEFINED_IPV6_GCE_ENDPOINT_VALUE
A value indicating that the enum field is not set.
|
static int |
VM_AND_FR_VALUE
VM_AND_FR = 41830108; |
static int |
VM_ONLY_VALUE
VM_ONLY = 236773428; |
| Modifier and Type | Method and Description |
|---|---|
static Subnetwork.Ipv6GceEndpoint |
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<Subnetwork.Ipv6GceEndpoint> |
internalGetValueMap() |
static Subnetwork.Ipv6GceEndpoint |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Subnetwork.Ipv6GceEndpoint |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Subnetwork.Ipv6GceEndpoint |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Subnetwork.Ipv6GceEndpoint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Subnetwork.Ipv6GceEndpoint UNDEFINED_IPV6_GCE_ENDPOINT
A value indicating that the enum field is not set.
UNDEFINED_IPV6_GCE_ENDPOINT = 0;public static final Subnetwork.Ipv6GceEndpoint VM_AND_FR
VM_AND_FR = 41830108;public static final Subnetwork.Ipv6GceEndpoint VM_ONLY
VM_ONLY = 236773428;public static final Subnetwork.Ipv6GceEndpoint UNRECOGNIZED
public static final int UNDEFINED_IPV6_GCE_ENDPOINT_VALUE
A value indicating that the enum field is not set.
UNDEFINED_IPV6_GCE_ENDPOINT = 0;public static final int VM_AND_FR_VALUE
VM_AND_FR = 41830108;public static final int VM_ONLY_VALUE
VM_ONLY = 236773428;public static Subnetwork.Ipv6GceEndpoint[] values()
for (Subnetwork.Ipv6GceEndpoint c : Subnetwork.Ipv6GceEndpoint.values()) System.out.println(c);
public static Subnetwork.Ipv6GceEndpoint 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 Subnetwork.Ipv6GceEndpoint valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Subnetwork.Ipv6GceEndpoint forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Subnetwork.Ipv6GceEndpoint> 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 Subnetwork.Ipv6GceEndpoint valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.