public static class ComputeEnumConstants.Route.RouteType
Reference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.Route.RouteType.
Constants 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 |