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.
- FilesetDownloadRequestInput :
- # Required. ID of the replication location.
- String! :
- # Required. ID of the snapshot to be downloaded.
- String! :
- }