Class GoldengateRedisConnectionProperties (0.6.1)

GoldengateRedisConnectionProperties(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

The properties of GoldengateRedisConnection.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
password str
Optional. Input only. The password Oracle Goldengate uses for Redis connection in plain text. This field is a member of oneof_ connection_password_options.
password_secret_version str
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}. This field is a member of oneof_ connection_password_options.
trust_store_password str
Optional. Input only. The TrustStore password in plain text. This field is a member of oneof_ trust_store_password_options.
trust_store_password_secret_version str
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}. This field is a member of oneof_ trust_store_password_options.
key_store_password str
Optional. Input only. The KeyStore password in plain text. This field is a member of oneof_ key_store_password_options.
key_store_password_secret_version str
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}. This field is a member of oneof_ key_store_password_options.
technology_type str
Optional. The technology type of RedisConnection.
servers str
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".
security_protocol google.cloud.oracledatabase_v1.types.GoldengateRedisConnectionProperties.RedisSecurityProtocol
Optional. Security protocol for Redis.
authentication_type google.cloud.oracledatabase_v1.types.GoldengateRedisConnectionProperties.RedisAuthenticationType
Optional. Authentication type for Redis.
username str
Optional. The username Oracle Goldengate uses to connect the associated system of the given technology.
redis_cluster_id str
Optional. The OCID of the Redis cluster.
trust_store_file str
Optional. The base64 encoded content of the TrustStore file.
key_store_file str
Optional. The base64 encoded content of the KeyStore file.

Classes

RedisAuthenticationType

RedisAuthenticationType(value)

Enum for Authentication type for Redis.

RedisSecurityProtocol

RedisSecurityProtocol(value)

Enum for Security protocol for Redis.