Class GoldengateDb2ConnectionProperties (0.6.1)

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

The properties of GoldengateDb2Connection.

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 Db2 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 Db2 connection. Format: projects/{project}/secrets/{secret}/versions/{version}. This field is a member of oneof_ connection_password_options.
technology_type str
Optional. The technology type of Db2Connection.
host str
Optional. The name or address of a host.
port int
Optional. The port of an endpoint usually specified for a connection.
database str
Optional. The name of the database.
username str
Optional. The username Oracle Goldengate uses to connect to the DB2 database.
security_protocol google.cloud.oracledatabase_v1.types.GoldengateDb2ConnectionProperties.Db2SecurityProtocol
Optional. Security protocol for the DB2 database.
additional_attributes MutableSequence[google.cloud.oracledatabase_v1.types.NameValuePair]
Optional. An array of name-value pair attribute entries. Used as additional parameters in connection string.
ssl_client_keystoredb_file str
Optional. The keystore file created at the client containing the server certificate / CA root certificate. Not supported for IBM Db2 for i.
ssl_client_keystash_file str
Optional. The keystash file which contains the encrypted password to the key database file. Not supported for IBM Db2 for i.
ssl_server_certificate_file str
Optional. The file which contains the self-signed server certificate / Certificate Authority (CA) certificate.

Classes

Db2SecurityProtocol

Db2SecurityProtocol(value)

Enum for Security protocol for the DB2 database.