V2FunctionCustomHealthCheckConfigArgs

data class V2FunctionCustomHealthCheckConfigArgs(val failureThreshold: Output<Int>? = null, val httpGetUrl: Output<String>? = null, val initialDelaySeconds: Output<Int>? = null, val periodSeconds: Output<Int>? = null, val successThreshold: Output<Int>? = null, val timeoutSeconds: Output<Int>? = null) : ConvertibleToJava<V2FunctionCustomHealthCheckConfigArgs>

Constructors

Link copied to clipboard
constructor(failureThreshold: Output<Int>? = null, httpGetUrl: Output<String>? = null, initialDelaySeconds: Output<Int>? = null, periodSeconds: Output<Int>? = null, successThreshold: Output<Int>? = null, timeoutSeconds: Output<Int>? = null)

Properties

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

The threshold for the number of health check failures. The system considers the check failed after the health check fails.

Link copied to clipboard
val httpGetUrl: Output<String>? = null

Container custom health check URL address.

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

Delay from container startup to initiation of health check.

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

Health check cycle.

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

The threshold for the number of successful health checks. After the health check is reached, the system considers the check successful.

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

Health check timeout.

Functions

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