Oracle Database@Google Cloud v1 API - Class GoldengateRedisConnectionProperties (1.7.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.
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}.
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}.
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"
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}.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-06-22 UTC."],[],[]]