Bare Metal Solution v2 API - Enum Volume.Types.SnapshotAutoDeleteBehavior (1.3.0)

public enum Volume.Types.SnapshotAutoDeleteBehavior

Reference 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.V2

Assembly

Google.Cloud.BareMetalSolution.V2.dll

Fields

NameDescription
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.