stackType property

String? stackType
getter/setter pair

The IP stack type of the cluster 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? stackType;