Module: Google::Cloud::Compute::V1::VpnGateway::GatewayIpVersion

Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

The IP family of the gateway IPs for the HA-VPN gateway interfaces. If not specified, IPV4 will be used.

Constant Summary collapse

UNDEFINED_GATEWAY_IP_VERSION =

A value indicating that the enum field is not set.

0
IPV4 =

Every HA-VPN gateway interface is configured with an IPv4 address.

2_254_341
IPV6 =

Every HA-VPN gateway interface is configured with an IPv6 address.

2_254_343