Class DiscoveredExternalDatabase
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.databasemanagement.model.DiscoveredExternalDbSystemComponent
-
- com.oracle.bmc.databasemanagement.model.DiscoveredExternalDatabase
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20201101") public final class DiscoveredExternalDatabase extends DiscoveredExternalDbSystemComponent
The details of an external Oracle Database discovered in an external DB system discovery run.
Note: Objects should always be created or deserialized using theDiscoveredExternalDatabase.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 theDiscoveredExternalDatabase.Builder
, which maintain a set of all explicitly set fields calledDiscoveredExternalDatabase.Builder.__explicitlySet__
. ThehashCode()
andequals(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).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DiscoveredExternalDatabase.Builder
static class
DiscoveredExternalDatabase.DbRole
The role of the Oracle Database in Oracle Data Guard configuration.-
Nested classes/interfaces inherited from class com.oracle.bmc.databasemanagement.model.DiscoveredExternalDbSystemComponent
DiscoveredExternalDbSystemComponent.Status
-
-
Constructor Summary
Constructors Constructor Description DiscoveredExternalDatabase(String componentId, String displayName, String componentName, String resourceId, Boolean isSelectedForMonitoring, DiscoveredExternalDbSystemComponent.Status status, List<AssociatedComponent> associatedComponents, String compartmentId, String dbUniqueName, DatabaseSubType dbType, Boolean isCluster, String dbEdition, String dbId, String dbPacks, DiscoveredExternalDatabase.DbRole dbRole, String dbVersion, List<DiscoveredExternalPluggableDatabase> pluggableDatabases, ExternalDbSystemDiscoveryConnector connector)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DiscoveredExternalDatabase.Builder
builder()
Create a new builder.boolean
equals(Object o)
String
getCompartmentId()
The OCID of the compartment.ExternalDbSystemDiscoveryConnector
getConnector()
String
getDbEdition()
The Oracle Database edition.String
getDbId()
The Oracle Database ID.String
getDbPacks()
The database packs licensed for the external Oracle Database.DiscoveredExternalDatabase.DbRole
getDbRole()
The role of the Oracle Database in Oracle Data Guard configuration.DatabaseSubType
getDbType()
The type of Oracle Database.String
getDbUniqueName()
The DB_UNIQUE_NAME of the external database.String
getDbVersion()
The Oracle Database version.Boolean
getIsCluster()
Indicates whether the Oracle Database is part of a cluster.List<DiscoveredExternalPluggableDatabase>
getPluggableDatabases()
The list of Pluggable Databases.int
hashCode()
DiscoveredExternalDatabase.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.-
Methods inherited from class com.oracle.bmc.databasemanagement.model.DiscoveredExternalDbSystemComponent
getAssociatedComponents, getComponentId, getComponentName, getDisplayName, getIsSelectedForMonitoring, getResourceId, getStatus
-
-
-
-
Constructor Detail
-
DiscoveredExternalDatabase
@Deprecated public DiscoveredExternalDatabase(String componentId, String displayName, String componentName, String resourceId, Boolean isSelectedForMonitoring, DiscoveredExternalDbSystemComponent.Status status, List<AssociatedComponent> associatedComponents, String compartmentId, String dbUniqueName, DatabaseSubType dbType, Boolean isCluster, String dbEdition, String dbId, String dbPacks, DiscoveredExternalDatabase.DbRole dbRole, String dbVersion, List<DiscoveredExternalPluggableDatabase> pluggableDatabases, ExternalDbSystemDiscoveryConnector connector)
Deprecated.
-
-
Method Detail
-
builder
public static DiscoveredExternalDatabase.Builder builder()
Create a new builder.
-
toBuilder
public DiscoveredExternalDatabase.Builder toBuilder()
-
getDbUniqueName
public String getDbUniqueName()
The DB_UNIQUE_NAME of the external database.- Returns:
- the value
-
getDbType
public DatabaseSubType getDbType()
The type of Oracle Database.Indicates whether the database is a Container Database, Pluggable Database, or a Non-container Database.
- Returns:
- the value
-
getIsCluster
public Boolean getIsCluster()
Indicates whether the Oracle Database is part of a cluster.- Returns:
- the value
-
getDbEdition
public String getDbEdition()
The Oracle Database edition.- Returns:
- the value
-
getDbId
public String getDbId()
The Oracle Database ID.- Returns:
- the value
-
getDbPacks
public String getDbPacks()
The database packs licensed for the external Oracle Database.- Returns:
- the value
-
getDbRole
public DiscoveredExternalDatabase.DbRole getDbRole()
The role of the Oracle Database in Oracle Data Guard configuration.- Returns:
- the value
-
getDbVersion
public String getDbVersion()
The Oracle Database version.- Returns:
- the value
-
getPluggableDatabases
public List<DiscoveredExternalPluggableDatabase> getPluggableDatabases()
The list of Pluggable Databases.- Returns:
- the value
-
getConnector
public ExternalDbSystemDiscoveryConnector getConnector()
-
toString
public String toString()
- Overrides:
toString
in classDiscoveredExternalDbSystemComponent
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toString
in classDiscoveredExternalDbSystemComponent
- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classDiscoveredExternalDbSystemComponent
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classDiscoveredExternalDbSystemComponent
-
-