notReadyAddresses property

List<EndpointAddress>? notReadyAddresses
final

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.

Implementation

final List<EndpointAddress>? notReadyAddresses;