excludedIpRanges property

List<String>? excludedIpRanges
getter/setter pair

Contains the excluded IP ranges.

For IPv4 addresses, the ranges are expressed using CIDR notation as specified in RFC 4632. For IPv6 addresses, the ranges are expressed in similar encoding as IPv4 addresses.

Implementation

core.List<core.String>? excludedIpRanges;