TCPSocketActionPatchArgs

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

TCPSocketAction describes an action based on opening a socket

Constructors

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

Properties

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

Optional: Host name to connect to, defaults to the pod IP.

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

Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.

Functions

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