ipVersion property
The requested IP version for the PSC connection. Possible string values are:
- "IP_VERSION_UNSPECIFIED" : Default value. We will use IPv4 or IPv6 depending on the IP version of first available subnetwork.
- "IPV4" : Will use IPv4 only.
- "IPV6" : Will use IPv6 only.
Implementation
core.String? ipVersion;