targetSuspendedSize property

int? targetSuspendedSize
final

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

final int? targetSuspendedSize;