privateIpRanges

@JvmName(name = "hhccnwkorfdqdsad")
suspend fun privateIpRanges(value: Output<List<String>>)
@JvmName(name = "fandxkylpivrlfpu")
suspend fun privateIpRanges(value: List<String>?)

Parameters

value

A list of SNAT private CIDR IP ranges, or the special string IANAPrivateRanges, which indicates Azure Firewall does not SNAT when the destination IP address is a private range per IANA RFC 1918.


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


@JvmName(name = "iersikfqaltpiofq")
suspend fun privateIpRanges(values: List<Output<String>>)
@JvmName(name = "hbfqskusuvjsjxxx")
suspend fun privateIpRanges(vararg values: String)

Parameters

values

A list of SNAT private CIDR IP ranges, or the special string IANAPrivateRanges, which indicates Azure Firewall does not SNAT when the destination IP address is a private range per IANA RFC 1918.