Reference documentation and code samples for the Compute V1 Client class RouteType.
(Required) limit results to this type of route (either LEARNED or ADVERTISED)
Protobuf type google.cloud.compute.v1.ListBgpRoutesRoutersRequest.RouteType
Namespace
Google \ Cloud \ Compute \ V1 \ ListBgpRoutesRoutersRequestMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_ROUTE_TYPE
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_ROUTE_TYPE = 0;
ADVERTISED
Value: 20302109
Generated from protobuf enum ADVERTISED = 20302109;
LEARNED
Value: 231892419
Generated from protobuf enum LEARNED = 231892419;
UNSPECIFIED_ROUTE_TYPE
Value: 248064440
Generated from protobuf enum UNSPECIFIED_ROUTE_TYPE = 248064440;