Uses of Class
com.oracle.bmc.database.model.CreatePluggableDatabaseCreationTypeDetails
-
Packages that use CreatePluggableDatabaseCreationTypeDetails Package Description com.oracle.bmc.database.model -
-
Uses of CreatePluggableDatabaseCreationTypeDetails in com.oracle.bmc.database.model
Subclasses of CreatePluggableDatabaseCreationTypeDetails in com.oracle.bmc.database.model Modifier and Type Class Description classCreatePluggableDatabaseFromLocalCloneDetailsSpecifies the creation type Local Clone.classCreatePluggableDatabaseFromRelocateDetailsSpecifies the creation type Relocate.classCreatePluggableDatabaseFromRemoteCloneDetailsSpecifies the creation type Remote Clone.Methods in com.oracle.bmc.database.model that return CreatePluggableDatabaseCreationTypeDetails Modifier and Type Method Description CreatePluggableDatabaseCreationTypeDetailsCreatePluggableDatabaseDetails. getPdbCreationTypeDetails()Methods in com.oracle.bmc.database.model with parameters of type CreatePluggableDatabaseCreationTypeDetails Modifier and Type Method Description CreatePluggableDatabaseDetails.BuilderCreatePluggableDatabaseDetails.Builder. pdbCreationTypeDetails(CreatePluggableDatabaseCreationTypeDetails pdbCreationTypeDetails)Constructors in com.oracle.bmc.database.model with parameters of type CreatePluggableDatabaseCreationTypeDetails Constructor Description CreatePluggableDatabaseDetails(String pdbName, String containerDatabaseId, String pdbAdminPassword, String tdeWalletPassword, Boolean shouldPdbAdminAccountBeLocked, char[] containerDatabaseAdminPassword, Boolean shouldCreatePdbBackup, CreatePluggableDatabaseCreationTypeDetails pdbCreationTypeDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.CreatePluggableDatabaseDetails(String pdbName, String containerDatabaseId, String pdbAdminPassword, String tdeWalletPassword, Boolean shouldPdbAdminAccountBeLocked, String containerDatabaseAdminPassword, Boolean shouldCreatePdbBackup, CreatePluggableDatabaseCreationTypeDetails pdbCreationTypeDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.
-