V3FunctionCustomContainerConfigHealthCheckConfigArgs

data class V3FunctionCustomContainerConfigHealthCheckConfigArgs(val failureThreshold: Output<Int>? = null, val httpGetUrl: Output<String>? = null, val initialDelaySeconds: Output<Int>? = null, val periodSeconds: Output<Int>? = null, val successThreshold: Output<Int>? = null, val timeoutSeconds: Output<Int>? = null) : ConvertibleToJava<V3FunctionCustomContainerConfigHealthCheckConfigArgs>

Constructors

constructor(failureThreshold: Output<Int>? = null, httpGetUrl: Output<String>? = null, initialDelaySeconds: Output<Int>? = null, periodSeconds: Output<Int>? = null, successThreshold: Output<Int>? = null, timeoutSeconds: Output<Int>? = null)

Properties

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

Functions

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