instanceCount property

int? instanceCount
final

The number of instances that are currently associated with the service. Instances that were previously associated with the service but that have been deleted are not included in the count. The count might not reflect pending registrations and deregistrations.

Implementation

final int? instanceCount;