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