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

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

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

Properties of GoldengateMysqlConnection.

Inheritance

object > GoldengateMysqlConnectionProperties

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

Google.Cloud.OracleDatabase.V1.dll

Constructors

GoldengateMysqlConnectionProperties()

public GoldengateMysqlConnectionProperties()

GoldengateMysqlConnectionProperties(GoldengateMysqlConnectionProperties)

public GoldengateMysqlConnectionProperties(GoldengateMysqlConnectionProperties other)
Parameter
Name Description
other GoldengateMysqlConnectionProperties

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 GoldengateMysqlConnectionProperties.ConnectionPasswordOptionsOneofCase ConnectionPasswordOptionsCase { get; }
Property Value
Type Description
GoldengateMysqlConnectionPropertiesConnectionPasswordOptionsOneofCase

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 to connect to MySQL 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 to connect to MySQL. 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 GoldengateMysqlConnectionProperties.Types.MysqlSecurityProtocol SecurityProtocol { get; set; }

Optional. Security Type for MySQL.

Property Value
Type Description
GoldengateMysqlConnectionPropertiesTypesMysqlSecurityProtocol

SslCaFile

public string SslCaFile { get; set; }

Optional. Database Certificate - The base64 encoded content of a .pem or .crt file containing the server public key (for 1 and 2-way SSL).

Property Value
Type Description
string

SslCertFile

public string SslCertFile { get; set; }

Optional. Client Certificate - The base64 encoded content of a .pem or .crt file containing the client public key (for 2-way SSL).

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. Client Key - The base64 encoded content of a .pem or .crt file containing the client private key (for 2-way SSL).

Property Value
Type Description
string

SslMode

public GoldengateMysqlConnectionProperties.Types.SSLMode SslMode { get; set; }

Optional. SSL modes for MySQL.

Property Value
Type Description
GoldengateMysqlConnectionPropertiesTypesSSLMode

TechnologyType

public string TechnologyType { get; set; }

Optional. The technology type of MysqlConnection.

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