individual constant

The mode in which the MIG creates VMs individually. In this mode, if the MIG is unable to create a VM, the MIG will continue to create the other VMs in the group. This is the default mode.

Implementation

static const individual = InstanceGroupManagerTargetSizePolicy_Mode(
  'INDIVIDUAL',
);