destinationRanges property

List<String>? destinationRanges
getter/setter pair

If destination ranges are specified, the firewall rule applies only to traffic that has destination IP address in these ranges.

These ranges must be expressed in CIDR format. Both IPv4 and IPv6 are supported.

Implementation

core.List<core.String>? destinationRanges;