mode property

String? mode
getter/setter pair

Defines how a MIG resumes or starts VMs from a standby pool when the group scales out.

The default mode is MANUAL. Possible string values are:

  • "MANUAL" : MIG does not automatically resume or start VMs in the standby pool when the group scales out.
  • "SCALE_OUT_POOL" : MIG automatically resumes or starts VMs in the standby pool when the group scales out, and replenishes the standby pool afterwards.

Implementation

core.String? mode;