public static enum PublicDelegatedPrefixPublicDelegatedSubPrefix.Mode extends Enum<PublicDelegatedPrefixPublicDelegatedSubPrefix.Mode> implements com.google.protobuf.ProtocolMessageEnum
The PublicDelegatedSubPrefix mode for IPv6 only.Protobuf enum
google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix.Mode| Enum Constant and Description |
|---|
DELEGATION
The public delegated prefix is used for further sub-delegation only.
|
EXTERNAL_IPV6_FORWARDING_RULE_CREATION
The public delegated prefix is used for creating forwarding rules only.
|
EXTERNAL_IPV6_SUBNETWORK_CREATION
The public delegated prefix is used for creating dual-mode subnetworks only.
|
UNDEFINED_MODE
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
DELEGATION_VALUE
The public delegated prefix is used for further sub-delegation only.
|
static int |
EXTERNAL_IPV6_FORWARDING_RULE_CREATION_VALUE
The public delegated prefix is used for creating forwarding rules only.
|
static int |
EXTERNAL_IPV6_SUBNETWORK_CREATION_VALUE
The public delegated prefix is used for creating dual-mode subnetworks only.
|
static int |
UNDEFINED_MODE_VALUE
A value indicating that the enum field is not set.
|
| Modifier and Type | Method and Description |
|---|---|
static PublicDelegatedPrefixPublicDelegatedSubPrefix.Mode |
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<PublicDelegatedPrefixPublicDelegatedSubPrefix.Mode> |
internalGetValueMap() |
static PublicDelegatedPrefixPublicDelegatedSubPrefix.Mode |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PublicDelegatedPrefixPublicDelegatedSubPrefix.Mode |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PublicDelegatedPrefixPublicDelegatedSubPrefix.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PublicDelegatedPrefixPublicDelegatedSubPrefix.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PublicDelegatedPrefixPublicDelegatedSubPrefix.Mode UNDEFINED_MODE
A value indicating that the enum field is not set.
UNDEFINED_MODE = 0;public static final PublicDelegatedPrefixPublicDelegatedSubPrefix.Mode DELEGATION
The public delegated prefix is used for further sub-delegation only. Such prefixes cannot set allocatablePrefixLength.
DELEGATION = 264149288;public static final PublicDelegatedPrefixPublicDelegatedSubPrefix.Mode EXTERNAL_IPV6_FORWARDING_RULE_CREATION
The public delegated prefix is used for creating forwarding rules only. Such prefixes cannot set publicDelegatedSubPrefixes.
EXTERNAL_IPV6_FORWARDING_RULE_CREATION = 398684356;public static final PublicDelegatedPrefixPublicDelegatedSubPrefix.Mode EXTERNAL_IPV6_SUBNETWORK_CREATION
The public delegated prefix is used for creating dual-mode subnetworks only. Such prefixes cannot set publicDelegatedSubPrefixes.
EXTERNAL_IPV6_SUBNETWORK_CREATION = 61198284;public static final PublicDelegatedPrefixPublicDelegatedSubPrefix.Mode UNRECOGNIZED
public static final int UNDEFINED_MODE_VALUE
A value indicating that the enum field is not set.
UNDEFINED_MODE = 0;public static final int DELEGATION_VALUE
The public delegated prefix is used for further sub-delegation only. Such prefixes cannot set allocatablePrefixLength.
DELEGATION = 264149288;public static final int EXTERNAL_IPV6_FORWARDING_RULE_CREATION_VALUE
The public delegated prefix is used for creating forwarding rules only. Such prefixes cannot set publicDelegatedSubPrefixes.
EXTERNAL_IPV6_FORWARDING_RULE_CREATION = 398684356;public static final int EXTERNAL_IPV6_SUBNETWORK_CREATION_VALUE
The public delegated prefix is used for creating dual-mode subnetworks only. Such prefixes cannot set publicDelegatedSubPrefixes.
EXTERNAL_IPV6_SUBNETWORK_CREATION = 61198284;public static PublicDelegatedPrefixPublicDelegatedSubPrefix.Mode[] values()
for (PublicDelegatedPrefixPublicDelegatedSubPrefix.Mode c : PublicDelegatedPrefixPublicDelegatedSubPrefix.Mode.values()) System.out.println(c);
public static PublicDelegatedPrefixPublicDelegatedSubPrefix.Mode 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 PublicDelegatedPrefixPublicDelegatedSubPrefix.Mode valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static PublicDelegatedPrefixPublicDelegatedSubPrefix.Mode forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<PublicDelegatedPrefixPublicDelegatedSubPrefix.Mode> 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 PublicDelegatedPrefixPublicDelegatedSubPrefix.Mode valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.