Uses of Class
com.oracle.bmc.databasemanagement.model.ExternalDbSystemConnectionInfo
-
Packages that use ExternalDbSystemConnectionInfo Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of ExternalDbSystemConnectionInfo in com.oracle.bmc.databasemanagement.model
Subclasses of ExternalDbSystemConnectionInfo in com.oracle.bmc.databasemanagement.model Modifier and Type Class Description class
ExternalAsmConnectionInfo
The details required to connect to an external ASM instance.class
ExternalDatabaseConnectionInfo
The details required to connect to an external Oracle Database.Methods in com.oracle.bmc.databasemanagement.model that return ExternalDbSystemConnectionInfo Modifier and Type Method Description ExternalDbSystemConnectionInfo
CreateExternalDbSystemMacsConnectorDetails. getConnectionInfo()
ExternalDbSystemConnectionInfo
ExternalDbSystemDiscoveryMacsConnector. getConnectionInfo()
ExternalDbSystemConnectionInfo
ExternalDbSystemMacsConnector. getConnectionInfo()
ExternalDbSystemConnectionInfo
UpdateExternalDbSystemMacsConnectorDetails. getConnectionInfo()
Methods in com.oracle.bmc.databasemanagement.model with parameters of type ExternalDbSystemConnectionInfo Modifier and Type Method Description CreateExternalDbSystemMacsConnectorDetails.Builder
CreateExternalDbSystemMacsConnectorDetails.Builder. connectionInfo(ExternalDbSystemConnectionInfo connectionInfo)
ExternalDbSystemDiscoveryMacsConnector.Builder
ExternalDbSystemDiscoveryMacsConnector.Builder. connectionInfo(ExternalDbSystemConnectionInfo connectionInfo)
ExternalDbSystemMacsConnector.Builder
ExternalDbSystemMacsConnector.Builder. connectionInfo(ExternalDbSystemConnectionInfo connectionInfo)
UpdateExternalDbSystemMacsConnectorDetails.Builder
UpdateExternalDbSystemMacsConnectorDetails.Builder. connectionInfo(ExternalDbSystemConnectionInfo connectionInfo)
Constructors in com.oracle.bmc.databasemanagement.model with parameters of type ExternalDbSystemConnectionInfo Constructor Description CreateExternalDbSystemMacsConnectorDetails(String displayName, String externalDbSystemId, String agentId, ExternalDbSystemConnectionInfo connectionInfo, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.ExternalDbSystemDiscoveryMacsConnector(String displayName, String connectionStatus, String connectionFailureMessage, Date timeConnectionStatusLastUpdated, String agentId, ExternalDbSystemConnectionInfo connectionInfo)
Deprecated.ExternalDbSystemMacsConnector(String id, String displayName, String compartmentId, String externalDbSystemId, String connectionStatus, String connectionFailureMessage, ExternalDbSystemConnector.LifecycleState lifecycleState, String lifecycleDetails, Date timeConnectionStatusLastUpdated, Date timeCreated, Date timeUpdated, String agentId, ExternalDbSystemConnectionInfo connectionInfo, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.UpdateExternalDbSystemMacsConnectorDetails(ExternalDbSystemConnectionInfo connectionInfo, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-