Reference documentation and code samples for the Compute V1 Client class Mode.
The mode of target size policy based on which the MIG creates its VMs individually or all at once.
Protobuf type google.cloud.compute.v1.InstanceGroupManagerTargetSizePolicy.Mode
Namespace
Google \ Cloud \ Compute \ V1 \ InstanceGroupManagerTargetSizePolicyMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
UNDEFINED_MODE
Value: 0A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_MODE = 0;
BULK
Value: 2050322The 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.
Generated from protobuf enum BULK = 2050322;
INDIVIDUAL
Value: 438800025The 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.
Generated from protobuf enum INDIVIDUAL = 438800025;
UNSPECIFIED_MODE
Value: 53715403If mode is unspecified, MIG will behave as in the default INDIVIDUAL
mode.
Generated from protobuf enum UNSPECIFIED_MODE = 53715403;