ENUM
SnapshotCloudState
Description
Archival state of the snapshot.
link GraphQL Schema definition
- enum SnapshotCloudState {
- # Snapshot was downloaded from archival location.
- # Snapshot is latest and archived.
- # Snapshot is stored locally and is not archived.
- # Snapshot is stored locally and at the archival location.
- # Snapshot is stored only at the archival location.
- }