public sealed class GoldengateMicrosoftSqlserverConnectionProperties : IMessage<GoldengateMicrosoftSqlserverConnectionProperties>, IEquatable<GoldengateMicrosoftSqlserverConnectionProperties>, IDeepCloneable<GoldengateMicrosoftSqlserverConnectionProperties>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class GoldengateMicrosoftSqlserverConnectionProperties.
The properties of GoldengateMicrosoftSqlserverConnection.
Implements
IMessageGoldengateMicrosoftSqlserverConnectionProperties, IEquatableGoldengateMicrosoftSqlserverConnectionProperties, IDeepCloneableGoldengateMicrosoftSqlserverConnectionProperties, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
GoldengateMicrosoftSqlserverConnectionProperties()
public GoldengateMicrosoftSqlserverConnectionProperties()GoldengateMicrosoftSqlserverConnectionProperties(GoldengateMicrosoftSqlserverConnectionProperties)
public GoldengateMicrosoftSqlserverConnectionProperties(GoldengateMicrosoftSqlserverConnectionProperties other)| Parameter | |
|---|---|
| Name | Description |
other |
GoldengateMicrosoftSqlserverConnectionProperties |
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 GoldengateMicrosoftSqlserverConnectionProperties.ConnectionPasswordOptionsOneofCase ConnectionPasswordOptionsCase { get; }| Property Value | |
|---|---|
| Type | Description |
GoldengateMicrosoftSqlserverConnectionPropertiesConnectionPasswordOptionsOneofCase |
|
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 Microsoft SQL Server 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 Microsoft SQL Server 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 GoldengateMicrosoftSqlserverConnectionProperties.Types.MicrosoftSqlserverSecurityProtocol SecurityProtocol { get; set; }Optional. Security Type for Microsoft SQL Server.
| Property Value | |
|---|---|
| Type | Description |
GoldengateMicrosoftSqlserverConnectionPropertiesTypesMicrosoftSqlserverSecurityProtocol |
|
ServerCertificateValidationRequired
public bool ServerCertificateValidationRequired { get; set; }Optional. If set to true, the driver validates the certificate that is sent by the database server.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
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-way SSL).
| Property Value | |
|---|---|
| Type | Description |
string |
|
TechnologyType
public string TechnologyType { get; set; }Optional. The technology type of MicrosoftSqlserverConnection.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Username
public string Username { get; set; }Optional. The username Oracle Goldengate uses to connect to the Microsoft SQL Server.
| Property Value | |
|---|---|
| Type | Description |
string |
|