Show / Hide Table of Contents

Class GoldengateMongodbConnectionProperties

The properties of GoldengateMongodbConnection.

Inheritance
object
GoldengateMongodbConnectionProperties
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 GoldengateMongodbConnectionProperties : IDirectResponseSchema

Properties

ConnectionString

Optional. MongoDB connection string. e.g.: 'mongodb://mongodb0.example.com:27017/recordsrecords'

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

DatabaseId

Optional. The OCID of the Oracle Autonomous Json Database.

Declaration
[JsonProperty("databaseId")]
public virtual string DatabaseId { 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

Password

Optional. Input only. The password Oracle Goldengate uses to connect the Mongodb 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 to connect the Mongodb connection. Format: projects/{project}/secrets/{secret}/versions/{version}.

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

SecurityProtocol

Optional. Security Type for MongoDB.

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

TechnologyType

Optional. The technology type of MongodbConnection.

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

TlsCaFile

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

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

TlsCertificateKeyFile

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

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

TlsCertificateKeyFilePassword

Optional. Input only. The Client Certificate key file password in plain text.

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

TlsCertificateKeyFilePasswordSecretVersion

Optional. Input only. The resource name of a secret version in Secret Manager which contains the Client Certificate key file password in Secret Manager. Format: projects/{project}/secrets/{secret}/versions/{version}.

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

Username

Optional. The username Oracle Goldengate uses to connect to the 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