Class CreateDistributedDatabaseCatalogDatabaseDetails

    • Constructor Detail

      • CreateDistributedDatabaseCatalogDatabaseDetails

        @Deprecated
        protected CreateDistributedDatabaseCatalogDatabaseDetails​(String tdeWalletPassword,
                                                                  String tdeWalletPasswordSecretId,
                                                                  Integer tdeWalletPasswordSecretVersionNumber)
        Deprecated.
      • CreateDistributedDatabaseCatalogDatabaseDetails

        @Deprecated
        @ConstructorProperties({"tdeWalletPassword","tdeWalletPasswordSecretId","tdeWalletPasswordSecretVersionNumber"})
        protected CreateDistributedDatabaseCatalogDatabaseDetails​(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:
        toString in class com.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:
        equals in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel