Compute Engine v1 API - Enum VpnGateway.Types.StackType (3.1.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, IPV6_ONLY. If not specified, IPV4_ONLY is used if the gateway IP version is IPV4, or IPV4_IPV6 if the gateway IP version is IPV6.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Name Description
Ipv4Ipv6

Enable VPN gateway with both IPv4 and IPv6 protocols.

Ipv4Only

Enable VPN gateway with only IPv4 protocol.

Ipv6Only

Enable VPN gateway with only IPv6 protocol.

UndefinedStackType

A value indicating that the enum field is not set.