Class GoldengateOracleConnectionProperties
The properties of Goldengate Oracle Database Connection.
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class GoldengateOracleConnectionProperties : IDirectResponseSchema
Properties
AuthenticationMode
Optional. Authentication mode.
Declaration
[JsonProperty("authenticationMode")]
public virtual string AuthenticationMode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ConnectionString
Optional. Connect descriptor or Easy Connect Naming method used to connect to a database.
Declaration
[JsonProperty("connectionString")]
public virtual string ConnectionString { 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 |
GcpOracleDatabaseId
Optional. Database instance id of database in Oracle Database @ Google Cloud. If gcp_oracle_database_id is provided, connection_string must be empty.
Declaration
[JsonProperty("gcpOracleDatabaseId")]
public virtual string GcpOracleDatabaseId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Password
Optional. Input only. The password Oracle Goldengate uses 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. Format: projects/{project}/secrets/{secret}/versions/{version}.
Declaration
[JsonProperty("passwordSecretVersion")]
public virtual string PasswordSecretVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SessionMode
Optional. The mode of the database connection session to be established by the data client.
Declaration
[JsonProperty("sessionMode")]
public virtual string SessionMode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TechnologyType
Optional. The technology type.
Declaration
[JsonProperty("technologyType")]
public virtual string TechnologyType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Username
Optional. The username Oracle Goldengate uses to connect.
Declaration
[JsonProperty("username")]
public virtual string Username { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
WalletFile
Optional. The wallet contents Oracle Goldengate uses to make connections to a database.
Declaration
[JsonProperty("walletFile")]
public virtual string WalletFile { get; set; }
Property Value
| Type | Description |
|---|---|
| string |