Class CreateDistributedDatabaseShardDatabaseDetails
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.distributeddatabase.model.CreateDistributedDatabaseShardDatabaseDetails
-
- Direct Known Subclasses:
CreateDistributedDatabaseShardDatabaseWithDbHomeDetails,CreateDistributedDatabaseShardDatabaseWithExadbXdDetails,CreateDistributedDatabaseShardDatabaseWithExadbXsDetails,CreateDistributedDatabaseShardWithExadbXsNewClusterDetails,CreateDistributedDatabaseShardWithExadbXsNewVaultAndClusterDetails
@Generated(value="OracleSDKGenerator", comments="API Version: 20260101") public class CreateDistributedDatabaseShardDatabaseDetails extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelDetails for creating a distributed database shard.
Note: Objects should always be created or deserialized using theBuilder. 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 theBuilder, which maintain a set of all explicitly set fields calledBuilder#__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 Summary
Nested Classes Modifier and Type Class Description static classCreateDistributedDatabaseShardDatabaseDetails.SourceThe source of the Globally distributed database type.
-
Constructor Summary
Constructors Modifier Constructor Description protectedCreateDistributedDatabaseShardDatabaseDetails(char[] tdeWalletPassword, String tdeWalletPasswordSecretId, Integer tdeWalletPasswordSecretVersionNumber)Deprecated.protectedCreateDistributedDatabaseShardDatabaseDetails(String tdeWalletPassword, String tdeWalletPasswordSecretId, Integer tdeWalletPasswordSecretVersionNumber)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object o)StringgetTdeWalletPassword()Deprecated.Use getTdeWalletPassword__AsCharArray() instead.char[]getTdeWalletPassword__AsCharArray()The password to open the TDE wallet.StringgetTdeWalletPasswordSecretId()The OCID of the OCI vault secret.IntegergetTdeWalletPasswordSecretVersionNumber()The version of the vault secret.inthashCode()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
-
-
-
Constructor Detail
-
CreateDistributedDatabaseShardDatabaseDetails
@Deprecated protected CreateDistributedDatabaseShardDatabaseDetails(String tdeWalletPassword, String tdeWalletPasswordSecretId, Integer tdeWalletPasswordSecretVersionNumber)
Deprecated.
-
CreateDistributedDatabaseShardDatabaseDetails
@Deprecated @ConstructorProperties({"tdeWalletPassword","tdeWalletPasswordSecretId","tdeWalletPasswordSecretVersionNumber"}) protected CreateDistributedDatabaseShardDatabaseDetails(char[] tdeWalletPassword, String tdeWalletPasswordSecretId, Integer tdeWalletPasswordSecretVersionNumber)
Deprecated.
-
-
Method Detail
-
getTdeWalletPassword
@Deprecated public String getTdeWalletPassword()
Deprecated.Use getTdeWalletPassword__AsCharArray() instead.The password to open the TDE wallet.The password must be 9 to 255 characters and contain at least two uppercase letters, two lowercase letters, two numeric characters, and two special characters. The allowed special characters are _, \#, and -.
- Returns:
- the value
-
getTdeWalletPassword__AsCharArray
public char[] getTdeWalletPassword__AsCharArray()
The password to open the TDE wallet.The password must be 9 to 255 characters and contain at least two uppercase letters, two lowercase letters, two numeric characters, and two special characters. The allowed special characters are _, \#, and -.
- Returns:
- the value
-
getTdeWalletPasswordSecretId
public String getTdeWalletPasswordSecretId()
The OCID of the OCI vault secret.This cannot be used in conjunction with tdeWalletPassword.
- Returns:
- the value
-
getTdeWalletPasswordSecretVersionNumber
public Integer getTdeWalletPasswordSecretVersionNumber()
The version of the vault secret.If no version is specified, the latest version will be used.
- Returns:
- the value
-
toString
public String toString()
- Overrides:
toStringin classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Parameters:
includeByteArrayContents- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCodein classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-