type property

String? type
getter/setter pair

The type of the Address Group.

Possible values are "IPv4" or "IPV6".

Required. Possible string values are:

  • "TYPE_UNSPECIFIED" : Default value.
  • "IPV4" : IP v4 ranges.
  • "IPV6" : IP v6 ranges.

Implementation

core.String? type;