routeType property
Type of route. Possible string values are:
- "ROUTE_TYPE_UNSPECIFIED" : Unspecified type. Default value.
- "SUBNET" : Route is a subnet route automatically created by the system.
- "STATIC" : Static route created by the user, including the default route to the internet.
- "DYNAMIC" : Dynamic route exchanged between BGP peers.
- "PEERING_SUBNET" : A subnet route received from peering network.
- "PEERING_STATIC" : A static route received from peering network.
- "PEERING_DYNAMIC" : A dynamic route received from peering network.
- "POLICY_BASED" : Policy based route.
Implementation
core.String? routeType;