V3FunctionCustomContainerConfigHealthCheckConfig

data class V3FunctionCustomContainerConfigHealthCheckConfig(val failureThreshold: Int? = null, val httpGetUrl: String? = null, val initialDelaySeconds: Int? = null, val periodSeconds: Int? = null, val successThreshold: Int? = null, val timeoutSeconds: Int? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val failureThreshold: Int? = null
Link copied to clipboard
val httpGetUrl: String? = null
Link copied to clipboard
Link copied to clipboard
val periodSeconds: Int? = null
Link copied to clipboard
val successThreshold: Int? = null
Link copied to clipboard
val timeoutSeconds: Int? = null