Compute Engine v1 API - Enum Route.Types.RouteStatus (2.15.0)

public enum Route.Types.RouteStatus

Reference 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.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

NameDescription
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.