Compute Engine v1 API - Class ComputeEnumConstants.Route.RouteType (2.15.0)

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.

Inheritance

object > ComputeEnumConstants.Route.RouteType

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Bgp

public const string Bgp = "BGP"

Wire representation of Bgp.

Field Value
TypeDescription
string

Static

public const string Static = "STATIC"

Wire representation of Static.

Field Value
TypeDescription
string

Subnet

public const string Subnet = "SUBNET"

Wire representation of Subnet.

Field Value
TypeDescription
string

Transit

public const string Transit = "TRANSIT"

Wire representation of Transit.

Field Value
TypeDescription
string

UndefinedRouteType

public const string UndefinedRouteType = "UNDEFINED_ROUTE_TYPE"

Wire representation of UndefinedRouteType.

Field Value
TypeDescription
string