healthChecks

@JvmName(name = "qnrfeiynvxnpvimf")
suspend fun healthChecks(value: Output<List<String>>)
@JvmName(name = "nrtxxgbnvbkctqsi")
suspend fun healthChecks(value: List<String>?)

Parameters

value

The URL of the HttpHealthCheck resource. A member instance in this pool is considered healthy if and only if the health checks pass. Only legacy HttpHealthChecks are supported. Only one health check may be specified.


@JvmName(name = "xxkyqveqhrcprsbm")
suspend fun healthChecks(vararg values: Output<String>)


@JvmName(name = "nncwcccwnxcwaxyi")
suspend fun healthChecks(values: List<Output<String>>)
@JvmName(name = "dqfgqvtdbirvildl")
suspend fun healthChecks(vararg values: String)

Parameters

values

The URL of the HttpHealthCheck resource. A member instance in this pool is considered healthy if and only if the health checks pass. Only legacy HttpHealthChecks are supported. Only one health check may be specified.