Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class PostgresqlSslMode.
Enum for SSL modes for PostgreSQL.
Protobuf type google.cloud.oracledatabase.v1.GoldengatePostgresqlConnectionProperties.PostgresqlSslMode
Namespace
Google \ Cloud \ OracleDatabase \ V1 \ GoldengatePostgresqlConnectionPropertiesMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
POSTGRESQL_SSL_MODE_UNSPECIFIED
Value: 0SSL mode not specified.
Generated from protobuf enum POSTGRESQL_SSL_MODE_UNSPECIFIED = 0;
PREFER
Value: 1Prefer SSL.
Generated from protobuf enum PREFER = 1;
PBREQUIRE
Value: 2Require SSL.
Generated from protobuf enum REQUIRE = 2;
VERIFY_CA
Value: 3Verify Certificate Authority.
Generated from protobuf enum VERIFY_CA = 3;
VERIFY_FULL
Value: 4Verify Full.
Generated from protobuf enum VERIFY_FULL = 4;