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.
- MountOracleDbConfigInput! :
- # Required. ID of the Oracle database.
- String! :
- }