type property
The route's type.
Its type is determined by the properties of its IP address range.
Output only. Possible string values are:
- "ROUTE_TYPE_UNSPECIFIED" : No route type information specified
- "VPC_PRIMARY_SUBNET" : The route leads to a destination within the primary address range of the VPC network's subnet.
- "VPC_SECONDARY_SUBNET" : The route leads to a destination within the secondary address range of the VPC network's subnet.
- "DYNAMIC_ROUTE" : The route leads to a destination in a dynamic route. Dynamic routes are derived from Border Gateway Protocol (BGP) advertisements received from an NCC hybrid spoke.
Implementation
core.String? type;