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

public enum VpnGateway.Types.StackType

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

The stack type for this VPN gateway to identify the IP protocols that are enabled. Possible values are: IPV4_ONLY, IPV4_IPV6. 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.