INPUT_OBJECT

DownloadOracleSnapshotFromLocationInput

Description

Input for downloading Oracle snapshot from a location.

link GraphQL Schema definition

  • input DownloadOracleSnapshotFromLocationInput {
  • # Required. ID of the archival location.
  • locationId: String!
  • # Required. ID assigned to an Oracle database snapshot.
  • snapshotId: String!
  • }

link Require by