Reference documentation and code samples for the Oracle Database@Google Cloud V1 API class Google::Cloud::OracleDatabase::V1::GoldengateOracleConnectionProperties.
The properties of Goldengate Oracle Database Connection.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#authentication_mode
def authentication_mode() -> ::Google::Cloud::OracleDatabase::V1::GoldengateOracleConnectionProperties::OracleAuthenticationMode- (::Google::Cloud::OracleDatabase::V1::GoldengateOracleConnectionProperties::OracleAuthenticationMode) — Optional. Authentication mode.
#authentication_mode=
def authentication_mode=(value) -> ::Google::Cloud::OracleDatabase::V1::GoldengateOracleConnectionProperties::OracleAuthenticationMode- value (::Google::Cloud::OracleDatabase::V1::GoldengateOracleConnectionProperties::OracleAuthenticationMode) — Optional. Authentication mode.
- (::Google::Cloud::OracleDatabase::V1::GoldengateOracleConnectionProperties::OracleAuthenticationMode) — Optional. Authentication mode.
#connection_string
def connection_string() -> ::String- (::String) — Optional. Connect descriptor or Easy Connect Naming method used to connect to a database.
#connection_string=
def connection_string=(value) -> ::String- value (::String) — Optional. Connect descriptor or Easy Connect Naming method used to connect to a database.
- (::String) — Optional. Connect descriptor or Easy Connect Naming method used to connect to a database.
#gcp_oracle_database_id
def gcp_oracle_database_id() -> ::String- (::String) — 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}
#gcp_oracle_database_id=
def gcp_oracle_database_id=(value) -> ::String- value (::String) — 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}
- (::String) — 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}
#password
def password() -> ::String-
(::String) — Optional. Input only. The password Oracle Goldengate uses 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 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 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. 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. 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. 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.
#session_mode
def session_mode() -> ::Google::Cloud::OracleDatabase::V1::GoldengateOracleConnectionProperties::SessionMode- (::Google::Cloud::OracleDatabase::V1::GoldengateOracleConnectionProperties::SessionMode) — Optional. The mode of the database connection session to be established by the data client.
#session_mode=
def session_mode=(value) -> ::Google::Cloud::OracleDatabase::V1::GoldengateOracleConnectionProperties::SessionMode- value (::Google::Cloud::OracleDatabase::V1::GoldengateOracleConnectionProperties::SessionMode) — Optional. The mode of the database connection session to be established by the data client.
- (::Google::Cloud::OracleDatabase::V1::GoldengateOracleConnectionProperties::SessionMode) — Optional. The mode of the database connection session to be established by the data client.
#technology_type
def technology_type() -> ::String- (::String) — Optional. The technology type.
#technology_type=
def technology_type=(value) -> ::String- value (::String) — Optional. The technology type.
- (::String) — Optional. The technology type.
#username
def username() -> ::String- (::String) — Optional. The username Oracle Goldengate uses to connect.
#username=
def username=(value) -> ::String- value (::String) — Optional. The username Oracle Goldengate uses to connect.
- (::String) — Optional. The username Oracle Goldengate uses to connect.
#wallet_file
def wallet_file() -> ::String- (::String) — Optional. The wallet contents Oracle Goldengate uses to make connections to a database. This attribute is expected to be base64 encoded.
#wallet_file=
def wallet_file=(value) -> ::String- value (::String) — Optional. The wallet contents Oracle Goldengate uses to make connections to a database. This attribute is expected to be base64 encoded.
- (::String) — Optional. The wallet contents Oracle Goldengate uses to make connections to a database. This attribute is expected to be base64 encoded.