Package | Description |
---|---|
com.oracle.bmc.goldengate.model |
Modifier and Type | Method and Description |
---|---|
static PostgresqlConnection.SslMode |
PostgresqlConnection.SslMode.create(String key) |
PostgresqlConnection.SslMode |
PostgresqlConnectionSummary.getSslMode()
SSL modes for PostgreSQL.
|
PostgresqlConnection.SslMode |
PostgresqlConnection.getSslMode()
SSL mode for PostgreSQL.
|
PostgresqlConnection.SslMode |
CreatePostgresqlConnectionDetails.getSslMode()
SSL modes for PostgreSQL.
|
PostgresqlConnection.SslMode |
UpdatePostgresqlConnectionDetails.getSslMode()
SSL modes for PostgreSQL.
|
static PostgresqlConnection.SslMode |
PostgresqlConnection.SslMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PostgresqlConnection.SslMode[] |
PostgresqlConnection.SslMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PostgresqlConnectionSummary.Builder |
PostgresqlConnectionSummary.Builder.sslMode(PostgresqlConnection.SslMode sslMode)
SSL modes for PostgreSQL.
|
PostgresqlConnection.Builder |
PostgresqlConnection.Builder.sslMode(PostgresqlConnection.SslMode sslMode)
SSL mode for PostgreSQL.
|
CreatePostgresqlConnectionDetails.Builder |
CreatePostgresqlConnectionDetails.Builder.sslMode(PostgresqlConnection.SslMode sslMode)
SSL modes for PostgreSQL.
|
UpdatePostgresqlConnectionDetails.Builder |
UpdatePostgresqlConnectionDetails.Builder.sslMode(PostgresqlConnection.SslMode sslMode)
SSL modes for PostgreSQL.
|
Constructor and Description |
---|
CreatePostgresqlConnectionDetails(String displayName,
String description,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
List<AddResourceLockDetails> locks,
String vaultId,
String keyId,
List<String> nsgIds,
String subnetId,
RoutingMethod routingMethod,
PostgresqlConnection.TechnologyType technologyType,
String databaseName,
String host,
Integer port,
String username,
String password,
List<NameValuePair> additionalAttributes,
PostgresqlConnection.SecurityProtocol securityProtocol,
PostgresqlConnection.SslMode sslMode,
String sslCa,
String sslCrl,
String sslCert,
String sslKey,
String privateIp,
String dbSystemId)
Deprecated.
|
PostgresqlConnection(String id,
String displayName,
String description,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
Connection.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
List<ResourceLock> locks,
String vaultId,
String keyId,
List<IngressIpDetails> ingressIps,
List<String> nsgIds,
String subnetId,
RoutingMethod routingMethod,
PostgresqlConnection.TechnologyType technologyType,
String databaseName,
String host,
Integer port,
String username,
List<NameValuePair> additionalAttributes,
PostgresqlConnection.SecurityProtocol securityProtocol,
PostgresqlConnection.SslMode sslMode,
String privateIp,
String dbSystemId)
Deprecated.
|
PostgresqlConnectionSummary(String id,
String displayName,
String description,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
Connection.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
String vaultId,
String keyId,
List<IngressIpDetails> ingressIps,
List<String> nsgIds,
String subnetId,
RoutingMethod routingMethod,
List<ResourceLock> locks,
PostgresqlConnection.TechnologyType technologyType,
String databaseName,
String host,
Integer port,
String username,
List<NameValuePair> additionalAttributes,
PostgresqlConnection.SecurityProtocol securityProtocol,
PostgresqlConnection.SslMode sslMode,
String privateIp,
String dbSystemId)
Deprecated.
|
UpdatePostgresqlConnectionDetails(String displayName,
String description,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String vaultId,
String keyId,
List<String> nsgIds,
String subnetId,
RoutingMethod routingMethod,
String databaseName,
String host,
Integer port,
String username,
String password,
List<NameValuePair> additionalAttributes,
PostgresqlConnection.SecurityProtocol securityProtocol,
PostgresqlConnection.SslMode sslMode,
String sslCa,
String sslCrl,
String sslCert,
String sslKey,
String privateIp,
String dbSystemId)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.