Package | Description |
---|---|
com.oracle.bmc.databasetools.model |
Modifier and Type | Method and Description |
---|---|
DatabaseToolsKeyStorePostgresql |
DatabaseToolsKeyStorePostgresql.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<DatabaseToolsKeyStorePostgresql> |
DatabaseToolsConnectionPostgresql.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 |
---|---|
DatabaseToolsKeyStorePostgresql.Builder |
DatabaseToolsKeyStorePostgresql.Builder.copy(DatabaseToolsKeyStorePostgresql model) |
Modifier and Type | Method and Description |
---|---|
DatabaseToolsConnectionPostgresql.Builder |
DatabaseToolsConnectionPostgresql.Builder.keyStores(List<DatabaseToolsKeyStorePostgresql> 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 |
---|
DatabaseToolsConnectionPostgresql(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,
DatabaseToolsRelatedResourcePostgresql relatedResource,
String connectionString,
String userName,
DatabaseToolsUserPassword userPassword,
Map<String,String> advancedProperties,
List<DatabaseToolsKeyStorePostgresql> keyStores,
String privateEndpointId)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.