public static class ComputeEnumConstants.Route.RouteStatus
Reference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.Route.RouteStatus.
Constants for wire representations of the Route.Types.RouteStatus enum.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
Active
public const string Active = "ACTIVE"
Wire representation of Active.
Field Value | |
---|---|
Type | Description |
string |
Dropped
public const string Dropped = "DROPPED"
Wire representation of Dropped.
Field Value | |
---|---|
Type | Description |
string |
Inactive
public const string Inactive = "INACTIVE"
Wire representation of Inactive.
Field Value | |
---|---|
Type | Description |
string |
Pending
public const string Pending = "PENDING"
Wire representation of Pending.
Field Value | |
---|---|
Type | Description |
string |
UndefinedRouteStatus
public const string UndefinedRouteStatus = "UNDEFINED_ROUTE_STATUS"
Wire representation of UndefinedRouteStatus.
Field Value | |
---|---|
Type | Description |
string |