public enum InstanceGroupManagerUpdatePolicy.ReplacementMethod extends Enum<InstanceGroupManagerUpdatePolicy.ReplacementMethod> implements ProtocolMessageEnum
What action should be used to replace instances. See minimal_action.REPLACE
Protobuf enum
google.cloud.compute.v1.InstanceGroupManagerUpdatePolicy.ReplacementMethod
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
RECREATE |
Instances will be recreated (with the same name) |
RECREATE_VALUE |
Instances will be recreated (with the same name) |
SUBSTITUTE |
Default option: instances will be deleted and created (with a new name) |
SUBSTITUTE_VALUE |
Default option: instances will be deleted and created (with a new name) |
UNDEFINED_REPLACEMENT_METHOD |
A value indicating that the enum field is not set. |
UNDEFINED_REPLACEMENT_METHOD_VALUE |
A value indicating that the enum field is not set. |
UNRECOGNIZED |
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() |