INPUT_OBJECT
OraclePdbRestoreConfigInput
Description
Supported in v8.0+
link GraphQL Schema definition
- input OraclePdbRestoreConfigInput {
- # Required. Supported in v8.0+
- # List of PDB names to be restored on the source database.
- : [String!]!
- # Required. Supported in v8.0+
- # Snapshot ID or timestamp for which the PDB restore is done.
- : OracleRecoveryPointInput!
- }