routeStatus property

String? routeStatus
getter/setter pair

The status of the route.

Output only. Possible string values are:

  • "ACTIVE" : This route is processed and active.
  • "DROPPED" : The route is dropped due to the VPC exceeding the dynamic route limit. For dynamic route limit, please refer to the Learned route example
  • "INACTIVE" : This route is processed but inactive due to failure from the backend. The backend may have rejected the route
  • "PENDING" : This route is being processed internally. The status will change once processed.

Implementation

core.String? routeStatus;