GetAppSpecServiceHealthCheck

data class GetAppSpecServiceHealthCheck(val failureThreshold: Int? = null, val httpPath: String? = null, val initialDelaySeconds: Int? = null, val periodSeconds: Int? = null, val port: Int? = null, val successThreshold: Int? = null, val timeoutSeconds: Int? = null)

Constructors

Link copied to clipboard
constructor(failureThreshold: Int? = null, httpPath: String? = null, initialDelaySeconds: Int? = null, periodSeconds: Int? = null, port: Int? = null, successThreshold: Int? = null, timeoutSeconds: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val failureThreshold: Int? = null

The number of failed health checks before considered unhealthy.

Link copied to clipboard
val httpPath: String? = null

The route path used for the HTTP health check ping.

Link copied to clipboard

The number of seconds to wait before beginning health checks.

Link copied to clipboard
val periodSeconds: Int? = null

The number of seconds to wait between health checks.

Link copied to clipboard
val port: Int? = null

The port on which the health check will be performed. If not set, the health check will be performed on the component's http_port.

Link copied to clipboard
val successThreshold: Int? = null

The number of successful health checks before considered healthy.

Link copied to clipboard
val timeoutSeconds: Int? = null

The number of seconds after which the check times out.