Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
ExternalDbSystemConnectionInfo |
ExternalDbSystemMacsConnector.getConnectionInfo() |
ExternalDbSystemConnectionInfo |
ExternalDbSystemDiscoveryMacsConnector.getConnectionInfo() |
ExternalDbSystemConnectionInfo |
UpdateExternalDbSystemMacsConnectorDetails.getConnectionInfo() |
ExternalDbSystemConnectionInfo |
CreateExternalDbSystemMacsConnectorDetails.getConnectionInfo() |
Modifier and Type | Method and Description |
---|---|
ExternalDbSystemMacsConnector.Builder |
ExternalDbSystemMacsConnector.Builder.connectionInfo(ExternalDbSystemConnectionInfo connectionInfo) |
ExternalDbSystemDiscoveryMacsConnector.Builder |
ExternalDbSystemDiscoveryMacsConnector.Builder.connectionInfo(ExternalDbSystemConnectionInfo connectionInfo) |
UpdateExternalDbSystemMacsConnectorDetails.Builder |
UpdateExternalDbSystemMacsConnectorDetails.Builder.connectionInfo(ExternalDbSystemConnectionInfo connectionInfo) |
CreateExternalDbSystemMacsConnectorDetails.Builder |
CreateExternalDbSystemMacsConnectorDetails.Builder.connectionInfo(ExternalDbSystemConnectionInfo connectionInfo) |
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.