Show / Hide Table of Contents

Class GoldengateDb2ConnectionProperties

The properties of GoldengateDb2Connection.

Inheritance
object
GoldengateDb2ConnectionProperties
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class GoldengateDb2ConnectionProperties : 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

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 Db2 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 Db2 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 the DB2 database.

Declaration
[JsonProperty("securityProtocol")]
public virtual string SecurityProtocol { get; set; }
Property Value
Type Description
string

SslClientKeystashFile

Optional. The keystash file which contains the encrypted password to the key database file. Not supported for IBM Db2 for i.

Declaration
[JsonProperty("sslClientKeystashFile")]
public virtual string SslClientKeystashFile { get; set; }
Property Value
Type Description
string

SslClientKeystoredbFile

Optional. The keystore file created at the client containing the server certificate / CA root certificate. Not supported for IBM Db2 for i.

Declaration
[JsonProperty("sslClientKeystoredbFile")]
public virtual string SslClientKeystoredbFile { get; set; }
Property Value
Type Description
string

SslServerCertificateFile

Optional. The file which contains the self-signed server certificate / Certificate Authority (CA) certificate.

Declaration
[JsonProperty("sslServerCertificateFile")]
public virtual string SslServerCertificateFile { get; set; }
Property Value
Type Description
string

TechnologyType

Optional. The technology type of Db2Connection.

Declaration
[JsonProperty("technologyType")]
public virtual string TechnologyType { get; set; }
Property Value
Type Description
string

Username

Optional. The username Oracle Goldengate uses to connect to the DB2 database.

Declaration
[JsonProperty("username")]
public virtual string Username { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX