Class SourceDatabaseDetails


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20160918")
    public final class SourceDatabaseDetails
    extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
    Source Autonomous Database details.
    Note: Objects should always be created or deserialized using the SourceDatabaseDetails.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 the SourceDatabaseDetails.Builder, which maintain a set of all explicitly set fields called SourceDatabaseDetails.Builder.__explicitlySet__. The hashCode() and equals(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).
    • Constructor Detail

      • SourceDatabaseDetails

        @Deprecated
        @ConstructorProperties({"autonomousVmClusterDisplayName","autonomousContainerDatabaseName","autonomousContainerDatabaseDisplayName","autonomousContainerDatabaseCustomerContacts","autonomousContainerDatabaseDstFileVersion","autonomousDatabaseName","autonomousDatabaseCustomerContacts","dbWorkload"})
        public SourceDatabaseDetails​(String autonomousVmClusterDisplayName,
                                     String autonomousContainerDatabaseName,
                                     String autonomousContainerDatabaseDisplayName,
                                     List<CustomerContact> autonomousContainerDatabaseCustomerContacts,
                                     String autonomousContainerDatabaseDstFileVersion,
                                     String autonomousDatabaseName,
                                     List<CustomerContact> autonomousDatabaseCustomerContacts,
                                     SourceDatabaseDetails.DbWorkload dbWorkload)
        Deprecated.
    • Method Detail

      • getAutonomousVmClusterDisplayName

        public String getAutonomousVmClusterDisplayName()
        Autonomous VM cluster’s user-friendly name.
        Returns:
        the value
      • getAutonomousContainerDatabaseName

        public String getAutonomousContainerDatabaseName()
        Autonomous Container Database name.
        Returns:
        the value
      • getAutonomousContainerDatabaseDisplayName

        public String getAutonomousContainerDatabaseDisplayName()
        The user-provided name for the Autonomous Container Database.
        Returns:
        the value
      • getAutonomousContainerDatabaseCustomerContacts

        public List<CustomerContact> getAutonomousContainerDatabaseCustomerContacts()
        Customer Contacts for the Autonomous Container Database.

        Setting this to an empty list removes all customer contacts.

        Returns:
        the value
      • getAutonomousContainerDatabaseDstFileVersion

        public String getAutonomousContainerDatabaseDstFileVersion()
        DST Time-Zone File version of the Autonomous Container Database.
        Returns:
        the value
      • getAutonomousDatabaseName

        public String getAutonomousDatabaseName()
        Autonomous Database’s name.
        Returns:
        the value
      • getAutonomousDatabaseCustomerContacts

        public List<CustomerContact> getAutonomousDatabaseCustomerContacts()
        Customer Contacts for the Autonomous database.
        Returns:
        the value
      • getDbWorkload

        public SourceDatabaseDetails.DbWorkload getDbWorkload()
        The Autonomous Database workload type.

        The following values are valid:

        - OLTP - indicates an Autonomous Transaction Processing database - DW - indicates an Autonomous Data Warehouse database - AJD - indicates an Autonomous JSON Database - APEX - indicates an Autonomous Database with the Oracle APEX Application Development workload type.

        This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier.

        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