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.