targetSuspendedSize property

int? targetSuspendedSize
getter/setter pair

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

  • Suspend instance using the suspendInstances method or resume instances using the resumeInstances method.
  • Manually change the targetSuspendedSize using the update method.

Implementation

core.int? targetSuspendedSize;