computedDesiredCount property
The computed desired count for the task set. This is calculated by
multiplying the service's desiredCount
by the task set's
scale
percentage. The result is always rounded up. For example,
if the computed desired count is 1.2, it rounds up to 2 tasks.
Implementation
final int? computedDesiredCount;