cidrRanges

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

Parameters

value

IP CIDR ranges that apply as filter on the source (ingress) or destination (egress) IP in the IP header. Only IPv4 is supported. If no ranges are specified, all traffic that matches the specified IPProtocols is mirrored. If neither cidrRanges nor IPProtocols is specified, all traffic is mirrored.


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


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

Parameters

values

IP CIDR ranges that apply as filter on the source (ingress) or destination (egress) IP in the IP header. Only IPv4 is supported. If no ranges are specified, all traffic that matches the specified IPProtocols is mirrored. If neither cidrRanges nor IPProtocols is specified, all traffic is mirrored.