TCPSocketActionArgs

data class TCPSocketActionArgs(val host: Output<String>? = null, val port: Output<Int>? = null) : ConvertibleToJava<TCPSocketActionArgs>

TCPSocketAction describes an action based on opening a socket

Constructors

Link copied to clipboard
fun TCPSocketActionArgs(host: Output<String>? = null, port: Output<Int>? = null)

Functions

Link copied to clipboard
open override fun toJava(): TCPSocketActionArgs

Properties

Link copied to clipboard
val host: Output<String>? = null

Not supported by Cloud Run.

Link copied to clipboard
val port: Output<Int>? = null

Port number to access on the container. Number must be in the range 1 to 65535.