Reference documentation and code samples for the Oracle Database@Google Cloud V1 API class Google::Cloud::OracleDatabase::V1::GoldengateSnowflakeConnectionProperties.
The properties of GoldengateSnowflakeConnection.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#authentication_type
def authentication_type() -> ::Google::Cloud::OracleDatabase::V1::GoldengateSnowflakeConnectionProperties::AuthenticationType- (::Google::Cloud::OracleDatabase::V1::GoldengateSnowflakeConnectionProperties::AuthenticationType) — Optional. Used authentication mechanism to access Snowflake.
#authentication_type=
def authentication_type=(value) -> ::Google::Cloud::OracleDatabase::V1::GoldengateSnowflakeConnectionProperties::AuthenticationType- value (::Google::Cloud::OracleDatabase::V1::GoldengateSnowflakeConnectionProperties::AuthenticationType) — Optional. Used authentication mechanism to access Snowflake.
- (::Google::Cloud::OracleDatabase::V1::GoldengateSnowflakeConnectionProperties::AuthenticationType) — Optional. Used authentication mechanism to access Snowflake.
#connection_url
def connection_url() -> ::String- (::String) — Optional. JDBC connection URL. e.g.: 'jdbc:snowflake://
#connection_url=
def connection_url=(value) -> ::String- value (::String) — Optional. JDBC connection URL. e.g.: 'jdbc:snowflake://
- (::String) — Optional. JDBC connection URL. e.g.: 'jdbc:snowflake://
#password
def password() -> ::String-
(::String) — Optional. Input only. The password Oracle Goldengate uses to connect to
Snowflake platform 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 to connect to
Snowflake platform 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 to connect to
Snowflake platform 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 to connect to
Snowflake platform. 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 to connect to
Snowflake platform. 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 to connect to
Snowflake platform. 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.
#private_key_file
def private_key_file() -> ::String- (::String) — Optional. The content of private key file in PEM format.
#private_key_file=
def private_key_file=(value) -> ::String- value (::String) — Optional. The content of private key file in PEM format.
- (::String) — Optional. The content of private key file in PEM format.
#private_key_passphrase_secret
def private_key_passphrase_secret() -> ::String- (::String) — Optional. Password if the private key file is encrypted.
#private_key_passphrase_secret=
def private_key_passphrase_secret=(value) -> ::String- value (::String) — Optional. Password if the private key file is encrypted.
- (::String) — Optional. Password if the private key file is encrypted.
#technology_type
def technology_type() -> ::String- (::String) — Optional. The technology type of SnowflakeConnection.
#technology_type=
def technology_type=(value) -> ::String- value (::String) — Optional. The technology type of SnowflakeConnection.
- (::String) — Optional. The technology type of SnowflakeConnection.
#username
def username() -> ::String- (::String) — Optional. The username Oracle Goldengate uses to connect to Snowflake.
#username=
def username=(value) -> ::String- value (::String) — Optional. The username Oracle Goldengate uses to connect to Snowflake.
- (::String) — Optional. The username Oracle Goldengate uses to connect to Snowflake.