GetHealthcheckTcpConfig

data class GetHealthcheckTcpConfig(val method: String, val port: Int)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val port: Int

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