Class GoldengateGoldengateConnectionProperties
The properties of GoldengateGoldengateConnectionProperties.
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class GoldengateGoldengateConnectionProperties : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GoldengateDeploymentId
Optional. The name of the GoldengateDeployment associated with the GoldengateConnection. Format: projects/{project}/locations/{location}/goldengateDeployments/{goldengate_deployment}
Declaration
[JsonProperty("goldengateDeploymentId")]
public virtual string GoldengateDeploymentId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Host
Optional. The host of the GoldengateConnection.
Declaration
[JsonProperty("host")]
public virtual string Host { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Password
Optional. Input only. The password used to connect to the Oracle Goldengate 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 used to connect to the Oracle Goldengate. 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 the GoldengateConnection.
Declaration
[JsonProperty("port")]
public virtual int? Port { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
TechnologyType
Optional. The technology type.
Declaration
[JsonProperty("technologyType")]
public virtual string TechnologyType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Username
Optional. The username credential.
Declaration
[JsonProperty("username")]
public virtual string Username { get; set; }
Property Value
| Type | Description |
|---|---|
| string |