ipVersion property

String? ipVersion
getter/setter pair

The IP Version that will be used by this forwarding rule.

Valid options are IPV4 or IPV6. Possible string values are:

  • "IPV4"
  • "IPV6"
  • "UNSPECIFIED_VERSION"

Implementation

core.String? ipVersion;