scalingMode property

String? scalingMode
getter/setter pair

The scaling mode for the worker pool.

Optional. Possible string values are:

  • "SCALING_MODE_UNSPECIFIED" : Unspecified.
  • "AUTOMATIC" : Automatically scale between min and max instances.
  • "MANUAL" : Scale to exactly min instances and ignore the max instances.

Implementation

core.String? scalingMode;