Oracle Database@Google Cloud v1 API - Class GoldengatePostgresqlConnectionProperties (1.6.0)

public sealed class GoldengatePostgresqlConnectionProperties : IMessage<GoldengatePostgresqlConnectionProperties>, IEquatable<GoldengatePostgresqlConnectionProperties>, IDeepCloneable<GoldengatePostgresqlConnectionProperties>, IBufferMessage, IMessage

Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class GoldengatePostgresqlConnectionProperties.

The properties of GoldengatePostgresqlConnection.

Inheritance

object > GoldengatePostgresqlConnectionProperties

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

Google.Cloud.OracleDatabase.V1.dll

Constructors

GoldengatePostgresqlConnectionProperties()

public GoldengatePostgresqlConnectionProperties()

GoldengatePostgresqlConnectionProperties(GoldengatePostgresqlConnectionProperties)

public GoldengatePostgresqlConnectionProperties(GoldengatePostgresqlConnectionProperties other)
Parameter
Name Description
other GoldengatePostgresqlConnectionProperties

Properties

AdditionalAttributes

public RepeatedField<NameValuePair> AdditionalAttributes { get; }

Optional. An array of name-value pair attribute entries. Used as additional parameters in connection string.

Property Value
Type Description
RepeatedFieldNameValuePair

ConnectionPasswordOptionsCase

public GoldengatePostgresqlConnectionProperties.ConnectionPasswordOptionsOneofCase ConnectionPasswordOptionsCase { get; }
Property Value
Type Description
GoldengatePostgresqlConnectionPropertiesConnectionPasswordOptionsOneofCase

Database

public string Database { get; set; }

Optional. The name of the database.

Property Value
Type Description
string

DbSystemId

public string DbSystemId { get; set; }

Optional. The OCID of the database system being referenced.

Property Value
Type Description
string

HasPassword

public bool HasPassword { get; }

Gets whether the "password" field is set

Property Value
Type Description
bool

HasPasswordSecretVersion

public bool HasPasswordSecretVersion { get; }

Gets whether the "password_secret_version" field is set

Property Value
Type Description
bool

Host

public string Host { get; set; }

Optional. The name or address of a host.

Property Value
Type Description
string

Password

public string Password { get; set; }

Optional. Input only. The password Oracle Goldengate uses for PostgreSQL connection in plain text.

Property Value
Type Description
string

PasswordSecretVersion

public string PasswordSecretVersion { get; set; }

Optional. Input only. The resource name of a secret version in Secret Manager which contains the password Oracle Goldengate uses for PostgreSQL connection. Format: projects/{project}/secrets/{secret}/versions/{version}.

Property Value
Type Description
string

PasswordSecretVersionAsSecretVersionName

public SecretVersionName PasswordSecretVersionAsSecretVersionName { get; set; }

SecretVersionName-typed view over the PasswordSecretVersion resource name property.

Property Value
Type Description
SecretVersionName

Port

public int Port { get; set; }

Optional. The port of an endpoint usually specified for a connection.

Property Value
Type Description
int

SecurityProtocol

public GoldengatePostgresqlConnectionProperties.Types.PostgresqlSecurityProtocol SecurityProtocol { get; set; }

Optional. Security protocol for PostgreSQL.

Property Value
Type Description
GoldengatePostgresqlConnectionPropertiesTypesPostgresqlSecurityProtocol

SslCaFile

public string SslCaFile { get; set; }

Optional. The base64 encoded certificate of the trusted certificate authorities (Trusted CA) for PostgreSQL.

Property Value
Type Description
string

SslCertFile

public string SslCertFile { get; set; }

Optional. The base64 encoded certificate of the PostgreSQL server.

Property Value
Type Description
string

SslCrlFile

public string SslCrlFile { get; set; }

Optional. The base64 encoded list of certificates revoked by the trusted certificate authorities (Trusted CA).

Property Value
Type Description
string

SslKeyFile

public string SslKeyFile { get; set; }

Optional. The base64 encoded private key of the PostgreSQL server.

Property Value
Type Description
string

SslMode

public GoldengatePostgresqlConnectionProperties.Types.PostgresqlSslMode SslMode { get; set; }

Optional. SSL modes for PostgreSQL.

Property Value
Type Description
GoldengatePostgresqlConnectionPropertiesTypesPostgresqlSslMode

TechnologyType

public string TechnologyType { get; set; }

Optional. The technology type of PostgresqlConnection.

Property Value
Type Description
string

Username

public string Username { get; set; }

Optional. The username Oracle Goldengate uses to connect the associated system of the given technology.

Property Value
Type Description
string