Module: Google::Cloud::Compute::V1::InstanceGroupManagerUpdatePolicy::ReplacementMethod
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
What action should be used to replace instances. See minimal_action.REPLACE
Constant Summary collapse
- UNDEFINED_REPLACEMENT_METHOD =
A value indicating that the enum field is not set.
0
- RECREATE =
Instances will be recreated (with the same name)
522_644_719
- SUBSTITUTE =
Default option: instances will be deleted and created (with a new name)
280_924_314