Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Class and Description |
---|---|
class |
DatabaseConnectionCredentialsByDetails
User information to connect to the database.
|
class |
DatabaseConnectionCredentialsByName
Existing named credential used to connect to the database.
|
class |
DatabaseSslConnectionCredentials
Ssl connection credential details used to connect to the database.
|
Modifier and Type | Method and Description |
---|---|
DatabaseConnectionCredentials |
ExternalMacsConnector.getConnectionCredentials() |
DatabaseConnectionCredentials |
UpdateExternalMacsConnectorDetails.getConnectionCredentials() |
DatabaseConnectionCredentials |
CreateExternalMacsConnectorDetails.getConnectionCredentials() |
DatabaseConnectionCredentials |
ExternalMacsConnectorSummary.getConnectionCredentials() |
Modifier and Type | Method and Description |
---|---|
ExternalMacsConnector.Builder |
ExternalMacsConnector.Builder.connectionCredentials(DatabaseConnectionCredentials connectionCredentials) |
UpdateExternalMacsConnectorDetails.Builder |
UpdateExternalMacsConnectorDetails.Builder.connectionCredentials(DatabaseConnectionCredentials connectionCredentials) |
CreateExternalMacsConnectorDetails.Builder |
CreateExternalMacsConnectorDetails.Builder.connectionCredentials(DatabaseConnectionCredentials connectionCredentials) |
ExternalMacsConnectorSummary.Builder |
ExternalMacsConnectorSummary.Builder.connectionCredentials(DatabaseConnectionCredentials connectionCredentials) |
Constructor and Description |
---|
CreateExternalMacsConnectorDetails(Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String displayName,
String externalDatabaseId,
DatabaseConnectionString connectionString,
DatabaseConnectionCredentials connectionCredentials,
String connectorAgentId)
Deprecated.
|
ExternalMacsConnector(String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String displayName,
String id,
ExternalDatabaseConnector.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
String externalDatabaseId,
String connectionStatus,
Date timeConnectionStatusLastUpdated,
DatabaseConnectionString connectionString,
DatabaseConnectionCredentials connectionCredentials,
String connectorAgentId)
Deprecated.
|
ExternalMacsConnectorSummary(String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String displayName,
String id,
ExternalDatabaseConnector.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
String externalDatabaseId,
String connectionStatus,
Date timeConnectionStatusLastUpdated,
DatabaseConnectionString connectionString,
DatabaseConnectionCredentials connectionCredentials,
String connectorAgentId)
Deprecated.
|
UpdateExternalMacsConnectorDetails(Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String displayName,
DatabaseConnectionString connectionString,
DatabaseConnectionCredentials connectionCredentials)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.