Module: Google::Cloud::NetworkServices::V1::Gateway::IpVersion

Defined in:
proto_docs/google/cloud/networkservices/v1/gateway.rb

Overview

The types of IP version for the gateway. Possible values are:

  • IPV4
  • IPV6

Constant Summary collapse

IP_VERSION_UNSPECIFIED =

The type when IP version is not specified. Defaults to IPV4.

0
IPV4 =

The type for IP version 4.

1
IPV6 =

The type for IP version 6.

2