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.
- Db2SnapshotDownloadRequestInput :
- # Required. ID of the location from where the Db2 database snapshot is downloaded.
- String! :
- # Required. ID of the Db2 database snapshot.
- String! :
- }