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