routeScope property

String? routeScope
getter/setter pair

Indicates where route is applicable. Possible string values are:

  • "ROUTE_SCOPE_UNSPECIFIED" : Unspecified scope. Default value.
  • "NETWORK" : Route is applicable to packets in Network.
  • "NCC_HUB" : Route is applicable to packets using NCC Hub's routing table.

Implementation

core.String? routeScope;