public sealed class GoldengateGoldengateConnectionProperties : IMessage<GoldengateGoldengateConnectionProperties>, IEquatable<GoldengateGoldengateConnectionProperties>, IDeepCloneable<GoldengateGoldengateConnectionProperties>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class GoldengateGoldengateConnectionProperties.
The properties of GoldengateGoldengateConnectionProperties.
Implements
IMessageGoldengateGoldengateConnectionProperties, IEquatableGoldengateGoldengateConnectionProperties, IDeepCloneableGoldengateGoldengateConnectionProperties, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
GoldengateGoldengateConnectionProperties()
public GoldengateGoldengateConnectionProperties()GoldengateGoldengateConnectionProperties(GoldengateGoldengateConnectionProperties)
public GoldengateGoldengateConnectionProperties(GoldengateGoldengateConnectionProperties other)| Parameter | |
|---|---|
| Name | Description |
other |
GoldengateGoldengateConnectionProperties |
Properties
ConnectionPasswordOptionsCase
public GoldengateGoldengateConnectionProperties.ConnectionPasswordOptionsOneofCase ConnectionPasswordOptionsCase { get; }| Property Value | |
|---|---|
| Type | Description |
GoldengateGoldengateConnectionPropertiesConnectionPasswordOptionsOneofCase |
|
GoldengateDeploymentId
public string GoldengateDeploymentId { get; set; }Optional. The name of the GoldengateDeployment associated with the GoldengateConnection. Format: projects/{project}/locations/{location}/goldengateDeployments/{goldengate_deployment}
| Property Value | |
|---|---|
| Type | Description |
string |
|
GoldengateDeploymentIdAsGoldengateDeploymentName
public GoldengateDeploymentName GoldengateDeploymentIdAsGoldengateDeploymentName { get; set; }GoldengateDeploymentName-typed view over the GoldengateDeploymentId resource name property.
| Property Value | |
|---|---|
| Type | Description |
GoldengateDeploymentName |
|
HasPassword
public bool HasPassword { get; }Gets whether the "password" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasPasswordSecretVersion
public bool HasPasswordSecretVersion { get; }Gets whether the "password_secret_version" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Host
public string Host { get; set; }Optional. The host of the GoldengateConnection.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Password
public string Password { get; set; }Optional. Input only. The password used to connect to the Oracle Goldengate in plain text.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PasswordSecretVersion
public string PasswordSecretVersion { get; set; }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}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PasswordSecretVersionAsSecretVersionName
public SecretVersionName PasswordSecretVersionAsSecretVersionName { get; set; }SecretVersionName-typed view over the PasswordSecretVersion resource name property.
| Property Value | |
|---|---|
| Type | Description |
SecretVersionName |
|
Port
public int Port { get; set; }Optional. The port of the GoldengateConnection.
| Property Value | |
|---|---|
| Type | Description |
int |
|
TechnologyType
public string TechnologyType { get; set; }Optional. The technology type.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Username
public string Username { get; set; }Optional. The username credential.
| Property Value | |
|---|---|
| Type | Description |
string |
|