INPUT_OBJECT

RestoreVolumeGroupSnapshotFilesInput

Description

Input for restoring volume group snapshot files.

link GraphQL Schema definition

  • input RestoreVolumeGroupSnapshotFilesInput {
  • # Required. ID of Snapshot.
  • id: String!
  • # The FID of the next fileset snapshot.
  • nextSnapshotFid: UUID
  • # Configuration information for a job to download files and folders from a volume
  • # group backup.
  • config: VolumeGroupRestoreFilesConfigInput!
  • # Filter for delta type.
  • deltaTypeFilter: [DeltaType!]
  • }

link Require by