addresses property

List<EndpointAddress>? addresses
final

IP addresses which offer the related ports that are marked as ready. These endpoints should be considered safe for load balancers and clients to utilize.

Implementation

final List<EndpointAddress>? addresses;