routeScope property
- @Deprecated('Not supported. Member documentation may have more information.')
getter/setter pair
Indicates where route is applicable.
Deprecated, routes with NCC_HUB scope are not included in the trace in new tests. 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.Deprecated(
'Not supported. Member documentation may have more information.',
)
core.String? routeScope;