Class DBExternalInstance


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20200630")
    public final class DBExternalInstance
    extends DatabaseConfigurationMetricGroup
    Configuration parameters defined for external databases instance level.
    Note: Objects should always be created or deserialized using the DBExternalInstance.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 DBExternalInstance.Builder, which maintain a set of all explicitly set fields called DBExternalInstance.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

      • getInstanceName

        public String getInstanceName()
        Name of the database instance.
        Returns:
        the value
      • getHostName

        public String getHostName()
        Host name of the database instance.
        Returns:
        the value
      • getCpuCount

        public Integer getCpuCount()
        Total number of CPUs allocated for the host.
        Returns:
        the value
      • getHostMemoryCapacity

        public Double getHostMemoryCapacity()
        Total amount of usable Physical RAM Memory available in gigabytes.
        Returns:
        the value
      • getVersion

        public String getVersion()
        Database version.
        Returns:
        the value
      • getParallel

        public String getParallel()
        Indicates whether the instance is mounted in cluster database mode (YES) or not (NO).
        Returns:
        the value
      • getInstanceRole

        public String getInstanceRole()
        Role (permissions) of the database instance.
        Returns:
        the value
      • getLogins

        public String getLogins()
        Indicates if logins are allowed or restricted.
        Returns:
        the value
      • getDatabaseStatus

        public String getDatabaseStatus()
        Status of the database.
        Returns:
        the value
      • getStatus

        public String getStatus()
        Status of the instance.
        Returns:
        the value
      • getEdition

        public String getEdition()
        The edition of the database.
        Returns:
        the value
      • getStartupTime

        public Date getStartupTime()
        Start up time of the database instance.
        Returns:
        the value
      • toString

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