HealthcheckTcpConfig

data class HealthcheckTcpConfig(val method: String? = null, val port: Int? = null)

Constructors

Link copied to clipboard
constructor(method: String? = null, port: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val method: String? = null

The TCP connection method to use for the health check. Available values: "connection_established".

Link copied to clipboard
val port: Int? = null

Port number to connect to for the health check. Defaults to 80.