FlexibleAppVersionLivenessCheckArgs

data class FlexibleAppVersionLivenessCheckArgs(val checkInterval: Output<String>? = null, val failureThreshold: Output<Double>? = null, val host: Output<String>? = null, val initialDelay: Output<String>? = null, val path: Output<String>, val successThreshold: Output<Double>? = null, val timeout: Output<String>? = null) : ConvertibleToJava<FlexibleAppVersionLivenessCheckArgs>

Constructors

Link copied to clipboard
constructor(checkInterval: Output<String>? = null, failureThreshold: Output<Double>? = null, host: Output<String>? = null, initialDelay: Output<String>? = null, path: Output<String>, successThreshold: Output<Double>? = null, timeout: Output<String>? = null)

Properties

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

Interval between health checks.

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

Number of consecutive failed checks required before considering the VM unhealthy. Default: 4.

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

Host header to send when performing a HTTP Readiness check. Example: "myapp.appspot.com"

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

The initial delay before starting to execute the checks. Default: "300s"

Link copied to clipboard
val path: Output<String>

The request path.

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

Number of consecutive successful checks required before considering the VM healthy. Default: 2.

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

Time before the check is considered failed. Default: "4s"

Functions

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