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. Additional supported values which may be not listed in the enum directly due to technical reasons: ADD_COST_TO_MED DEFAULT
Protobuf enum google.cloud.compute.v1.NetworkRoutingConfig.BgpInterRegionCost
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ADD_COST_TO_MED |
|
ADD_COST_TO_MED_VALUE |
|
DEFAULT |
|
DEFAULT_VALUE |
|
UNDEFINED_BGP_INTER_REGION_COST |
A value indicating that the enum field is not set. |
UNDEFINED_BGP_INTER_REGION_COST_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() |