targetSize property

int? targetSize
getter/setter pair

The target number of running instances for this managed instance group.

You can reduce this number by using the instanceGroupManager deleteInstances or abandonInstances methods. Resizing the group also changes this number.

Implementation

core.int? targetSize;