Class MacsManagedExternalDatabaseInsight


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

      • getManagementAgentId

        public String getManagementAgentId()
        The OCID of the Management Agent
        Returns:
        the value
      • getConnectorId

        public String getConnectorId()
        The OCID of External Database Connector
        Returns:
        the value
      • getConnectionCredentialDetails

        public CredentialDetails getConnectionCredentialDetails()
      • 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
      • 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