routingType property
Type of the routing policy. Possible string values are:
- "ROUTING_TYPE_UNSPECIFIED" : Unspecified type. Default value.
- "ROUTE_BASED" : Route based VPN.
- "POLICY_BASED" : Policy based routing.
- "DYNAMIC" : Dynamic (BGP) routing.
Implementation
core.String? routingType;