Bare Metal Solution V2 API - Module Google::Cloud::BareMetalSolution::V2::Volume::SnapshotAutoDeleteBehavior (v0.8.0)

Reference documentation and code samples for the Bare Metal Solution V2 API module Google::Cloud::BareMetalSolution::V2::Volume::SnapshotAutoDeleteBehavior.

The kinds of auto delete behavior to use when snapshot reserved space is full.

Constants

SNAPSHOT_AUTO_DELETE_BEHAVIOR_UNSPECIFIED

value: 0
The unspecified behavior.

DISABLED

value: 1
Don't delete any snapshots. This disables new snapshot creation, as long as the snapshot reserved space is full.

OLDEST_FIRST

value: 2
Delete the oldest snapshots first.

NEWEST_FIRST

value: 3
Delete the newest snapshots first.