Enum Route.RouteStatus (1.91.0)

public enum Route.RouteStatus extends Enum<Route.RouteStatus> implements ProtocolMessageEnum

[Output only] The status of the route. This status applies to dynamic routes learned by Cloud Routers. It is also applicable to routes undergoing migration.

Protobuf enum google.cloud.compute.v1.Route.RouteStatus

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

This route is processed and active.

ACTIVE = 314733318;

ACTIVE_VALUE

This route is processed and active.

ACTIVE = 314733318;

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 = 496235424;

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

DROPPED = 496235424;

INACTIVE

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

INACTIVE = 270421099;

INACTIVE_VALUE

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

INACTIVE = 270421099;

PENDING

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

PENDING = 35394935;

PENDING_VALUE

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

PENDING = 35394935;

UNDEFINED_ROUTE_STATUS

A value indicating that the enum field is not set.

UNDEFINED_ROUTE_STATUS = 0;

UNDEFINED_ROUTE_STATUS_VALUE

A value indicating that the enum field is not set.

UNDEFINED_ROUTE_STATUS = 0;

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()