Reference documentation and code samples for the Compute V1 Client class RouteStatus.
[Output only] The status of the route.
Protobuf type google.cloud.compute.v1.Route.RouteStatus
Namespace
Google \ Cloud \ Compute \ V1 \ RouteMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_ROUTE_STATUS
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_ROUTE_STATUS = 0;
ACTIVE
Value: 314733318
This route is processed and active.
Generated from protobuf enum ACTIVE = 314733318;
DROPPED
Value: 496235424
The route is dropped due to the VPC exceeding the dynamic route limit. For dynamic route limit, please refer to the Learned route example
Generated from protobuf enum DROPPED = 496235424;
INACTIVE
Value: 270421099
This route is processed but inactive due to failure from the backend. The backend may have rejected the route
Generated from protobuf enum INACTIVE = 270421099;
PENDING
Value: 35394935
This route is being processed internally. The status will change once processed.
Generated from protobuf enum PENDING = 35394935;