Module: Google::Cloud::Compute::V1::AttachedDiskInitializeParams::OnUpdateAction
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Specifies which action to take on instance update with this disk. Default is to use the existing disk.
Constant Summary collapse
- UNDEFINED_ON_UPDATE_ACTION =
A value indicating that the enum field is not set.
0
- RECREATE_DISK =
Always recreate the disk.
494_767_853
- RECREATE_DISK_IF_SOURCE_CHANGED =
Recreate the disk if source (image, snapshot) of this disk is different from source of existing disk.
398_099_712
- USE_EXISTING_DISK =
Use the existing disk, this is the default behaviour.
232_682_233