Module: Google::Cloud::BareMetalSolution::V2::Volume::SnapshotAutoDeleteBehavior
- Defined in:
- proto_docs/google/cloud/baremetalsolution/v2/volume.rb
Overview
The kinds of auto delete behavior to use when snapshot reserved space is full.
Constant Summary collapse
- SNAPSHOT_AUTO_DELETE_BEHAVIOR_UNSPECIFIED =
The unspecified behavior.
0
- DISABLED =
Don't delete any snapshots. This disables new snapshot creation, as long as the snapshot reserved space is full.
1
- OLDEST_FIRST =
Delete the oldest snapshots first.
2
- NEWEST_FIRST =
Delete the newest snapshots first.
3