Class AutonomousDatabaseInsight


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20200630")
    public final class AutonomousDatabaseInsight
    extends DatabaseInsight
    Database insight resource.
    Note: Objects should always be created or deserialized using the AutonomousDatabaseInsight.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 AutonomousDatabaseInsight.Builder, which maintain a set of all explicitly set fields called AutonomousDatabaseInsight.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).
    • Method Detail

      • getDatabaseId

        public String getDatabaseId()
        The OCID of the database.
        Returns:
        the value
      • getDatabaseName

        public String getDatabaseName()
        Name of database
        Returns:
        the value
      • getDatabaseDisplayName

        public String getDatabaseDisplayName()
        Display name of database
        Returns:
        the value
      • getDatabaseResourceType

        public String getDatabaseResourceType()
        OCI database resource type
        Returns:
        the value
      • getDbAdditionalDetails

        public Object getDbAdditionalDetails()
        Additional details of a database in JSON format.

        For autonomous databases, this is the AutonomousDatabase object serialized as a JSON string as defined in https://docs.oracle.com/iaas/en-us/iaas/api/#/en/database/20160918/AutonomousDatabase/. For EM, pass in null or an empty string. Note that this string needs to be escaped when specified in the curl command.

        Returns:
        the value
      • getOpsiPrivateEndpointId

        public String getOpsiPrivateEndpointId()
        The OCID of the OPSI private endpoint
        Returns:
        the value
      • getIsAdvancedFeaturesEnabled

        public Boolean getIsAdvancedFeaturesEnabled()
        Flag is to identify if advanced features for autonomous database is enabled or not
        Returns:
        the value
      • toString

        public String toString​(boolean includeByteArrayContents)
        Return a string representation of the object.
        Overrides:
        toString in class DatabaseInsight
        Parameters:
        includeByteArrayContents - true to include the full contents of byte arrays
        Returns:
        string representation