destinationRanges

@JvmName(name = "aifmsfmllrjbntxo")
suspend fun destinationRanges(value: Output<List<String>>)
@JvmName(name = "uipesjvdwlfrujaj")
suspend fun destinationRanges(value: List<String>?)

Parameters

value

If destination ranges are specified, the firewall will apply only to traffic that has destination IP address in these ranges. These ranges must be expressed in CIDR format. IPv4 or IPv6 ranges are supported.


@JvmName(name = "yemwwpmjektqhlqo")
suspend fun destinationRanges(vararg values: Output<String>)


@JvmName(name = "jbfqrxldpgrdfalk")
suspend fun destinationRanges(values: List<Output<String>>)
@JvmName(name = "sxlpygsmmfptfgmq")
suspend fun destinationRanges(vararg values: String)

Parameters

values

If destination ranges are specified, the firewall will apply only to traffic that has destination IP address in these ranges. These ranges must be expressed in CIDR format. IPv4 or IPv6 ranges are supported.