targetStoppedSize property

int? targetStoppedSize
getter/setter pair

The target number of stopped instances for this managed instance group. This number changes when you:

  • Stop instance using the stopInstances method or start instances using the startInstances method.
  • Manually change the targetStoppedSize using the update method.

Implementation

core.int? targetStoppedSize;