Show / Hide Table of Contents

Class GoldengateGoldengateConnectionProperties

The properties of GoldengateGoldengateConnectionProperties.

Inheritance
object
GoldengateGoldengateConnectionProperties
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX