ipProtocols

@JvmName(name = "oqtsmnsgcsbyjlgg")
suspend fun ipProtocols(value: Output<List<String>>)
@JvmName(name = "yenydytejanvahdp")
suspend fun ipProtocols(value: List<String>?)

Parameters

value

Protocols that apply as filter on mirrored traffic. If no protocols are specified, all traffic that matches the specified CIDR ranges is mirrored. If neither cidrRanges nor IPProtocols is specified, all traffic is mirrored.


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


@JvmName(name = "ixqnjajejxueqwjl")
suspend fun ipProtocols(values: List<Output<String>>)
@JvmName(name = "ujcsqhjhyspdcwxh")
suspend fun ipProtocols(vararg values: String)

Parameters

values

Protocols that apply as filter on mirrored traffic. If no protocols are specified, all traffic that matches the specified CIDR ranges is mirrored. If neither cidrRanges nor IPProtocols is specified, all traffic is mirrored.