public static class 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 |