stackType property
The stack type for this network interface. Possible string values are:
- "STACK_TYPE_UNSPECIFIED" : Default should be STACK_TYPE_UNSPECIFIED.
- "IPV4_ONLY" : The network interface will be assigned IPv4 address.
- "IPV4_IPV6" : The network interface can have both IPv4 and IPv6 addresses.
Implementation
core.String? stackType;