Compute Engine v1 API - Enum Subnetwork.Types.StackType (2.15.0)

public enum Subnetwork.Types.StackType

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.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

NameDescription
Ipv4Ipv6

New VMs in this subnet can have both IPv4 and IPv6 addresses.

Ipv4Only

New VMs in this subnet will only be assigned IPv4 addresses.

UndefinedStackType

A value indicating that the enum field is not set.

UnspecifiedStackType