desiredStackType property
The desired stack type of the cluster.
If a stack type is provided and does not match the current stack type of the cluster, update will attempt to change the stack type to the new type. Possible string values are:
- "STACK_TYPE_UNSPECIFIED" : Default value, will be defaulted as IPV4 only
- "IPV4" : Cluster is IPV4 only
- "IPV4_IPV6" : Cluster can use both IPv4 and IPv6
Implementation
core.String? desiredStackType;