notReadyAddresses

@JvmName(name = "dompvducddtdmexp")
suspend fun notReadyAddresses(value: Output<List<EndpointAddressArgs>>)
@JvmName(name = "dwijuptxnkbqtpgh")
suspend fun notReadyAddresses(value: List<EndpointAddressArgs>?)

Parameters

value

IP addresses which offer the related ports but are not currently marked as ready because they have not yet finished starting, have recently failed a readiness check, or have recently failed a liveness check.


@JvmName(name = "ullexaycxrgsjeeg")
suspend fun notReadyAddresses(vararg values: Output<EndpointAddressArgs>)


@JvmName(name = "vlfpwgcsnrwdncub")
suspend fun notReadyAddresses(values: List<Output<EndpointAddressArgs>>)
@JvmName(name = "qlbxqvpcrptqbisc")
suspend fun notReadyAddresses(vararg values: EndpointAddressArgs)

Parameters

values

IP addresses which offer the related ports but are not currently marked as ready because they have not yet finished starting, have recently failed a readiness check, or have recently failed a liveness check.


@JvmName(name = "rldstfaossfteqqr")
suspend fun notReadyAddresses(argument: List<suspend EndpointAddressArgsBuilder.() -> Unit>)
@JvmName(name = "jmoonokikirklruy")
suspend fun notReadyAddresses(vararg argument: suspend EndpointAddressArgsBuilder.() -> Unit)
@JvmName(name = "cgryldeqglmsnopx")
suspend fun notReadyAddresses(argument: suspend EndpointAddressArgsBuilder.() -> Unit)

Parameters

argument

IP addresses which offer the related ports but are not currently marked as ready because they have not yet finished starting, have recently failed a readiness check, or have recently failed a liveness check.