ApplicationLivenessV2HttpGet

data class ApplicationLivenessV2HttpGet(val isContainKeyWord: Boolean? = null, val keyWord: String? = null, val path: String? = null, val port: Int? = null, val scheme: String? = null)

Constructors

Link copied to clipboard
fun ApplicationLivenessV2HttpGet(isContainKeyWord: Boolean? = null, keyWord: String? = null, path: String? = null, port: Int? = null, scheme: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies whether the response contains keywords. Valid values: true and false. If you do not set it, the advanced settings are not used.

Link copied to clipboard
val keyWord: String? = null

The custom keywords.

Link copied to clipboard
val path: String? = null

The request path.

Link copied to clipboard
val port: Int? = null

The port.

Link copied to clipboard
val scheme: String? = null

The protocol that is used to perform the health check. Valid values: HTTP and HTTPS.