notReadyAddresses

@JvmName(name = "wiceabhkdqcvhfwe")
suspend fun notReadyAddresses(value: Output<List<EndpointAddressArgs>>)
@JvmName(name = "klyhkriyfbxixmvu")
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 = "quhitxftntjdxxny")
suspend fun notReadyAddresses(vararg values: Output<EndpointAddressArgs>)


@JvmName(name = "cgrdiemrhnbolhcw")
suspend fun notReadyAddresses(values: List<Output<EndpointAddressArgs>>)
@JvmName(name = "xnvlpsirkqkvnwls")
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 = "bcwjxohttnieqaeh")
suspend fun notReadyAddresses(argument: List<suspend EndpointAddressArgsBuilder.() -> Unit>)
@JvmName(name = "epfrjvhynaapbtiu")
suspend fun notReadyAddresses(vararg argument: suspend EndpointAddressArgsBuilder.() -> Unit)
@JvmName(name = "mevkohkfxreymawn")
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.