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-24 UTC."],[[["This page provides reference documentation for the `Subnetwork.Types.StackType` enum within the Google Compute Engine v1 API, specifically in the .NET context."],["The documentation covers a range of versions for the Google.Cloud.Compute.V1 package, from version 1.0.0 up to the latest 3.6.0."],["The `StackType` enum defines the allowed stack types for a subnet, allowing you to choose whether new VMs receive only IPv4 addresses (`Ipv4Only`), or both IPv4 and IPv6 addresses (`Ipv4Ipv6`)."],["The enum contains `UndefinedStackType` and `UnspecifiedStackType`, which represent an unset enum and an unspecified stack type respectively."],["The current top version for this API is 3.6.0, and the lowest version is 1.0.0, with multiple versions existing between these."]]],[]]