destinationRanges

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

Parameters

value

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.


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


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

Parameters

values

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.