INPUT_OBJECT
ExportOracleTablespaceInput
link GraphQL Schema definition
- input ExportOracleTablespaceInput {
- # Required. Configuration parameters for a job to export an Oracle tablespace from
- # a specified snapshot or timestamp.
- : ExportOracleTablespaceConfigInput!
- # Required. ID of the database containing the tablespace to export.
- : String!
- }