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
Link copied to clipboard
val failureThreshold: Output<Int>? = null
Link copied to clipboard
Link copied to clipboard
val initialDelaySeconds: Output<Int>? = null
Link copied to clipboard
val periodSeconds: Output<Int>? = null
Link copied to clipboard
val successThreshold: Output<Int>? = null
Link copied to clipboard
Link copied to clipboard
val timeoutSeconds: Output<Int>? = null

Functions

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