GoldengateOracleConnectionProperties(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)The properties of Goldengate Oracle Database Connection.
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 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. Format: projects/{project}/secrets/{secret}/versions/{version}. This field is a member of oneof_ connection_password_options.
|
technology_type |
str
Optional. The technology type. |
username |
str
Optional. The username Oracle Goldengate uses to connect. |
authentication_mode |
google.cloud.oracledatabase_v1.types.GoldengateOracleConnectionProperties.OracleAuthenticationMode
Optional. Authentication mode. |
connection_string |
str
Optional. Connect descriptor or Easy Connect Naming method used to connect to a database. |
session_mode |
google.cloud.oracledatabase_v1.types.GoldengateOracleConnectionProperties.SessionMode
Optional. The mode of the database connection session to be established by the data client. |
gcp_oracle_database_id |
str
Optional. Autonomous AI Database instance id of database in Oracle Database @ Google Cloud. If gcp_oracle_database_id is provided, connection_string must be empty. Format: projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database} |
wallet_file |
str
Optional. The wallet contents Oracle Goldengate uses to make connections to a database. This attribute is expected to be base64 encoded. |
Classes
OracleAuthenticationMode
OracleAuthenticationMode(value)Enum for Authentication mode.
SessionMode
SessionMode(value)The various session modes of the GoldengateConnection.