ipProtocols

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

Parameters

value

IPv4 protocol / IPv6 next header (after extension headers). Each element can be an 8-bit unsigned decimal number (e.g. "6"), range (e.g. "253-254"), or one of the following protocol names: "tcp", "udp", "icmp", "esp", "ah", "ipip", or "sctp".


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


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

Parameters

values

IPv4 protocol / IPv6 next header (after extension headers). Each element can be an 8-bit unsigned decimal number (e.g. "6"), range (e.g. "253-254"), or one of the following protocol names: "tcp", "udp", "icmp", "esp", "ah", "ipip", or "sctp".