Enum Subnetwork.Types.StackType (1.0.0)

public enum StackType

The stack type for this subnet 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 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