Oracle Database@Google Cloud v1 API - Class GoldengateRedisConnectionProperties (1.7.0)
Stay organized with collections
Save and categorize content based on your preferences.
1.7.0 (latest)
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
public sealed class GoldengateRedisConnectionProperties : IMessage<GoldengateRedisConnectionProperties>, IEquatable<GoldengateRedisConnectionProperties>, IDeepCloneable<GoldengateRedisConnectionProperties>, IBufferMessage, IMessage
Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class GoldengateRedisConnectionProperties.
The properties of GoldengateRedisConnection.
Inheritance
object >
GoldengateRedisConnectionProperties
Namespace
Google.Cloud.OracleDatabase.V1
Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
GoldengateRedisConnectionProperties()
public GoldengateRedisConnectionProperties()
GoldengateRedisConnectionProperties(GoldengateRedisConnectionProperties)
public GoldengateRedisConnectionProperties(GoldengateRedisConnectionProperties other)
Properties
AuthenticationType
public GoldengateRedisConnectionProperties.Types.RedisAuthenticationType AuthenticationType { get; set; }
Optional. Authentication type for Redis.
ConnectionPasswordOptionsCase
public GoldengateRedisConnectionProperties.ConnectionPasswordOptionsOneofCase ConnectionPasswordOptionsCase { get; }
HasKeyStorePassword
public bool HasKeyStorePassword { get; }
Gets whether the "key_store_password" field is set
Property Value
Type
Description
bool
HasKeyStorePasswordSecretVersion
public bool HasKeyStorePasswordSecretVersion { get; }
Gets whether the "key_store_password_secret_version" field is set
Property Value
Type
Description
bool
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
HasTrustStorePassword
public bool HasTrustStorePassword { get; }
Gets whether the "trust_store_password" field is set
Property Value
Type
Description
bool
HasTrustStorePasswordSecretVersion
public bool HasTrustStorePasswordSecretVersion { get; }
Gets whether the "trust_store_password_secret_version" field is set
Property Value
Type
Description
bool
KeyStoreFile
public string KeyStoreFile { get; set; }
Optional. The base64 encoded content of the KeyStore file.
Property Value
Type
Description
string
KeyStorePassword
public string KeyStorePassword { get; set; }
Optional. Input only. The KeyStore password in plain text.
Property Value
Type
Description
string
KeyStorePasswordOptionsCase
public GoldengateRedisConnectionProperties.KeyStorePasswordOptionsOneofCase KeyStorePasswordOptionsCase { get; }
KeyStorePasswordSecretVersion
public string KeyStorePasswordSecretVersion { get; set; }
Optional. Input only. The resource name of a secret version in Secret
Manager which contains the KeyStore password. Format:
projects/{project}/secrets/{secret}/versions/{version}.
Property Value
Type
Description
string
KeyStorePasswordSecretVersionAsSecretVersionName
public SecretVersionName KeyStorePasswordSecretVersionAsSecretVersionName { get; set; }
Password
public string Password { get; set; }
Optional. Input only. The password Oracle Goldengate uses for Redis
connection 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 Oracle Goldengate uses for Redis
connection. Format:
projects/{project}/secrets/{secret}/versions/{version}.
Property Value
Type
Description
string
PasswordSecretVersionAsSecretVersionName
public SecretVersionName PasswordSecretVersionAsSecretVersionName { get; set; }
RedisClusterId
public string RedisClusterId { get; set; }
Optional. The OCID of the Redis cluster.
Property Value
Type
Description
string
SecurityProtocol
public GoldengateRedisConnectionProperties.Types.RedisSecurityProtocol SecurityProtocol { get; set; }
Optional. Security protocol for Redis.
Servers
public string Servers { get; set; }
Optional. Comma separated list of Redis server addresses, specified as
host:port entries, where :port is optional. If port is not specified, it
defaults to 6379. Example:
"server1.example.com:6379,server2.example.com:6379"
Property Value
Type
Description
string
TechnologyType
public string TechnologyType { get; set; }
Optional. The technology type of RedisConnection.
Property Value
Type
Description
string
TrustStoreFile
public string TrustStoreFile { get; set; }
Optional. The base64 encoded content of the TrustStore file.
Property Value
Type
Description
string
TrustStorePassword
public string TrustStorePassword { get; set; }
Optional. Input only. The TrustStore password in plain text.
Property Value
Type
Description
string
TrustStorePasswordOptionsCase
public GoldengateRedisConnectionProperties.TrustStorePasswordOptionsOneofCase TrustStorePasswordOptionsCase { get; }
TrustStorePasswordSecretVersion
public string TrustStorePasswordSecretVersion { get; set; }
Optional. Input only. The resource name of a secret version in Secret
Manager which contains the TrustStore password. Format:
projects/{project}/secrets/{secret}/versions/{version}.
Property Value
Type
Description
string
TrustStorePasswordSecretVersionAsSecretVersionName
public SecretVersionName TrustStorePasswordSecretVersionAsSecretVersionName { get; set; }
Username
public string Username { get; set; }
Optional. The username Oracle Goldengate uses to connect the associated
system of the given technology.
Property Value
Type
Description
string
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-06-22 UTC.
[null,null,["Last updated 2026-06-22 UTC."],[],[]]