App Template Container Readiness Probe Args
data class AppTemplateContainerReadinessProbeArgs(val failureCountThreshold: Output<Int>? = null, val headers: Output<List<AppTemplateContainerReadinessProbeHeaderArgs>>? = null, val host: Output<String>? = null, val intervalSeconds: Output<Int>? = null, val path: Output<String>? = null, val port: Output<Int>, val successCountThreshold: Output<Int>? = null, val timeout: Output<Int>? = null, val transport: Output<String>) : ConvertibleToJava<AppTemplateContainerReadinessProbeArgs>
Constructors
Link copied to clipboard
fun AppTemplateContainerReadinessProbeArgs(failureCountThreshold: Output<Int>? = null, headers: Output<List<AppTemplateContainerReadinessProbeHeaderArgs>>? = null, host: Output<String>? = null, intervalSeconds: Output<Int>? = null, path: Output<String>? = null, port: Output<Int>, successCountThreshold: Output<Int>? = null, timeout: Output<Int>? = null, transport: Output<String>)