INPUT_OBJECT
DownloadOracleSnapshotFromLocationV2Input
Description
Input for downloading Oracle snapshot from a location for V2 API.
link GraphQL Schema definition
- input DownloadOracleSnapshotFromLocationV2Input {
- # Additional configuration for the snapshot download operation.
- OracleSnapshotDownloadRequestInput :
- # Required. ID of the archival location.
- String! :
- # Required. ID assigned to an Oracle database snapshot.
- String! :
- }