protocols

@JvmName(name = "vtnkqexioswqorcc")
suspend fun protocols(value: Output<List<Int>>)
@JvmName(name = "tlsigqbnihufytkg")
suspend fun protocols(value: List<Int>?)

Parameters

value

The protocols to inspect for, specified using the assigned internet protocol number (IANA) for each protocol. If not specified, this matches with any protocol.


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


@JvmName(name = "vnqnvibgjojeoqsu")
suspend fun protocols(values: List<Output<Int>>)
@JvmName(name = "dkftdfpklxtgovmm")
suspend fun protocols(vararg values: Int)

Parameters

values

The protocols to inspect for, specified using the assigned internet protocol number (IANA) for each protocol. If not specified, this matches with any protocol.