public sealed class GoldengateDb2ConnectionProperties : IMessage<GoldengateDb2ConnectionProperties>, IEquatable<GoldengateDb2ConnectionProperties>, IDeepCloneable<GoldengateDb2ConnectionProperties>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class GoldengateDb2ConnectionProperties.
The properties of GoldengateDb2Connection.
Implements
IMessageGoldengateDb2ConnectionProperties, IEquatableGoldengateDb2ConnectionProperties, IDeepCloneableGoldengateDb2ConnectionProperties, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
GoldengateDb2ConnectionProperties()
public GoldengateDb2ConnectionProperties()GoldengateDb2ConnectionProperties(GoldengateDb2ConnectionProperties)
public GoldengateDb2ConnectionProperties(GoldengateDb2ConnectionProperties other)| Parameter | |
|---|---|
| Name | Description |
other |
GoldengateDb2ConnectionProperties |
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 GoldengateDb2ConnectionProperties.ConnectionPasswordOptionsOneofCase ConnectionPasswordOptionsCase { get; }| Property Value | |
|---|---|
| Type | Description |
GoldengateDb2ConnectionPropertiesConnectionPasswordOptionsOneofCase |
|
Database
public string Database { get; set; }Optional. The name of the database.
| 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 Db2 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 Db2 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 GoldengateDb2ConnectionProperties.Types.Db2SecurityProtocol SecurityProtocol { get; set; }Optional. Security protocol for the DB2 database.
| Property Value | |
|---|---|
| Type | Description |
GoldengateDb2ConnectionPropertiesTypesDb2SecurityProtocol |
|
SslClientKeystashFile
public string SslClientKeystashFile { get; set; }Optional. The keystash file which contains the encrypted password to the key database file. Not supported for IBM Db2 for i.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SslClientKeystoredbFile
public string SslClientKeystoredbFile { get; set; }Optional. The keystore file created at the client containing the server certificate / CA root certificate. Not supported for IBM Db2 for i.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SslServerCertificateFile
public string SslServerCertificateFile { get; set; }Optional. The file which contains the self-signed server certificate / Certificate Authority (CA) certificate.
| Property Value | |
|---|---|
| Type | Description |
string |
|
TechnologyType
public string TechnologyType { get; set; }Optional. The technology type of Db2Connection.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Username
public string Username { get; set; }Optional. The username Oracle Goldengate uses to connect to the DB2 database.
| Property Value | |
|---|---|
| Type | Description |
string |
|