recipient property

String? recipient
getter/setter pair

The recipient of this advertised route.

Optional. Possible string values are:

  • "RECIPIENT_UNSPECIFIED" : No recipient specified. By default routes are advertised to the hub.
  • "ADVERTISE_TO_HUB" : Advertises a route toward the hub. Other spokes reachable from this spoke will receive the route.

Implementation

core.String? recipient;