Uses of Class
com.oracle.bmc.databasemigration.model.TargetTypeTablespaceDetails
-
Packages that use TargetTypeTablespaceDetails Package Description com.oracle.bmc.databasemigration.model -
-
Uses of TargetTypeTablespaceDetails in com.oracle.bmc.databasemigration.model
Subclasses of TargetTypeTablespaceDetails in com.oracle.bmc.databasemigration.model Modifier and Type Class Description classADBDedicatedAutoCreateTablespaceDetailsAuto create tablespace settings that are valid for Dedicated Autonomous Databases.classADBDedicatedRemapTargetTablespaceDetailsRemap tablespace settings that are valid for Dedicated Autonomous Databases.classADBServerlesTablespaceDetailsMigration tablespace settings valid for Autonomous Database Serverless target type using remap feature.classNonADBAutoCreateTablespaceDetailsMigration tablespace settings valid for NON-ADB target type using auto create feature.classNonADBRemapTablespaceDetailsMigration tablespace settings valid for NON-ADB target type using remap feature
Note: Objects should always be created or deserialized using theNonADBRemapTablespaceDetails.Builder.Methods in com.oracle.bmc.databasemigration.model that return TargetTypeTablespaceDetails Modifier and Type Method Description TargetTypeTablespaceDetailsOracleInitialLoadSettings. getTablespaceDetails()Methods in com.oracle.bmc.databasemigration.model with parameters of type TargetTypeTablespaceDetails Modifier and Type Method Description OracleInitialLoadSettings.BuilderOracleInitialLoadSettings.Builder. tablespaceDetails(TargetTypeTablespaceDetails tablespaceDetails)Constructors in com.oracle.bmc.databasemigration.model with parameters of type TargetTypeTablespaceDetails Constructor Description OracleInitialLoadSettings(DataPumpParameters dataPumpParameters, TargetTypeTablespaceDetails tablespaceDetails, DirectoryObject exportDirectoryObject, DirectoryObject importDirectoryObject, JobModeOracle jobMode, List<MetadataRemap> metadataRemaps)Deprecated.
-