cidrRanges

@JvmName(name = "sstctylvcjpvwttf")
suspend fun cidrRanges(value: Output<List<String>>)
@JvmName(name = "euejqcgpcohehtcb")
suspend fun cidrRanges(value: List<String>?)

Parameters

value

IP CIDR ranges that apply as a filter on the source (ingress) or destination (egress) IP in the IP header. Only IPv4 is supported.


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


@JvmName(name = "tqcfljspttsyjcid")
suspend fun cidrRanges(values: List<Output<String>>)
@JvmName(name = "dvhdvvfmpfeuohcp")
suspend fun cidrRanges(vararg values: String)

Parameters

values

IP CIDR ranges that apply as a filter on the source (ingress) or destination (egress) IP in the IP header. Only IPv4 is supported.