notReadyAddresses

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


@JvmName(name = "vqxjrkokdvuxxngd")
suspend fun notReadyAddresses(values: List<Output<EndpointAddressArgs>>)
@JvmName(name = "rblulskfmkpnfohc")
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 = "rxvpcxduyotaxwvs")
suspend fun notReadyAddresses(argument: List<suspend EndpointAddressArgsBuilder.() -> Unit>)
@JvmName(name = "hpmryoetpuyuxrvy")
suspend fun notReadyAddresses(vararg argument: suspend EndpointAddressArgsBuilder.() -> Unit)
@JvmName(name = "lckjupnhmoftodxt")
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.