Reference documentation and code samples for the Oracle Database@Google Cloud V1 API class Google::Cloud::OracleDatabase::V1::GoldengateDb2ConnectionProperties.
The properties of GoldengateDb2Connection.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#additional_attributes
def additional_attributes() -> ::Array<::Google::Cloud::OracleDatabase::V1::NameValuePair>- (::Array<::Google::Cloud::OracleDatabase::V1::NameValuePair>) — Optional. An array of name-value pair attribute entries. Used as additional parameters in connection string.
#additional_attributes=
def additional_attributes=(value) -> ::Array<::Google::Cloud::OracleDatabase::V1::NameValuePair>- value (::Array<::Google::Cloud::OracleDatabase::V1::NameValuePair>) — Optional. An array of name-value pair attribute entries. Used as additional parameters in connection string.
- (::Array<::Google::Cloud::OracleDatabase::V1::NameValuePair>) — Optional. An array of name-value pair attribute entries. Used as additional parameters in connection string.
#database
def database() -> ::String- (::String) — Optional. The name of the database.
#database=
def database=(value) -> ::String- value (::String) — Optional. The name of the database.
- (::String) — Optional. The name of the database.
#host
def host() -> ::String- (::String) — Optional. The name or address of a host.
#host=
def host=(value) -> ::String- value (::String) — Optional. The name or address of a host.
- (::String) — Optional. The name or address of a host.
#password
def password() -> ::String-
(::String) — Optional. Input only. The password Oracle Goldengate uses for Db2
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 Db2
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 Db2
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 Db2
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 Db2
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 Db2
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.
#port
def port() -> ::Integer- (::Integer) — Optional. The port of an endpoint usually specified for a connection.
#port=
def port=(value) -> ::Integer- value (::Integer) — Optional. The port of an endpoint usually specified for a connection.
- (::Integer) — Optional. The port of an endpoint usually specified for a connection.
#security_protocol
def security_protocol() -> ::Google::Cloud::OracleDatabase::V1::GoldengateDb2ConnectionProperties::Db2SecurityProtocol- (::Google::Cloud::OracleDatabase::V1::GoldengateDb2ConnectionProperties::Db2SecurityProtocol) — Optional. Security protocol for the DB2 database.
#security_protocol=
def security_protocol=(value) -> ::Google::Cloud::OracleDatabase::V1::GoldengateDb2ConnectionProperties::Db2SecurityProtocol- value (::Google::Cloud::OracleDatabase::V1::GoldengateDb2ConnectionProperties::Db2SecurityProtocol) — Optional. Security protocol for the DB2 database.
- (::Google::Cloud::OracleDatabase::V1::GoldengateDb2ConnectionProperties::Db2SecurityProtocol) — Optional. Security protocol for the DB2 database.
#ssl_client_keystash_file
def ssl_client_keystash_file() -> ::String- (::String) — Optional. The keystash file which contains the encrypted password to the key database file. Not supported for IBM Db2 for i.
#ssl_client_keystash_file=
def ssl_client_keystash_file=(value) -> ::String- value (::String) — Optional. The keystash file which contains the encrypted password to the key database file. Not supported for IBM Db2 for i.
- (::String) — Optional. The keystash file which contains the encrypted password to the key database file. Not supported for IBM Db2 for i.
#ssl_client_keystoredb_file
def ssl_client_keystoredb_file() -> ::String- (::String) — Optional. The keystore file created at the client containing the server certificate / CA root certificate. Not supported for IBM Db2 for i.
#ssl_client_keystoredb_file=
def ssl_client_keystoredb_file=(value) -> ::String- value (::String) — Optional. The keystore file created at the client containing the server certificate / CA root certificate. Not supported for IBM Db2 for i.
- (::String) — Optional. The keystore file created at the client containing the server certificate / CA root certificate. Not supported for IBM Db2 for i.
#ssl_server_certificate_file
def ssl_server_certificate_file() -> ::String- (::String) — Optional. The file which contains the self-signed server certificate / Certificate Authority (CA) certificate.
#ssl_server_certificate_file=
def ssl_server_certificate_file=(value) -> ::String- value (::String) — Optional. The file which contains the self-signed server certificate / Certificate Authority (CA) certificate.
- (::String) — Optional. The file which contains the self-signed server certificate / Certificate Authority (CA) certificate.
#technology_type
def technology_type() -> ::String- (::String) — Optional. The technology type of Db2Connection.
#technology_type=
def technology_type=(value) -> ::String- value (::String) — Optional. The technology type of Db2Connection.
- (::String) — Optional. The technology type of Db2Connection.
#username
def username() -> ::String- (::String) — Optional. The username Oracle Goldengate uses to connect to the DB2 database.
#username=
def username=(value) -> ::String- value (::String) — Optional. The username Oracle Goldengate uses to connect to the DB2 database.
- (::String) — Optional. The username Oracle Goldengate uses to connect to the DB2 database.