protocols

@JvmName(name = "secawmmhespuuvfj")
suspend fun protocols(value: Output<List<String>>)
@JvmName(name = "egrbbdrjamgwxqku")
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 = "orbqdoqknjkgtyqu")
suspend fun protocols(vararg values: Output<String>)


@JvmName(name = "ydfaywiubbbwdkty")
suspend fun protocols(values: List<Output<String>>)
@JvmName(name = "kmydbiayjabxqimm")
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.