Class MdsMySqlDatabaseInsight


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

        public Boolean getIsHighlyAvailable()
        Specifies if MYSQL DB System is highly available.
        Returns:
        the value
      • getIsHeatWaveClusterAttached

        public Boolean getIsHeatWaveClusterAttached()
        Specifies if MYSQL DB System has heatwave cluster attached.
        Returns:
        the value
      • getDbAdditionalDetails

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

        For MySQL DB System, this is the DbSystem object serialized as a JSON string as defined in https://docs.oracle.com/en-us/iaas/api/#/en/mysql/20190415/DbSystem/.

        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