Reference documentation and code samples for the Compute Engine v1 API enum Subnetwork.Types.StackType.
The stack type for the subnet. If set to IPV4_ONLY, new VMs in the subnet are assigned IPv4 addresses only. If set to IPV4_IPV6, new VMs in the subnet can be assigned both IPv4 and IPv6 addresses. If not specified, IPV4_ONLY is used. This field can be both set at resource creation time and updated using patch.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-31 UTC."],[[["The content provides documentation for the `StackType` enum within the Google Cloud Compute Engine v1 API, specifically for the .NET environment, covering versions from 1.0.0 up to the latest version 3.6.0."],["The `StackType` enum, found within the `Google.Cloud.Compute.V1.Subnetwork.Types` namespace, dictates the IP address assignment for new virtual machines (VMs) within a subnet."],["The `StackType` enum has the following possible values: `Ipv4Only` for assigning only IPv4 addresses, `Ipv4Ipv6` for assigning both IPv4 and IPv6 addresses, and `UndefinedStackType`, which denotes an unset enum field, also `UnspecifiedStackType`."],["The default setting for `StackType` is `IPV4_ONLY`, however this field can be updated using patch, or set during the resource creation time."],["The documented versions are part of the assembly, `Google.Cloud.Compute.V1.dll`."]]],[]]