public static class ComputeEnumConstants.ListBgpRoutesRoutersRequest.RouteTypeReference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.ListBgpRoutesRoutersRequest.RouteType.
Constants for wire representations of the ListBgpRoutesRoutersRequest.Types.RouteType enum.
Namespace
Google.Cloud.Compute.V1Assembly
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 |
|