INPUT_OBJECT

CreateOracleMountInput

Description

Input for mounting an Oracle database excluding advanced options.

link GraphQL Schema definition

  • input CreateOracleMountInput {
  • # Required. Configuration parameters for a job to Live Mount an Oracle database
  • # snapshot.
  • config: MountOracleDbConfigInput!
  • # Required. ID of the Oracle database.
  • id: String!
  • }