Class SnapshotAutoDeleteBehavior (1.11.0)

SnapshotAutoDeleteBehavior(value)

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

Enums

Name Description
SNAPSHOT_AUTO_DELETE_BEHAVIOR_UNSPECIFIED The unspecified behavior.
DISABLED Don't delete any snapshots. This disables new snapshot creation, as long as the snapshot reserved space is full.
OLDEST_FIRST Delete the oldest snapshots first.
NEWEST_FIRST Delete the newest snapshots first.