public static class RouteTypeConstants for wire representations of the Route.Types.RouteType enum.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
Bgp
public const string Bgp = "BGP"Wire representation of Bgp.
| Field Value | |
|---|---|
| Type | Description |
String |
|
Static
public const string Static = "STATIC"Wire representation of Static.
| Field Value | |
|---|---|
| Type | Description |
String |
|
Subnet
public const string Subnet = "SUBNET"Wire representation of Subnet.
| Field Value | |
|---|---|
| Type | Description |
String |
|
Transit
public const string Transit = "TRANSIT"Wire representation of Transit.
| Field Value | |
|---|---|
| Type | Description |
String |
|
UndefinedRouteType
public const string UndefinedRouteType = "UNDEFINED_ROUTE_TYPE"Wire representation of UndefinedRouteType.
| Field Value | |
|---|---|
| Type | Description |
String |
|