Uses of Class
com.oracle.bmc.databasemanagement.model.CloudDbSystemConnectionInfo
-
Packages that use CloudDbSystemConnectionInfo Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of CloudDbSystemConnectionInfo in com.oracle.bmc.databasemanagement.model
Subclasses of CloudDbSystemConnectionInfo in com.oracle.bmc.databasemanagement.model Modifier and Type Class Description class
CloudAsmConnectionInfo
The details required to connect to a cloud ASM instance.class
CloudDatabaseConnectionInfo
The details required to connect to a cloud Oracle Database.Methods in com.oracle.bmc.databasemanagement.model that return CloudDbSystemConnectionInfo Modifier and Type Method Description CloudDbSystemConnectionInfo
CloudDbSystemDiscoveryMacsConnector. getConnectionInfo()
CloudDbSystemConnectionInfo
CloudDbSystemMacsConnector. getConnectionInfo()
CloudDbSystemConnectionInfo
CreateCloudDbSystemMacsConnectorDetails. getConnectionInfo()
CloudDbSystemConnectionInfo
UpdateCloudDbSystemMacsConnectorDetails. getConnectionInfo()
Methods in com.oracle.bmc.databasemanagement.model with parameters of type CloudDbSystemConnectionInfo Modifier and Type Method Description CloudDbSystemDiscoveryMacsConnector.Builder
CloudDbSystemDiscoveryMacsConnector.Builder. connectionInfo(CloudDbSystemConnectionInfo connectionInfo)
CloudDbSystemMacsConnector.Builder
CloudDbSystemMacsConnector.Builder. connectionInfo(CloudDbSystemConnectionInfo connectionInfo)
CreateCloudDbSystemMacsConnectorDetails.Builder
CreateCloudDbSystemMacsConnectorDetails.Builder. connectionInfo(CloudDbSystemConnectionInfo connectionInfo)
UpdateCloudDbSystemMacsConnectorDetails.Builder
UpdateCloudDbSystemMacsConnectorDetails.Builder. connectionInfo(CloudDbSystemConnectionInfo connectionInfo)
Constructors in com.oracle.bmc.databasemanagement.model with parameters of type CloudDbSystemConnectionInfo Constructor Description CloudDbSystemDiscoveryMacsConnector(String displayName, String connectionStatus, String connectionFailureMessage, Date timeConnectionStatusLastUpdated, String agentId, CloudDbSystemConnectionInfo connectionInfo)
Deprecated.CloudDbSystemMacsConnector(String id, String displayName, String compartmentId, String cloudDbSystemId, String connectionStatus, String connectionFailureMessage, CloudDbSystemConnector.LifecycleState lifecycleState, String lifecycleDetails, Date timeConnectionStatusLastUpdated, Date timeCreated, Date timeUpdated, String agentId, CloudDbSystemConnectionInfo connectionInfo, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.CreateCloudDbSystemMacsConnectorDetails(String displayName, String cloudDbSystemId, String agentId, CloudDbSystemConnectionInfo connectionInfo, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.UpdateCloudDbSystemMacsConnectorDetails(CloudDbSystemConnectionInfo connectionInfo, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-