ENUM

GcpSnapshotType

Description

The type of snapshot to be used in export or restore jobs.

link GraphQL Schema definition

  • enum GcpSnapshotType {
  • # Use the archived snapshot.
  • ARCHIVED
  • # Use the source snapshot.
  • SOURCE
  • }