Enum NetworkRoutingConfig.BgpInterRegionCost (1.65.0)

public enum NetworkRoutingConfig.BgpInterRegionCost extends Enum<NetworkRoutingConfig.BgpInterRegionCost> implements ProtocolMessageEnum

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.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
ADD_COST_TO_MED

ADD_COST_TO_MED = 490583004;

ADD_COST_TO_MED_VALUE

ADD_COST_TO_MED = 490583004;

DEFAULT

DEFAULT = 115302945;

DEFAULT_VALUE

DEFAULT = 115302945;

UNDEFINED_BGP_INTER_REGION_COST

A value indicating that the enum field is not set.

UNDEFINED_BGP_INTER_REGION_COST = 0;

UNDEFINED_BGP_INTER_REGION_COST_VALUE

A value indicating that the enum field is not set.

UNDEFINED_BGP_INTER_REGION_COST = 0;

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()