Class PdbConversionToNewDatabaseDetails
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.database.model.ConvertToPdbTargetBase
- 
- com.oracle.bmc.database.model.PdbConversionToNewDatabaseDetails
 
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class PdbConversionToNewDatabaseDetails extends ConvertToPdbTargetBaseDetails of the new container database in which the converted pluggable database will be located.
 Note: Objects should always be created or deserialized using thePdbConversionToNewDatabaseDetails.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of thePdbConversionToNewDatabaseDetails.Builder, which maintain a set of all explicitly set fields calledPdbConversionToNewDatabaseDetails.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classPdbConversionToNewDatabaseDetails.Builder- 
Nested classes/interfaces inherited from class com.oracle.bmc.database.model.ConvertToPdbTargetBaseConvertToPdbTargetBase.Target
 
- 
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PdbConversionToNewDatabaseDetails.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetAdditionalCdbParams()Additional container database parameters.StringgetCdbAdminPassword()A strong password for SYS, SYSTEM, and the plugbable database ADMIN user of the container database after conversion.StringgetCdbName()The database name.StringgetCdbTdeWalletPassword()The password to open the TDE wallet of the container database after conversion.StringgetNonCdbTdeWalletPassword()The existing TDE wallet password of the non-container database.StringgetPdbAdminPassword()A strong password for plugbable database ADMIN user of the container database after conversion.inthashCode()PdbConversionToNewDatabaseDetails.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Method Detail- 
builderpublic static PdbConversionToNewDatabaseDetails.Builder builder() Create a new builder.
 - 
toBuilderpublic PdbConversionToNewDatabaseDetails.Builder toBuilder() 
 - 
getCdbNamepublic String getCdbName() The database name.The name must begin with an alphabetic character and can contain a maximum of 8 alphanumeric characters. Special characters are not permitted. The database name must be unique in the tenancy. - Returns:
- the value
 
 - 
getCdbAdminPasswordpublic String getCdbAdminPassword() A strong password for SYS, SYSTEM, and the plugbable database ADMIN user of the container database after conversion.The password must be at least nine characters and contain at least two uppercase, two lowercase, two numeric, and two special characters. The special characters must be _, \#, or -. - Returns:
- the value
 
 - 
getPdbAdminPasswordpublic String getPdbAdminPassword() A strong password for plugbable database ADMIN user of the container database after conversion.The password must be at least nine characters and contain at least two uppercase, two lowercase, two numeric, and two special characters. The special characters must be _, \#, or -. - Returns:
- the value
 
 - 
getCdbTdeWalletPasswordpublic String getCdbTdeWalletPassword() The password to open the TDE wallet of the container database after conversion.The password must be at least nine characters and contain at least two uppercase, two lowercase, two numeric, and two special characters. The special characters must be _, \#, or -. - Returns:
- the value
 
 - 
getNonCdbTdeWalletPasswordpublic String getNonCdbTdeWalletPassword() The existing TDE wallet password of the non-container database.- Returns:
- the value
 
 - 
getAdditionalCdbParamspublic String getAdditionalCdbParams() Additional container database parameters.Example: “_pdb_name_case_sensitive=true” - Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- ConvertToPdbTargetBase
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Overrides:
- toStringin class- ConvertToPdbTargetBase
- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- ConvertToPdbTargetBase
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- ConvertToPdbTargetBase
 
 
- 
 
-