public enum Route.Types.RouteStatusReference documentation and code samples for the Compute Engine v1 API enum Route.Types.RouteStatus.
[Output only] The status of the route.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields |
|
|---|---|
| Name | Description |
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. |
UndefinedRouteStatus |
A value indicating that the enum field is not set. |