Module: Google::Cloud::Compute::V1::Route::RouteStatus

Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

[Output only] The status of the route.

Constant Summary collapse

UNDEFINED_ROUTE_STATUS =

A value indicating that the enum field is not set.

0
ACTIVE =

This route is processed and active.

314_733_318
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

496_235_424
INACTIVE =

This route is processed but inactive due to failure from the backend. The backend may have rejected the route

270_421_099
PENDING =

This route is being processed internally. The status will change once processed.

35_394_935