INPUT_OBJECT

DownloadFilesetSnapshotFromLocationInput

Description

Input for downloading the fileset snapshot from a location.

link GraphQL Schema definition

  • input DownloadFilesetSnapshotFromLocationInput {
  • # Additional configuration for the operation. This consists of the SLA Domain to
  • # be applied to the snapshot after it is downloaded.
  • downloadConfig: FilesetDownloadRequestInput
  • # Required. ID of the replication location.
  • locationId: String!
  • # Required. ID of the snapshot to be downloaded.
  • snapshotId: String!
  • }

link Require by