ApplicationLivenessV2Args

data class ApplicationLivenessV2Args(val exec: Output<ApplicationLivenessV2ExecArgs>? = null, val httpGet: Output<ApplicationLivenessV2HttpGetArgs>? = null, val initialDelaySeconds: Output<Int>? = null, val periodSeconds: Output<Int>? = null, val tcpSocket: Output<ApplicationLivenessV2TcpSocketArgs>? = null, val timeoutSeconds: Output<Int>? = null) : ConvertibleToJava<ApplicationLivenessV2Args>

Constructors

Link copied to clipboard
constructor(exec: Output<ApplicationLivenessV2ExecArgs>? = null, httpGet: Output<ApplicationLivenessV2HttpGetArgs>? = null, initialDelaySeconds: Output<Int>? = null, periodSeconds: Output<Int>? = null, tcpSocket: Output<ApplicationLivenessV2TcpSocketArgs>? = null, timeoutSeconds: Output<Int>? = null)

Properties

Link copied to clipboard
val exec: Output<ApplicationLivenessV2ExecArgs>? = null

Execute. See exec below.

Link copied to clipboard

The liveness check settings of the container. See http_get below.

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

The delay of the health check.

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

The interval at which the health check is performed.

Link copied to clipboard

The liveness check settings of the container. See tcp_socket below.

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

The timeout period of the health check.

Functions

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