Compute V1 Client - Class BgpInterRegionCost (2.0.0)

Reference documentation and code samples for the Compute V1 Client class BgpInterRegionCost.

Allows to define a preferred approach for handling inter-region cost in the selection process when using the STANDARD BGP best path selection algorithm. Can be DEFAULT or ADD_COST_TO_MED.

Additional supported values which may be not listed in the enum directly due to technical reasons: ADD_COST_TO_MED DEFAULT

Protobuf type google.cloud.compute.v1.NetworkRoutingConfig.BgpInterRegionCost

Namespace

Google \ Cloud \ Compute \ V1 \ NetworkRoutingConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_BGP_INTER_REGION_COST

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_BGP_INTER_REGION_COST = 0;

ADD_COST_TO_MED

Value: 490583004

Generated from protobuf enum ADD_COST_TO_MED = 490583004;

PBDEFAULT

Value: 115302945

Generated from protobuf enum DEFAULT = 115302945;