routeStatus property
The status of the route.
This status applies to dynamic routes learned by Cloud Routers. It is also applicable to routes undergoing migration.
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;