TcpCheckArgs

data class TcpCheckArgs(val pingConfig: Output<PingConfigArgs>? = null, val port: Output<Int>? = null) : ConvertibleToJava<TcpCheckArgs>

Information required for a TCP Uptime check request.

Constructors

Link copied to clipboard
fun TcpCheckArgs(pingConfig: Output<PingConfigArgs>? = null, port: Output<Int>? = null)

Functions

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

Properties

Link copied to clipboard
val pingConfig: Output<PingConfigArgs>? = null

Contains information needed to add pings to a TCP check.

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

The TCP port on the server against which to run the check. Will be combined with host (specified within the monitored_resource) to construct the full URL. Required.