public enum Route.RouteStatus extends Enum<Route.RouteStatus> implements ProtocolMessageEnum[Output only] The status of the route.
Protobuf enum google.cloud.compute.v1.Route.RouteStatus
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| ACTIVE | This route is processed and active. |
| ACTIVE_VALUE | 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 |
| DROPPED_VALUE | 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 |
| INACTIVE_VALUE | 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. |
| PENDING_VALUE | This route is being processed internally. The status will change once processed. |
| UNDEFINED_ROUTE_STATUS | A value indicating that the enum field is not set. |
| UNDEFINED_ROUTE_STATUS_VALUE | A value indicating that the enum field is not set. |
| UNRECOGNIZED |
Static Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |
Methods
| Name | Description |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() |