protocols

@JvmName(name = "yivjevodthkgxoug")
suspend fun protocols(value: Output<List<String>>)
@JvmName(name = "tcagfddjiuqxpjkm")
suspend fun protocols(value: List<String>)

Parameters

value

A list of protocols. Possible values are Any, ICMP, TCP and UDP. If action is Dnat, protocols can only be TCP and UDP.


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


@JvmName(name = "vtjxfuabdyjaofba")
suspend fun protocols(values: List<Output<String>>)
@JvmName(name = "cdneitmampcjivty")
suspend fun protocols(vararg values: String)

Parameters

values

A list of protocols. Possible values are Any, ICMP, TCP and UDP. If action is Dnat, protocols can only be TCP and UDP.