public static enum PublicAdvertisedPrefix.PdpScope extends Enum<PublicAdvertisedPrefix.PdpScope> implements com.google.protobuf.ProtocolMessageEnum
Specifies how child public delegated prefix will be scoped. It could be one of following values: - `REGIONAL`: The public delegated prefix is regional only. The provisioning will take a few minutes. - `GLOBAL`: The public delegated prefix is global only. The provisioning will take ~4 weeks. - `GLOBAL_AND_REGIONAL` [output only]: The public delegated prefixes is BYOIP V1 legacy prefix. This is output only value and no longer supported in BYOIP V2.Protobuf enum
google.cloud.compute.v1.PublicAdvertisedPrefix.PdpScope| Enum Constant and Description |
|---|
GLOBAL
The public delegated prefix is global only.
|
GLOBAL_AND_REGIONAL
The public delegated prefixes is BYOIP V1 legacy prefix.
|
REGIONAL
The public delegated prefix is regional only.
|
UNDEFINED_PDP_SCOPE
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
GLOBAL_AND_REGIONAL_VALUE
The public delegated prefixes is BYOIP V1 legacy prefix.
|
static int |
GLOBAL_VALUE
The public delegated prefix is global only.
|
static int |
REGIONAL_VALUE
The public delegated prefix is regional only.
|
static int |
UNDEFINED_PDP_SCOPE_VALUE
A value indicating that the enum field is not set.
|
| Modifier and Type | Method and Description |
|---|---|
static PublicAdvertisedPrefix.PdpScope |
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<PublicAdvertisedPrefix.PdpScope> |
internalGetValueMap() |
static PublicAdvertisedPrefix.PdpScope |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PublicAdvertisedPrefix.PdpScope |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PublicAdvertisedPrefix.PdpScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PublicAdvertisedPrefix.PdpScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PublicAdvertisedPrefix.PdpScope UNDEFINED_PDP_SCOPE
A value indicating that the enum field is not set.
UNDEFINED_PDP_SCOPE = 0;public static final PublicAdvertisedPrefix.PdpScope GLOBAL
The public delegated prefix is global only. The provisioning will take ~4 weeks.
GLOBAL = 494663587;public static final PublicAdvertisedPrefix.PdpScope GLOBAL_AND_REGIONAL
The public delegated prefixes is BYOIP V1 legacy prefix. This is output only value and no longer supported in BYOIP V2.
GLOBAL_AND_REGIONAL = 318053059;public static final PublicAdvertisedPrefix.PdpScope REGIONAL
The public delegated prefix is regional only. The provisioning will take a few minutes.
REGIONAL = 92288543;public static final PublicAdvertisedPrefix.PdpScope UNRECOGNIZED
public static final int UNDEFINED_PDP_SCOPE_VALUE
A value indicating that the enum field is not set.
UNDEFINED_PDP_SCOPE = 0;public static final int GLOBAL_VALUE
The public delegated prefix is global only. The provisioning will take ~4 weeks.
GLOBAL = 494663587;public static final int GLOBAL_AND_REGIONAL_VALUE
The public delegated prefixes is BYOIP V1 legacy prefix. This is output only value and no longer supported in BYOIP V2.
GLOBAL_AND_REGIONAL = 318053059;public static final int REGIONAL_VALUE
The public delegated prefix is regional only. The provisioning will take a few minutes.
REGIONAL = 92288543;public static PublicAdvertisedPrefix.PdpScope[] values()
for (PublicAdvertisedPrefix.PdpScope c : PublicAdvertisedPrefix.PdpScope.values()) System.out.println(c);
public static PublicAdvertisedPrefix.PdpScope 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 PublicAdvertisedPrefix.PdpScope valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static PublicAdvertisedPrefix.PdpScope forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<PublicAdvertisedPrefix.PdpScope> 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 PublicAdvertisedPrefix.PdpScope valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.