Reference documentation and code samples for the Compute V1 Client class GatewayIpVersion.
The IP family of the gateway IPs for the HA-VPN gateway interfaces. If not specified, IPV4 will be used.
Protobuf type google.cloud.compute.v1.VpnGateway.GatewayIpVersion
Namespace
Google \ Cloud \ Compute \ V1 \ VpnGatewayMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_GATEWAY_IP_VERSION
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_GATEWAY_IP_VERSION = 0;
IPV4
Value: 2254341
Every HA-VPN gateway interface is configured with an IPv4 address.
Generated from protobuf enum IPV4 = 2254341;
IPV6
Value: 2254343
Every HA-VPN gateway interface is configured with an IPv6 address.
Generated from protobuf enum IPV6 = 2254343;