Enum NetworkRoutingConfig.BgpBestPathSelectionMode (1.65.0)

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

ProtocolMessageEnum

Static Fields

Name Description
LEGACY

LEGACY = 94234569;

LEGACY_VALUE

LEGACY = 94234569;

STANDARD

STANDARD = 484642493;

STANDARD_VALUE

STANDARD = 484642493;

UNDEFINED_BGP_BEST_PATH_SELECTION_MODE

A value indicating that the enum field is not set.

UNDEFINED_BGP_BEST_PATH_SELECTION_MODE = 0;

UNDEFINED_BGP_BEST_PATH_SELECTION_MODE_VALUE

A value indicating that the enum field is not set.

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