Reference documentation and code samples for the Oracle Database@Google Cloud V1 API class Google::Cloud::OracleDatabase::V1::GoldengateRedisConnectionProperties.
The properties of GoldengateRedisConnection.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#authentication_type
def authentication_type() -> ::Google::Cloud::OracleDatabase::V1::GoldengateRedisConnectionProperties::RedisAuthenticationType- (::Google::Cloud::OracleDatabase::V1::GoldengateRedisConnectionProperties::RedisAuthenticationType) — Optional. Authentication type for Redis.
#authentication_type=
def authentication_type=(value) -> ::Google::Cloud::OracleDatabase::V1::GoldengateRedisConnectionProperties::RedisAuthenticationType- value (::Google::Cloud::OracleDatabase::V1::GoldengateRedisConnectionProperties::RedisAuthenticationType) — Optional. Authentication type for Redis.
- (::Google::Cloud::OracleDatabase::V1::GoldengateRedisConnectionProperties::RedisAuthenticationType) — Optional. Authentication type for Redis.
#key_store_file
def key_store_file() -> ::String- (::String) — Optional. The base64 encoded content of the KeyStore file.
#key_store_file=
def key_store_file=(value) -> ::String- value (::String) — Optional. The base64 encoded content of the KeyStore file.
- (::String) — Optional. The base64 encoded content of the KeyStore file.
#key_store_password
def key_store_password() -> ::String-
(::String) — Optional. Input only. The KeyStore password in plain text.
Note: The following fields are mutually exclusive:
key_store_password,key_store_password_secret_version. If a field in that set is populated, all other fields in the set will automatically be cleared.
#key_store_password=
def key_store_password=(value) -> ::String-
value (::String) — Optional. Input only. The KeyStore password in plain text.
Note: The following fields are mutually exclusive:
key_store_password,key_store_password_secret_version. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Optional. Input only. The KeyStore password in plain text.
Note: The following fields are mutually exclusive:
key_store_password,key_store_password_secret_version. If a field in that set is populated, all other fields in the set will automatically be cleared.
#key_store_password_secret_version
def key_store_password_secret_version() -> ::String-
(::String) — 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}.
Note: The following fields are mutually exclusive:
key_store_password_secret_version,key_store_password. If a field in that set is populated, all other fields in the set will automatically be cleared.
#key_store_password_secret_version=
def key_store_password_secret_version=(value) -> ::String-
value (::String) — 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}.
Note: The following fields are mutually exclusive:
key_store_password_secret_version,key_store_password. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — 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}.
Note: The following fields are mutually exclusive:
key_store_password_secret_version,key_store_password. If a field in that set is populated, all other fields in the set will automatically be cleared.
#password
def password() -> ::String-
(::String) — Optional. Input only. The password Oracle Goldengate uses for Redis
connection in plain text.
Note: The following fields are mutually exclusive:
password,password_secret_version. If a field in that set is populated, all other fields in the set will automatically be cleared.
#password=
def password=(value) -> ::String-
value (::String) — Optional. Input only. The password Oracle Goldengate uses for Redis
connection in plain text.
Note: The following fields are mutually exclusive:
password,password_secret_version. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Optional. Input only. The password Oracle Goldengate uses for Redis
connection in plain text.
Note: The following fields are mutually exclusive:
password,password_secret_version. If a field in that set is populated, all other fields in the set will automatically be cleared.
#password_secret_version
def password_secret_version() -> ::String-
(::String) — 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}.
Note: The following fields are mutually exclusive:
password_secret_version,password. If a field in that set is populated, all other fields in the set will automatically be cleared.
#password_secret_version=
def password_secret_version=(value) -> ::String-
value (::String) — 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}.
Note: The following fields are mutually exclusive:
password_secret_version,password. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — 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}.
Note: The following fields are mutually exclusive:
password_secret_version,password. If a field in that set is populated, all other fields in the set will automatically be cleared.
#redis_cluster_id
def redis_cluster_id() -> ::String- (::String) — Optional. The OCID of the Redis cluster.
#redis_cluster_id=
def redis_cluster_id=(value) -> ::String- value (::String) — Optional. The OCID of the Redis cluster.
- (::String) — Optional. The OCID of the Redis cluster.
#security_protocol
def security_protocol() -> ::Google::Cloud::OracleDatabase::V1::GoldengateRedisConnectionProperties::RedisSecurityProtocol- (::Google::Cloud::OracleDatabase::V1::GoldengateRedisConnectionProperties::RedisSecurityProtocol) — Optional. Security protocol for Redis.
#security_protocol=
def security_protocol=(value) -> ::Google::Cloud::OracleDatabase::V1::GoldengateRedisConnectionProperties::RedisSecurityProtocol- value (::Google::Cloud::OracleDatabase::V1::GoldengateRedisConnectionProperties::RedisSecurityProtocol) — Optional. Security protocol for Redis.
- (::Google::Cloud::OracleDatabase::V1::GoldengateRedisConnectionProperties::RedisSecurityProtocol) — Optional. Security protocol for Redis.
#servers
def servers() -> ::String- (::String) — 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"
#servers=
def servers=(value) -> ::String- value (::String) — 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"
- (::String) — 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"
#technology_type
def technology_type() -> ::String- (::String) — Optional. The technology type of RedisConnection.
#technology_type=
def technology_type=(value) -> ::String- value (::String) — Optional. The technology type of RedisConnection.
- (::String) — Optional. The technology type of RedisConnection.
#trust_store_file
def trust_store_file() -> ::String- (::String) — Optional. The base64 encoded content of the TrustStore file.
#trust_store_file=
def trust_store_file=(value) -> ::String- value (::String) — Optional. The base64 encoded content of the TrustStore file.
- (::String) — Optional. The base64 encoded content of the TrustStore file.
#trust_store_password
def trust_store_password() -> ::String-
(::String) — Optional. Input only. The TrustStore password in plain text.
Note: The following fields are mutually exclusive:
trust_store_password,trust_store_password_secret_version. If a field in that set is populated, all other fields in the set will automatically be cleared.
#trust_store_password=
def trust_store_password=(value) -> ::String-
value (::String) — Optional. Input only. The TrustStore password in plain text.
Note: The following fields are mutually exclusive:
trust_store_password,trust_store_password_secret_version. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Optional. Input only. The TrustStore password in plain text.
Note: The following fields are mutually exclusive:
trust_store_password,trust_store_password_secret_version. If a field in that set is populated, all other fields in the set will automatically be cleared.
#trust_store_password_secret_version
def trust_store_password_secret_version() -> ::String-
(::String) — 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}.
Note: The following fields are mutually exclusive:
trust_store_password_secret_version,trust_store_password. If a field in that set is populated, all other fields in the set will automatically be cleared.
#trust_store_password_secret_version=
def trust_store_password_secret_version=(value) -> ::String-
value (::String) — 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}.
Note: The following fields are mutually exclusive:
trust_store_password_secret_version,trust_store_password. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — 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}.
Note: The following fields are mutually exclusive:
trust_store_password_secret_version,trust_store_password. If a field in that set is populated, all other fields in the set will automatically be cleared.
#username
def username() -> ::String- (::String) — Optional. The username Oracle Goldengate uses to connect the associated system of the given technology.
#username=
def username=(value) -> ::String- value (::String) — Optional. The username Oracle Goldengate uses to connect the associated system of the given technology.
- (::String) — Optional. The username Oracle Goldengate uses to connect the associated system of the given technology.