Class RouteStatus (1.19.0)

RouteStatus(value)

[Output only] The status of the route.

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.