public enum InstanceGroupManagerTargetSizePolicy.Mode extends Enum<InstanceGroupManagerTargetSizePolicy.Mode> implements ProtocolMessageEnumThe mode of target size policy based on which the MIG creates its VMs individually or all at once.
Protobuf enum google.cloud.compute.v1.InstanceGroupManagerTargetSizePolicy.Mode
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
BULK |
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. |
BULK_VALUE |
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 |
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. |
INDIVIDUAL_VALUE |
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. |
UNDEFINED_MODE |
A value indicating that the enum field is not set. |
UNDEFINED_MODE_VALUE |
A value indicating that the enum field is not set. |
UNRECOGNIZED |
|
UNSPECIFIED_MODE |
If mode is unspecified, MIG will behave as in the default |
UNSPECIFIED_MODE_VALUE |
If mode is unspecified, MIG will behave as in the default |
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|