Oracle Database@Google Cloud v1 API - Class GoldengateRedisConnectionProperties (1.6.0)
Stay organized with collections
Save and categorize content based on your preferences.
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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-06-15 UTC."],[],[]]