Compute Engine v1 API - Class ComputeEnumConstants.ListBgpRoutesRoutersRequest.RouteType (3.5.0)

public static class ComputeEnumConstants.ListBgpRoutesRoutersRequest.RouteType

Reference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.ListBgpRoutesRoutersRequest.RouteType.

Constants for wire representations of the ListBgpRoutesRoutersRequest.Types.RouteType enum.

Inheritance

object > ComputeEnumConstants.ListBgpRoutesRoutersRequest.RouteType

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Advertised

public const string Advertised = "ADVERTISED"

Wire representation of Advertised .

Field Value
Type Description
string

Learned

public const string Learned = "LEARNED"

Wire representation of Learned.

Field Value
Type Description
string

UndefinedRouteType

public const string UndefinedRouteType = "UNDEFINED_ROUTE_TYPE"

Wire representation of UndefinedRouteType .

Field Value
Type Description
string

UnspecifiedRouteType

public const string UnspecifiedRouteType = "UNSPECIFIED_ROUTE_TYPE"

Wire representation of UnspecifiedRouteType .

Field Value
Type Description
string