Google Cloud Compute V1 API - Module Google::Cloud::Compute::V1::InstanceGroupManagerTargetSizePolicy::Mode (v3.5.0)
Reference documentation and code samples for the Google Cloud Compute V1 API module Google::Cloud::Compute::V1::InstanceGroupManagerTargetSizePolicy::Mode.
The mode of target size policy based on which the MIG creates its VMs
individually or all at once.
Constants
UNDEFINED_MODE
value: 0 A value indicating that the enum field is not set.
BULK
value: 2_050_322 The mode in which the MIG creates VMs all at once. In this mode, if the
MIG is unable to create even one VM, the MIG waits until all VMs can be
created at the same time.
INDIVIDUAL
value: 438_800_025 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.
UNSPECIFIED_MODE
value: 53_715_403 If mode is unspecified, MIG will behave as in the default INDIVIDUAL
mode.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-04-03 UTC."],[],[]]