Uses of Class
com.oracle.bmc.goldengate.model.PostgresqlConnection.SslMode
-
Packages that use PostgresqlConnection.SslMode Package Description com.oracle.bmc.goldengate.model -
-
Uses of PostgresqlConnection.SslMode in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return PostgresqlConnection.SslMode Modifier and Type Method Description static PostgresqlConnection.SslMode
PostgresqlConnection.SslMode. create(String key)
PostgresqlConnection.SslMode
CreatePostgresqlConnectionDetails. getSslMode()
SSL modes for PostgreSQL.PostgresqlConnection.SslMode
PostgresqlConnection. getSslMode()
SSL mode for PostgreSQL.PostgresqlConnection.SslMode
PostgresqlConnectionSummary. 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.Methods in com.oracle.bmc.goldengate.model with parameters of type PostgresqlConnection.SslMode Modifier and Type Method Description CreatePostgresqlConnectionDetails.Builder
CreatePostgresqlConnectionDetails.Builder. sslMode(PostgresqlConnection.SslMode sslMode)
SSL modes for PostgreSQL.PostgresqlConnection.Builder
PostgresqlConnection.Builder. sslMode(PostgresqlConnection.SslMode sslMode)
SSL mode for PostgreSQL.PostgresqlConnectionSummary.Builder
PostgresqlConnectionSummary.Builder. sslMode(PostgresqlConnection.SslMode sslMode)
SSL modes for PostgreSQL.UpdatePostgresqlConnectionDetails.Builder
UpdatePostgresqlConnectionDetails.Builder. sslMode(PostgresqlConnection.SslMode sslMode)
SSL modes for PostgreSQL.Constructors in com.oracle.bmc.goldengate.model with parameters of type PostgresqlConnection.SslMode Constructor 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.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, Boolean doesUseSecretIds, 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.
-