Container Group Container Readiness Probe Args
data class ContainerGroupContainerReadinessProbeArgs(val execs: Output<List<ContainerGroupContainerReadinessProbeExecArgs>>? = null, val failureThreshold: Output<Int>? = null, val httpGets: Output<List<ContainerGroupContainerReadinessProbeHttpGetArgs>>? = null, val initialDelaySeconds: Output<Int>? = null, val periodSeconds: Output<Int>? = null, val successThreshold: Output<Int>? = null, val tcpSockets: Output<List<ContainerGroupContainerReadinessProbeTcpSocketArgs>>? = null, val timeoutSeconds: Output<Int>? = null) : ConvertibleToJava<ContainerGroupContainerReadinessProbeArgs>
Constructors
Link copied to clipboard
fun ContainerGroupContainerReadinessProbeArgs(execs: Output<List<ContainerGroupContainerReadinessProbeExecArgs>>? = null, failureThreshold: Output<Int>? = null, httpGets: Output<List<ContainerGroupContainerReadinessProbeHttpGetArgs>>? = null, initialDelaySeconds: Output<Int>? = null, periodSeconds: Output<Int>? = null, successThreshold: Output<Int>? = null, tcpSockets: Output<List<ContainerGroupContainerReadinessProbeTcpSocketArgs>>? = null, timeoutSeconds: Output<Int>? = null)