Group Container Liveness Probe Args
data class GroupContainerLivenessProbeArgs(val execs: Output<List<String>>? = null, val failureThreshold: Output<Int>? = null, val httpGets: Output<List<GroupContainerLivenessProbeHttpGetArgs>>? = null, val initialDelaySeconds: Output<Int>? = null, val periodSeconds: Output<Int>? = null, val successThreshold: Output<Int>? = null, val timeoutSeconds: Output<Int>? = null) : ConvertibleToJava<GroupContainerLivenessProbeArgs>
Constructors
Link copied to clipboard
fun GroupContainerLivenessProbeArgs(execs: Output<List<String>>? = null, failureThreshold: Output<Int>? = null, httpGets: Output<List<GroupContainerLivenessProbeHttpGetArgs>>? = null, initialDelaySeconds: Output<Int>? = null, periodSeconds: Output<Int>? = null, successThreshold: Output<Int>? = null, timeoutSeconds: Output<Int>? = null)