onUpdateAction property
Specifies which action to take on instance update with this disk.
Default is to use the existing disk. Possible string values are:
- "RECREATE_DISK" : Always recreate the disk.
- "RECREATE_DISK_IF_SOURCE_CHANGED" : Recreate the disk if source (image, snapshot) of this disk is different from source of existing disk.
- "USE_EXISTING_DISK" : Use the existing disk, this is the default behaviour.
Implementation
core.String? onUpdateAction;