Package | Description |
---|---|
com.oracle.bmc.databasetools.model |
Modifier and Type | Method and Description |
---|---|
DatabaseToolsKeyStoreGenericJdbc |
DatabaseToolsKeyStoreGenericJdbc.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<DatabaseToolsKeyStoreGenericJdbc> |
DatabaseToolsConnectionGenericJdbc.getKeyStores()
The CA certificate to verify the server’s certificate and the client private key and
associated certificate required for client authentication.
|
Modifier and Type | Method and Description |
---|---|
DatabaseToolsKeyStoreGenericJdbc.Builder |
DatabaseToolsKeyStoreGenericJdbc.Builder.copy(DatabaseToolsKeyStoreGenericJdbc model) |
Modifier and Type | Method and Description |
---|---|
DatabaseToolsConnectionGenericJdbc.Builder |
DatabaseToolsConnectionGenericJdbc.Builder.keyStores(List<DatabaseToolsKeyStoreGenericJdbc> keyStores)
The CA certificate to verify the server’s certificate and the client private key and
associated certificate required for client authentication.
|
Constructor and Description |
---|
DatabaseToolsConnectionGenericJdbc(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,
String url,
String userName,
DatabaseToolsUserPassword userPassword,
Map<String,String> advancedProperties,
List<DatabaseToolsKeyStoreGenericJdbc> keyStores)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.