Oracle Database@Google Cloud v1 API - Class GoldengateRedisConnectionProperties (1.6.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)
Parameter
Name Description
other GoldengateRedisConnectionProperties

Properties

AuthenticationType

public GoldengateRedisConnectionProperties.Types.RedisAuthenticationType AuthenticationType { get; set; }

Optional. Authentication type for Redis.

Property Value
Type Description
GoldengateRedisConnectionPropertiesTypesRedisAuthenticationType

ConnectionPasswordOptionsCase

public GoldengateRedisConnectionProperties.ConnectionPasswordOptionsOneofCase ConnectionPasswordOptionsCase { get; }
Property Value
Type Description
GoldengateRedisConnectionPropertiesConnectionPasswordOptionsOneofCase

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; }
Property Value
Type Description
GoldengateRedisConnectionPropertiesKeyStorePasswordOptionsOneofCase

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; }

SecretVersionName-typed view over the KeyStorePasswordSecretVersion resource name property.

Property Value
Type Description
SecretVersionName

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; }

SecretVersionName-typed view over the PasswordSecretVersion resource name property.

Property Value
Type Description
SecretVersionName

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.

Property Value
Type Description
GoldengateRedisConnectionPropertiesTypesRedisSecurityProtocol

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; }
Property Value
Type Description
GoldengateRedisConnectionPropertiesTrustStorePasswordOptionsOneofCase

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; }

SecretVersionName-typed view over the TrustStorePasswordSecretVersion resource name property.

Property Value
Type Description
SecretVersionName

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