stackType property

String? stackType
getter/setter pair

The stack type for this interconnect attachment to identify whether the IPv6 feature is enabled or not.

If not specified, IPV4_ONLY will be used. This field can be both set at interconnect attachments creation and update interconnect attachment operations. Possible string values are:

  • "IPV4_IPV6" : The interconnect attachment can have both IPv4 and IPv6 addresses.
  • "IPV4_ONLY" : The interconnect attachment will only be assigned IPv4 addresses.

Implementation

core.String? stackType;