RouteStatus(value)[Output only] The status of the route. This status applies to dynamic routes learned by Cloud Routers. It is also applicable to routes undergoing migration.
Enums |
|
|---|---|
| Name | Description |
UNDEFINED_ROUTE_STATUS |
A value indicating that the enum field is not set. |
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. |