gatewayIpVersion property

String? gatewayIpVersion
getter/setter pair

The IP family of the gateway IPs for the HA-VPN gateway interfaces.

If not specified, IPV4 will be used. Possible string values are:

  • "IPV4" : Every HA-VPN gateway interface is configured with an IPv4 address.
  • "IPV6" : Every HA-VPN gateway interface is configured with an IPv6 address.

Implementation

core.String? gatewayIpVersion;