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.
  • downloadConfig: OracleSnapshotDownloadRequestInput
  • # Required. ID of the archival location.
  • locationId: String!
  • # Required. ID assigned to an Oracle database snapshot.
  • snapshotId: String!
  • }

link Require by