Enum VpnGateway.Types.StackType (2.0.0)

public enum StackType

The stack type for this VPN gateway to identify the IP protocols that are enabled. If not specified, IPV4_ONLY will be used.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

NameDescription
Ipv4Ipv6

Enable VPN gateway with both IPv4 and IPv6 protocols.

Ipv4Only

Enable VPN gateway with only IPv4 protocol.

UndefinedStackType

A value indicating that the enum field is not set.