stackType property
Which IP version(s) of traffic and routes are being imported or exported between peer networks. Possible string values are:
- "IPV4_IPV6" : This Peering will allow IPv4 traffic and routes to be exchanged. Additionally if the matching peering is IPV4_IPV6, IPv6 traffic and routes will be exchanged as well.
- "IPV4_ONLY" : This Peering will only allow IPv4 traffic and routes to be exchanged, even if the matching peering is IPV4_IPV6.
Implementation
core.String? stackType;