Enum PolicyBasedRoute.OtherRoutes (1.41.0)

public enum PolicyBasedRoute.OtherRoutes extends Enum<PolicyBasedRoute.OtherRoutes> implements ProtocolMessageEnum

The other routing cases.

Protobuf enum google.cloud.networkconnectivity.v1.PolicyBasedRoute.OtherRoutes

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DEFAULT_ROUTING

Use the routes from the default routing tables (system-generated routes, custom routes, peering route) to determine the next hop. This will effectively exclude matching packets being applied on other PBRs with a lower priority.

DEFAULT_ROUTING = 1;

DEFAULT_ROUTING_VALUE

Use the routes from the default routing tables (system-generated routes, custom routes, peering route) to determine the next hop. This will effectively exclude matching packets being applied on other PBRs with a lower priority.

DEFAULT_ROUTING = 1;

OTHER_ROUTES_UNSPECIFIED

Default value.

OTHER_ROUTES_UNSPECIFIED = 0;

OTHER_ROUTES_UNSPECIFIED_VALUE

Default value.

OTHER_ROUTES_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()