ENUM

SnapshotCloudState

Description

Archival state of the snapshot.

link GraphQL Schema definition

  • enum SnapshotCloudState {
  • # Snapshot was downloaded from archival location.
  • DOWNLOADED_FROM_CLOUD
  • # Snapshot is latest and archived.
  • LATEST_ON_CLOUD
  • # Snapshot is stored locally and is not archived.
  • LOCAL
  • # Snapshot is stored locally and at the archival location.
  • LOCAL_AND_ON_CLOUD
  • # Snapshot is stored only at the archival location.
  • ON_CLOUD
  • }

link Require by