Package | Description |
---|---|
com.oracle.bmc.goldengate.model |
Modifier and Type | Method and Description |
---|---|
static PostgresqlConnection.TechnologyType |
PostgresqlConnection.TechnologyType.create(String key) |
PostgresqlConnection.TechnologyType |
PostgresqlConnectionSummary.getTechnologyType()
The PostgreSQL technology type.
|
PostgresqlConnection.TechnologyType |
PostgresqlConnection.getTechnologyType()
The PostgreSQL technology type.
|
PostgresqlConnection.TechnologyType |
CreatePostgresqlConnectionDetails.getTechnologyType()
The PostgreSQL technology type.
|
static PostgresqlConnection.TechnologyType |
PostgresqlConnection.TechnologyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PostgresqlConnection.TechnologyType[] |
PostgresqlConnection.TechnologyType.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.technologyType(PostgresqlConnection.TechnologyType technologyType)
The PostgreSQL technology type.
|
PostgresqlConnection.Builder |
PostgresqlConnection.Builder.technologyType(PostgresqlConnection.TechnologyType technologyType)
The PostgreSQL technology type.
|
CreatePostgresqlConnectionDetails.Builder |
CreatePostgresqlConnectionDetails.Builder.technologyType(PostgresqlConnection.TechnologyType technologyType)
The PostgreSQL technology type.
|
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,
Boolean doesUseSecretIds,
PostgresqlConnection.TechnologyType technologyType,
String databaseName,
String host,
Integer port,
String username,
String password,
String passwordSecretId,
List<NameValuePair> additionalAttributes,
PostgresqlConnection.SecurityProtocol securityProtocol,
PostgresqlConnection.SslMode sslMode,
String sslCa,
String sslCrl,
String sslCert,
String sslKey,
String sslKeySecretId,
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,
Boolean doesUseSecretIds,
PostgresqlConnection.TechnologyType technologyType,
String databaseName,
String host,
Integer port,
String username,
List<NameValuePair> additionalAttributes,
PostgresqlConnection.SecurityProtocol securityProtocol,
PostgresqlConnection.SslMode sslMode,
String privateIp,
String dbSystemId,
String passwordSecretId,
String sslKeySecretId)
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,
Boolean doesUseSecretIds,
PostgresqlConnection.TechnologyType technologyType,
String databaseName,
String host,
Integer port,
String username,
List<NameValuePair> additionalAttributes,
PostgresqlConnection.SecurityProtocol securityProtocol,
PostgresqlConnection.SslMode sslMode,
String privateIp,
String dbSystemId,
String passwordSecretId,
String sslKeySecretId)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.