Compute Engine v1 API - Enum NetworkInterface.Types.StackType (2.3.0)

public enum StackType

Reference documentation and code samples for the Compute Engine v1 API enum NetworkInterface.Types.StackType.

The stack type for this network interface 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 instance creation and update network interface operations.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

NameDescription
Ipv4Ipv6

The network interface can have both IPv4 and IPv6 addresses.

Ipv4Only

The network interface will be assigned IPv4 address.

UndefinedStackType

A value indicating that the enum field is not set.

UnspecifiedStackType