ipVersion property

String? ipVersion
getter/setter pair

The IP Version that will be used by this gateway.

Valid options are IPV4 or IPV6. Default is IPV4.

Optional. Possible string values are:

  • "IP_VERSION_UNSPECIFIED" : The type when IP version is not specified. Defaults to IPV4.
  • "IPV4" : The type for IP version 4.
  • "IPV6" : The type for IP version 6.

Implementation

core.String? ipVersion;