INPUT_OBJECT
InstantRecoverOracleSnapshotInput
link GraphQL Schema definition
- input InstantRecoverOracleSnapshotInput {
- # Required. Configuration parameters for a job to instantly recover from an Oracle
- # database snapshot.
- : RecoverOracleDbConfigInput!
- # Required. ID of the Oracle database.
- : String!
- }