snapshotAutoDeleteBehavior property

String? snapshotAutoDeleteBehavior
getter/setter pair

The behavior to use when snapshot reserved space is full. Possible string values are:

  • "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.

Implementation

core.String? snapshotAutoDeleteBehavior;