Package | Description |
---|---|
com.oracle.bmc.databasetools.model |
Modifier and Type | Method and Description |
---|---|
DatabaseToolsKeyStoreGenericJdbcSummary |
DatabaseToolsKeyStoreGenericJdbcSummary.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<DatabaseToolsKeyStoreGenericJdbcSummary> |
DatabaseToolsConnectionGenericJdbcSummary.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 |
---|---|
DatabaseToolsKeyStoreGenericJdbcSummary.Builder |
DatabaseToolsKeyStoreGenericJdbcSummary.Builder.copy(DatabaseToolsKeyStoreGenericJdbcSummary model) |
Modifier and Type | Method and Description |
---|---|
DatabaseToolsConnectionGenericJdbcSummary.Builder |
DatabaseToolsConnectionGenericJdbcSummary.Builder.keyStores(List<DatabaseToolsKeyStoreGenericJdbcSummary> 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 |
---|
DatabaseToolsConnectionGenericJdbcSummary(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,
DatabaseToolsUserPasswordSummary userPassword,
Map<String,String> advancedProperties,
List<DatabaseToolsKeyStoreGenericJdbcSummary> keyStores)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.