Package | Description |
---|---|
com.oracle.bmc.databasetools.model |
Modifier and Type | Method and Description |
---|---|
DatabaseToolsKeyStore |
DatabaseToolsKeyStore.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<DatabaseToolsKeyStore> |
DatabaseToolsConnectionOracleDatabase.getKeyStores()
The Oracle wallet or Java Keystores containing trusted certificates for authenticating the
server’s public certificate and the client private key and associated certificates required
for client authentication.
|
Modifier and Type | Method and Description |
---|---|
DatabaseToolsKeyStore.Builder |
DatabaseToolsKeyStore.Builder.copy(DatabaseToolsKeyStore model) |
Modifier and Type | Method and Description |
---|---|
DatabaseToolsConnectionOracleDatabase.Builder |
DatabaseToolsConnectionOracleDatabase.Builder.keyStores(List<DatabaseToolsKeyStore> keyStores)
The Oracle wallet or Java Keystores containing trusted certificates for authenticating
the server’s public certificate and the client private key and associated certificates
required for client authentication.
|
Constructor and Description |
---|
DatabaseToolsConnectionOracleDatabase(String id,
String displayName,
String compartmentId,
LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
Map<String,Map<String,Object>> definedTags,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> systemTags,
List<ResourceLock> locks,
RuntimeSupport runtimeSupport,
DatabaseToolsRelatedResource relatedResource,
String connectionString,
String userName,
DatabaseToolsUserPassword userPassword,
Map<String,String> advancedProperties,
List<DatabaseToolsKeyStore> keyStores,
String privateEndpointId,
DatabaseToolsConnectionOracleDatabaseProxyClient proxyClient)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.