excludedIpRanges

@JvmName(name = "fxcognlbqsepfnax")
suspend fun excludedIpRanges(value: Output<List<String>>)
@JvmName(name = "iikehsaikvluyswj")
suspend fun excludedIpRanges(value: List<String>?)

Parameters

value

Contains the excluded IP ranges. For IPv4 addresses, the ranges are expressed using CIDR notation as specified in RFC 4632. For IPv6 addresses, the ranges are expressed in similar encoding as IPv4 addresses.


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


@JvmName(name = "lhfqfwcwaykrohlg")
suspend fun excludedIpRanges(values: List<Output<String>>)
@JvmName(name = "mnoycqdqlrwsjkhm")
suspend fun excludedIpRanges(vararg values: String)

Parameters

values

Contains the excluded IP ranges. For IPv4 addresses, the ranges are expressed using CIDR notation as specified in RFC 4632. For IPv6 addresses, the ranges are expressed in similar encoding as IPv4 addresses.