healthCheckCodes

@JvmName(name = "pohvsofxqeytclnc")
suspend fun healthCheckCodes(value: Output<List<String>>)
@JvmName(name = "wmphwpaqsvrxuadv")
suspend fun healthCheckCodes(value: List<String>?)

Parameters

value

The HTTP status codes that are used to indicate whether the backend server passes the health check. Valid values:

  • If health_check_protocol is set to HTTP or HTTPS. Valid values: http_2xx, http_3xx, http_4xx, and http_5xx. Default value: http_2xx.

  • If health_check_protocol is set to gRPC. Valid values: 0 to 99. Default value: 0.


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


@JvmName(name = "qsiqywnekyrkjedc")
suspend fun healthCheckCodes(values: List<Output<String>>)
@JvmName(name = "addvkqhbgvqswpfx")
suspend fun healthCheckCodes(vararg values: String)

Parameters

values

The HTTP status codes that are used to indicate whether the backend server passes the health check. Valid values:

  • If health_check_protocol is set to HTTP or HTTPS. Valid values: http_2xx, http_3xx, http_4xx, and http_5xx. Default value: http_2xx.

  • If health_check_protocol is set to gRPC. Valid values: 0 to 99. Default value: 0.