public static enum NetworkRoutingConfig.BgpBestPathSelectionMode extends Enum<NetworkRoutingConfig.BgpBestPathSelectionMode> implements com.google.protobuf.ProtocolMessageEnum
The BGP best path selection algorithm to be employed within this network for dynamic routes learned by Cloud Routers. Can be LEGACY (default) or STANDARD.Protobuf enum
google.cloud.compute.v1.NetworkRoutingConfig.BgpBestPathSelectionMode| Enum Constant and Description |
|---|
LEGACY
LEGACY = 94234569; |
STANDARD
STANDARD = 484642493; |
UNDEFINED_BGP_BEST_PATH_SELECTION_MODE
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
LEGACY_VALUE
LEGACY = 94234569; |
static int |
STANDARD_VALUE
STANDARD = 484642493; |
static int |
UNDEFINED_BGP_BEST_PATH_SELECTION_MODE_VALUE
A value indicating that the enum field is not set.
|
| Modifier and Type | Method and Description |
|---|---|
static NetworkRoutingConfig.BgpBestPathSelectionMode |
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<NetworkRoutingConfig.BgpBestPathSelectionMode> |
internalGetValueMap() |
static NetworkRoutingConfig.BgpBestPathSelectionMode |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static NetworkRoutingConfig.BgpBestPathSelectionMode |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static NetworkRoutingConfig.BgpBestPathSelectionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkRoutingConfig.BgpBestPathSelectionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NetworkRoutingConfig.BgpBestPathSelectionMode UNDEFINED_BGP_BEST_PATH_SELECTION_MODE
A value indicating that the enum field is not set.
UNDEFINED_BGP_BEST_PATH_SELECTION_MODE = 0;public static final NetworkRoutingConfig.BgpBestPathSelectionMode LEGACY
LEGACY = 94234569;public static final NetworkRoutingConfig.BgpBestPathSelectionMode STANDARD
STANDARD = 484642493;public static final NetworkRoutingConfig.BgpBestPathSelectionMode UNRECOGNIZED
public static final int UNDEFINED_BGP_BEST_PATH_SELECTION_MODE_VALUE
A value indicating that the enum field is not set.
UNDEFINED_BGP_BEST_PATH_SELECTION_MODE = 0;public static final int LEGACY_VALUE
LEGACY = 94234569;public static final int STANDARD_VALUE
STANDARD = 484642493;public static NetworkRoutingConfig.BgpBestPathSelectionMode[] values()
for (NetworkRoutingConfig.BgpBestPathSelectionMode c : NetworkRoutingConfig.BgpBestPathSelectionMode.values()) System.out.println(c);
public static NetworkRoutingConfig.BgpBestPathSelectionMode 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 NetworkRoutingConfig.BgpBestPathSelectionMode valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static NetworkRoutingConfig.BgpBestPathSelectionMode forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<NetworkRoutingConfig.BgpBestPathSelectionMode> 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 NetworkRoutingConfig.BgpBestPathSelectionMode valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.