Google Cloud Oracle Database V1 Client - Class PostgresqlSslMode (0.9.0)

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 \ GoldengatePostgresqlConnectionProperties

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

POSTGRESQL_SSL_MODE_UNSPECIFIED

Value: 0

SSL mode not specified.

Generated from protobuf enum POSTGRESQL_SSL_MODE_UNSPECIFIED = 0;

PREFER

Value: 1

Prefer SSL.

Generated from protobuf enum PREFER = 1;

PBREQUIRE

Value: 2

Require SSL.

Generated from protobuf enum REQUIRE = 2;

VERIFY_CA

Value: 3

Verify Certificate Authority.

Generated from protobuf enum VERIFY_CA = 3;

VERIFY_FULL

Value: 4

Verify Full.

Generated from protobuf enum VERIFY_FULL = 4;