Class GoldengateRedisConnectionProperties
The properties of GoldengateRedisConnection.
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class GoldengateRedisConnectionProperties : IDirectResponseSchema
Properties
AuthenticationType
Optional. Authentication type for Redis.
Declaration
[JsonProperty("authenticationType")]
public virtual string AuthenticationType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
KeyStoreFile
Optional. The content of the KeyStore file.
Declaration
[JsonProperty("keyStoreFile")]
public virtual string KeyStoreFile { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
KeyStorePassword
Optional. Input only. The KeyStore password in plain text.
Declaration
[JsonProperty("keyStorePassword")]
public virtual string KeyStorePassword { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
KeyStorePasswordSecretVersion
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}.
Declaration
[JsonProperty("keyStorePasswordSecretVersion")]
public virtual string KeyStorePasswordSecretVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Password
Optional. Input only. The password Oracle Goldengate uses for Redis connection 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 Oracle Goldengate uses for Redis connection. Format: projects/{project}/secrets/{secret}/versions/{version}.
Declaration
[JsonProperty("passwordSecretVersion")]
public virtual string PasswordSecretVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RedisClusterId
Optional. The OCID of the Redis cluster.
Declaration
[JsonProperty("redisClusterId")]
public virtual string RedisClusterId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SecurityProtocol
Optional. Security protocol for Redis.
Declaration
[JsonProperty("securityProtocol")]
public virtual string SecurityProtocol { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Servers
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"
Declaration
[JsonProperty("servers")]
public virtual string Servers { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TechnologyType
Optional. The technology type of RedisConnection.
Declaration
[JsonProperty("technologyType")]
public virtual string TechnologyType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TrustStoreFile
Optional. The content of the TrustStore file.
Declaration
[JsonProperty("trustStoreFile")]
public virtual string TrustStoreFile { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TrustStorePassword
Optional. Input only. The TrustStore password in plain text.
Declaration
[JsonProperty("trustStorePassword")]
public virtual string TrustStorePassword { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TrustStorePasswordSecretVersion
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}.
Declaration
[JsonProperty("trustStorePasswordSecretVersion")]
public virtual string TrustStorePasswordSecretVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Username
Optional. The username Oracle Goldengate uses to connect the associated system of the given technology.
Declaration
[JsonProperty("username")]
public virtual string Username { get; set; }
Property Value
| Type | Description |
|---|---|
| string |