Reference documentation and code samples for the Compute V1 Client class RouteType.
[Output Only] The type of this route, which can be one of the following values: - 'TRANSIT' for a transit route that this router learned from another Cloud Router and will readvertise to one of its BGP peers - 'SUBNET' for a route from a subnet of the VPC - 'BGP' for a route learned from a BGP peer of this router - 'STATIC' for a static route
Protobuf type google.cloud.compute.v1.Route.RouteType
Namespace
Google \ Cloud \ Compute \ V1 \ RouteMethods
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;
BGP
Value: 65707
Generated from protobuf enum BGP = 65707;
PBSTATIC
Value: 308331118
Generated from protobuf enum STATIC = 308331118;
SUBNET
Value: 309278557
Generated from protobuf enum SUBNET = 309278557;
TRANSIT
Value: 187793843
Generated from protobuf enum TRANSIT = 187793843;