public enum NetworkRoutingConfig.BgpBestPathSelectionMode extends Enum<NetworkRoutingConfig.BgpBestPathSelectionMode> implements 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
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
LEGACY |
|
LEGACY_VALUE |
|
STANDARD |
|
STANDARD_VALUE |
|
UNDEFINED_BGP_BEST_PATH_SELECTION_MODE |
A value indicating that the enum field is not set. |
UNDEFINED_BGP_BEST_PATH_SELECTION_MODE_VALUE |
A value indicating that the enum field is not set. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |