ContainerGroupContainerLivenessProbeArgs

data class ContainerGroupContainerLivenessProbeArgs(val execs: Output<List<ContainerGroupContainerLivenessProbeExecArgs>>? = null, val failureThreshold: Output<Int>? = null, val httpGets: Output<List<ContainerGroupContainerLivenessProbeHttpGetArgs>>? = null, val initialDelaySeconds: Output<Int>? = null, val periodSeconds: Output<Int>? = null, val successThreshold: Output<Int>? = null, val tcpSockets: Output<List<ContainerGroupContainerLivenessProbeTcpSocketArgs>>? = null, val timeoutSeconds: Output<Int>? = null) : ConvertibleToJava<ContainerGroupContainerLivenessProbeArgs>

Constructors

Link copied to clipboard
constructor(execs: Output<List<ContainerGroupContainerLivenessProbeExecArgs>>? = null, failureThreshold: Output<Int>? = null, httpGets: Output<List<ContainerGroupContainerLivenessProbeHttpGetArgs>>? = null, initialDelaySeconds: Output<Int>? = null, periodSeconds: Output<Int>? = null, successThreshold: Output<Int>? = null, tcpSockets: Output<List<ContainerGroupContainerLivenessProbeTcpSocketArgs>>? = null, timeoutSeconds: Output<Int>? = null)

Properties

Link copied to clipboard

Health check using command line method. See exec below.

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

Threshold for the number of checks that are determined to have failed since the last successful check (must be consecutive failures), default is 3.

Link copied to clipboard

Health check using HTTP request method. See http_get below.

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

Check the time to start execution, calculated from the completion of container startup.

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

Buffer time for the program to handle operations before closing.

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

The check count threshold for re-identifying successful checks since the last failed check (must be consecutive successes), default is 1. Current must be 1.

Link copied to clipboard

Health check using TCP socket method. See tcp_socket below.

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

Check the timeout, the default is 1 second, the minimum is 1 second.

Functions

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