Class GoldengateMicrosoftSqlserverConnectionProperties
The properties of GoldengateMicrosoftSqlserverConnection.
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class GoldengateMicrosoftSqlserverConnectionProperties : 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 Microsoft SQL Server 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 Microsoft SQL Server 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 Type for Microsoft SQL Server.
Declaration
[JsonProperty("securityProtocol")]
public virtual string SecurityProtocol { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ServerCertificateValidationRequired
Optional. If set to true, the driver validates the certificate that is sent by the database server.
Declaration
[JsonProperty("serverCertificateValidationRequired")]
public virtual bool? ServerCertificateValidationRequired { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
SslCaFile
Optional. Database Certificate - The content of a .pem or .crt file containing the server public key (for 1-way SSL).
Declaration
[JsonProperty("sslCaFile")]
public virtual string SslCaFile { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TechnologyType
Optional. The technology type of MicrosoftSqlserverConnection.
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 Microsoft SQL Server.
Declaration
[JsonProperty("username")]
public virtual string Username { get; set; }
Property Value
| Type | Description |
|---|---|
| string |