nextHopOtherRoutes property

String? nextHopOtherRoutes
getter/setter pair

Other routes that will be referenced to determine the next hop of the packet.

Optional. Possible string values are:

  • "OTHER_ROUTES_UNSPECIFIED" : Default value.
  • "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.

Implementation

core.String? nextHopOtherRoutes;