Uses of Class
com.oracle.bmc.databasemanagement.model.DiscoveredCloudDbSystemComponent
-
Packages that use DiscoveredCloudDbSystemComponent Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of DiscoveredCloudDbSystemComponent in com.oracle.bmc.databasemanagement.model
Subclasses of DiscoveredCloudDbSystemComponent in com.oracle.bmc.databasemanagement.model Modifier and Type Class Description class
DiscoveredCloudAsm
The details of an ASM discovered in a cloud DB system discovery run.class
DiscoveredCloudAsmInstance
The details of an ASM instance discovered in a cloud DB system discovery run.class
DiscoveredCloudCluster
The details of a cloud cluster discovered in a cloud DB system discovery run.class
DiscoveredCloudClusterInstance
The details of a cloud cluster instance discovered in a cloud DB system discovery run.class
DiscoveredCloudDatabase
The details of a cloud Oracle Database discovered in a cloud DB system discovery run.class
DiscoveredCloudDbHome
The details of an Oracle DB home discovered in a cloud DB system discovery run.class
DiscoveredCloudDbInstance
The details of an Oracle DB instance discovered in a cloud DB system discovery run.class
DiscoveredCloudDbNode
The details of an Oracle DB node discovered in a cloud DB system discovery run.class
DiscoveredCloudListener
The details of an Oracle listener discovered in a cloud DB system discovery run.class
DiscoveredCloudPluggableDatabase
The details of a cloud Pluggable Database (PDB) discovered in a cloud DB system discovery run.Methods in com.oracle.bmc.databasemanagement.model that return types with arguments of type DiscoveredCloudDbSystemComponent Modifier and Type Method Description List<DiscoveredCloudDbSystemComponent>
CloudDbSystemDiscovery. getDiscoveredComponents()
The list of DB system components that were found in the DB system discovery.Method parameters in com.oracle.bmc.databasemanagement.model with type arguments of type DiscoveredCloudDbSystemComponent Modifier and Type Method Description CloudDbSystemDiscovery.Builder
CloudDbSystemDiscovery.Builder. discoveredComponents(List<DiscoveredCloudDbSystemComponent> discoveredComponents)
The list of DB system components that were found in the DB system discovery.Constructor parameters in com.oracle.bmc.databasemanagement.model with type arguments of type DiscoveredCloudDbSystemComponent Constructor Description CloudDbSystemDiscovery(String id, String displayName, String compartmentId, String agentId, String dbaasParentInfrastructureId, CloudDbSystemDeploymentType deploymentType, String gridHome, List<DiscoveredCloudDbSystemComponent> discoveredComponents, String resourceId, CloudDbSystemDiscovery.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-