Module: Google::Cloud::Compute::V1::VpnGateway::StackType
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
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.
Constant Summary collapse
- UNDEFINED_STACK_TYPE =
A value indicating that the enum field is not set.
0- IPV4_IPV6 =
Enable VPN gateway with both IPv4 and IPv6 protocols.
22_197_249- IPV4_ONLY =
Enable VPN gateway with only IPv4 protocol.
22_373_798- IPV6_ONLY =
Enable VPN gateway with only IPv6 protocol.
79_632_100