INPUT_OBJECT

DownloadDb2SnapshotInput

Description

Input for downloading a Db2 snapshot from an archival location.

link GraphQL Schema definition

  • input DownloadDb2SnapshotInput {
  • # Required. ID of the location from where the Db2 database snapshot will be
  • # downloaded.
  • locationId: String!
  • # Required. ID of the Db2 database snapshot.
  • snapshotId: String!
  • }

link Require by