Class GoldengatePostgresqlConnectionProperties
The properties of GoldengatePostgresqlConnection.
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class GoldengatePostgresqlConnectionProperties : IDirectResponseSchema
Properties
AdditionalAttributes
Optional. An array of name-value pair attribute entries. Used as additional parameters in connection string.
Declaration
[JsonProperty("additionalAttributes")]
public virtual IList<NameValuePair> AdditionalAttributes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<NameValuePair> |
Database
Optional. The name of the database.
Declaration
[JsonProperty("database")]
public virtual string Database { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DbSystemId
Optional. The OCID of the database system being referenced.
Declaration
[JsonProperty("dbSystemId")]
public virtual string DbSystemId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Host
Optional. The name or address of a host.
Declaration
[JsonProperty("host")]
public virtual string Host { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Password
Optional. Input only. The password Oracle Goldengate uses for PostgreSQL connection in plain text.
Declaration
[JsonProperty("password")]
public virtual string Password { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PasswordSecretVersion
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}.
Declaration
[JsonProperty("passwordSecretVersion")]
public virtual string PasswordSecretVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Port
Optional. The port of an endpoint usually specified for a connection.
Declaration
[JsonProperty("port")]
public virtual int? Port { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
SecurityProtocol
Optional. Security protocol for PostgreSQL.
Declaration
[JsonProperty("securityProtocol")]
public virtual string SecurityProtocol { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SslCaFile
Optional. The certificate of the trusted certificate authorities (Trusted CA) for PostgreSQL.
Declaration
[JsonProperty("sslCaFile")]
public virtual string SslCaFile { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SslCertFile
Optional. The certificate of the PostgreSQL server.
Declaration
[JsonProperty("sslCertFile")]
public virtual string SslCertFile { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SslCrlFile
Optional. The list of certificates revoked by the trusted certificate authorities (Trusted CA).
Declaration
[JsonProperty("sslCrlFile")]
public virtual string SslCrlFile { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SslKeyFile
Optional. The private key of the PostgreSQL server.
Declaration
[JsonProperty("sslKeyFile")]
public virtual string SslKeyFile { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SslMode
Optional. SSL modes for PostgreSQL.
Declaration
[JsonProperty("sslMode")]
public virtual string SslMode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TechnologyType
Optional. The technology type of PostgresqlConnection.
Declaration
[JsonProperty("technologyType")]
public virtual string TechnologyType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Username
Optional. The username Oracle Goldengate uses to connect the associated system of the given technology.
Declaration
[JsonProperty("username")]
public virtual string Username { get; set; }
Property Value
| Type | Description |
|---|---|
| string |