Oracle Database@Google Cloud V1 API - Class Google::Cloud::OracleDatabase::V1::GoldengateDb2ConnectionProperties (v0.14.0)

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>
Returns

#additional_attributes=

def additional_attributes=(value) -> ::Array<::Google::Cloud::OracleDatabase::V1::NameValuePair>
Parameter
Returns

#database

def database() -> ::String
Returns
  • (::String) — Optional. The name of the database.

#database=

def database=(value) -> ::String
Parameter
  • value (::String) — Optional. The name of the database.
Returns
  • (::String) — Optional. The name of the database.

#host

def host() -> ::String
Returns
  • (::String) — Optional. The name or address of a host.

#host=

def host=(value) -> ::String
Parameter
  • value (::String) — Optional. The name or address of a host.
Returns
  • (::String) — Optional. The name or address of a host.

#password

def password() -> ::String
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns
  • (::Integer) — Optional. The port of an endpoint usually specified for a connection.

#port=

def port=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. The port of an endpoint usually specified for a connection.
Returns
  • (::Integer) — Optional. The port of an endpoint usually specified for a connection.

#security_protocol

def security_protocol() -> ::Google::Cloud::OracleDatabase::V1::GoldengateDb2ConnectionProperties::Db2SecurityProtocol
Returns

#security_protocol=

def security_protocol=(value) -> ::Google::Cloud::OracleDatabase::V1::GoldengateDb2ConnectionProperties::Db2SecurityProtocol
Parameter
Returns

#ssl_client_keystash_file

def ssl_client_keystash_file() -> ::String
Returns
  • (::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
Parameter
  • value (::String) — Optional. The keystash file which contains the encrypted password to the key database file. Not supported for IBM Db2 for i.
Returns
  • (::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
Returns
  • (::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
Parameter
  • value (::String) — Optional. The keystore file created at the client containing the server certificate / CA root certificate. Not supported for IBM Db2 for i.
Returns
  • (::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
Returns
  • (::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
Parameter
  • value (::String) — Optional. The file which contains the self-signed server certificate / Certificate Authority (CA) certificate.
Returns
  • (::String) — Optional. The file which contains the self-signed server certificate / Certificate Authority (CA) certificate.

#technology_type

def technology_type() -> ::String
Returns
  • (::String) — Optional. The technology type of Db2Connection.

#technology_type=

def technology_type=(value) -> ::String
Parameter
  • value (::String) — Optional. The technology type of Db2Connection.
Returns
  • (::String) — Optional. The technology type of Db2Connection.

#username

def username() -> ::String
Returns
  • (::String) — Optional. The username Oracle Goldengate uses to connect to the DB2 database.

#username=

def username=(value) -> ::String
Parameter
  • value (::String) — Optional. The username Oracle Goldengate uses to connect to the DB2 database.
Returns
  • (::String) — Optional. The username Oracle Goldengate uses to connect to the DB2 database.