expectedCodes

@JvmName(name = "cpmopfsqpcylojcc")
suspend fun expectedCodes(value: Output<List<String>>)
@JvmName(name = "ppcclkyvecarjqqw")
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 = "qiyllemyfqcexgan")
suspend fun expectedCodes(vararg values: Output<String>)


@JvmName(name = "qovywjnibfqinpbt")
suspend fun expectedCodes(values: List<Output<String>>)
@JvmName(name = "iugaasxghdcracci")
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.