Reference documentation and code samples for the Compute V1 Client class BgpBestPathSelectionMode.
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 type google.cloud.compute.v1.NetworkRoutingConfig.BgpBestPathSelectionMode
Namespace
Google \ Cloud \ Compute \ V1 \ NetworkRoutingConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_BGP_BEST_PATH_SELECTION_MODE
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_BGP_BEST_PATH_SELECTION_MODE = 0;
LEGACY
Value: 94234569
Generated from protobuf enum LEGACY = 94234569;
STANDARD
Value: 484642493
Generated from protobuf enum STANDARD = 484642493;