expectedCodes

@JvmName(name = "oegypvkowvqnaqrj")
suspend fun expectedCodes(value: Output<List<String>>)
@JvmName(name = "hcrwqnpvxhusrpgd")
suspend fun expectedCodes(value: List<String>?)

Parameters

value

The expected HTTP response codes (e.g. '200') or code ranges (e.g. '2xx' for all codes starting with 2) of the health check.


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


@JvmName(name = "yhgkikwasrrnarse")
suspend fun expectedCodes(values: List<Output<String>>)
@JvmName(name = "xsyqftmycupursvv")
suspend fun expectedCodes(vararg values: String)

Parameters

values

The expected HTTP response codes (e.g. '200') or code ranges (e.g. '2xx' for all codes starting with 2) of the health check.