privateIpRanges

@JvmName(name = "mptudnpdcavvqxme")
suspend fun privateIpRanges(value: Output<List<String>>)
@JvmName(name = "vceyqvycsgbmjgaf")
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 = "jmmpqkffarsylqkh")
suspend fun privateIpRanges(vararg values: Output<String>)


@JvmName(name = "eejhkhahhmlkntki")
suspend fun privateIpRanges(values: List<Output<String>>)
@JvmName(name = "xvrhcvafdeorkfic")
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.