INPUT_OBJECT

DownloadDb2SnapshotV2Input

Description

Input for downloading Db2 snapshot from location for V2 API.

link GraphQL Schema definition

  • input DownloadDb2SnapshotV2Input {
  • # Additional configuration for the snapshot download operation.
  • downloadConfig: Db2SnapshotDownloadRequestInput
  • # Required. ID of the location from where the Db2 database snapshot is downloaded.
  • locationId: String!
  • # Required. ID of the Db2 database snapshot.
  • snapshotId: String!
  • }

link Require by