public enum Volume.Types.SnapshotAutoDeleteBehaviorReference documentation and code samples for the Bare Metal Solution v2 API enum Volume.Types.SnapshotAutoDeleteBehavior.
The kinds of auto delete behavior to use when snapshot reserved space is full.
Namespace
Google.Cloud.BareMetalSolution.V2Assembly
Google.Cloud.BareMetalSolution.V2.dll
Fields |
|
|---|---|
| Name | Description |
Disabled |
Don't delete any snapshots. This disables new snapshot creation, as long as the snapshot reserved space is full. |
NewestFirst |
Delete the newest snapshots first. |
OldestFirst |
Delete the oldest snapshots first. |
Unspecified |
The unspecified behavior. |