Reference documentation and code samples for the Oracle Database@Google Cloud V1 API class Google::Cloud::OracleDatabase::V1::GoldengateMicrosoftSqlserverConnectionProperties.
The properties of GoldengateMicrosoftSqlserverConnection.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#additional_attributes
def additional_attributes() -> ::Array<::Google::Cloud::OracleDatabase::V1::NameValuePair>- (::Array<::Google::Cloud::OracleDatabase::V1::NameValuePair>) — Optional. An array of name-value pair attribute entries. Used as additional parameters in connection string.
#additional_attributes=
def additional_attributes=(value) -> ::Array<::Google::Cloud::OracleDatabase::V1::NameValuePair>- value (::Array<::Google::Cloud::OracleDatabase::V1::NameValuePair>) — Optional. An array of name-value pair attribute entries. Used as additional parameters in connection string.
- (::Array<::Google::Cloud::OracleDatabase::V1::NameValuePair>) — Optional. An array of name-value pair attribute entries. Used as additional parameters in connection string.
#database
def database() -> ::String- (::String) — Optional. The name of the database.
#database=
def database=(value) -> ::String- value (::String) — Optional. The name of the database.
- (::String) — Optional. The name of the database.
#host
def host() -> ::String- (::String) — Optional. The name or address of a host.
#host=
def host=(value) -> ::String- value (::String) — Optional. The name or address of a host.
- (::String) — Optional. The name or address of a host.
#password
def password() -> ::String-
(::String) — Optional. Input only. The password Oracle Goldengate uses for Microsoft
SQL Server 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-
value (::String) — Optional. Input only. The password Oracle Goldengate uses for Microsoft
SQL Server 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.
-
(::String) — Optional. Input only. The password Oracle Goldengate uses for Microsoft
SQL Server 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-
(::String) — Optional. Input only. The resource name of a secret version in Secret
Manager which contains the password Oracle Goldengate uses for Microsoft
SQL Server 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-
value (::String) — Optional. Input only. The resource name of a secret version in Secret
Manager which contains the password Oracle Goldengate uses for Microsoft
SQL Server 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.
-
(::String) — Optional. Input only. The resource name of a secret version in Secret
Manager which contains the password Oracle Goldengate uses for Microsoft
SQL Server 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- (::Integer) — Optional. The port of an endpoint usually specified for a connection.
#port=
def port=(value) -> ::Integer- value (::Integer) — Optional. The port of an endpoint usually specified for a connection.
- (::Integer) — Optional. The port of an endpoint usually specified for a connection.
#security_protocol
def security_protocol() -> ::Google::Cloud::OracleDatabase::V1::GoldengateMicrosoftSqlserverConnectionProperties::MicrosoftSqlserverSecurityProtocol- (::Google::Cloud::OracleDatabase::V1::GoldengateMicrosoftSqlserverConnectionProperties::MicrosoftSqlserverSecurityProtocol) — Optional. Security Type for Microsoft SQL Server.
#security_protocol=
def security_protocol=(value) -> ::Google::Cloud::OracleDatabase::V1::GoldengateMicrosoftSqlserverConnectionProperties::MicrosoftSqlserverSecurityProtocol- value (::Google::Cloud::OracleDatabase::V1::GoldengateMicrosoftSqlserverConnectionProperties::MicrosoftSqlserverSecurityProtocol) — Optional. Security Type for Microsoft SQL Server.
- (::Google::Cloud::OracleDatabase::V1::GoldengateMicrosoftSqlserverConnectionProperties::MicrosoftSqlserverSecurityProtocol) — Optional. Security Type for Microsoft SQL Server.
#server_certificate_validation_required
def server_certificate_validation_required() -> ::Boolean- (::Boolean) — Optional. If set to true, the driver validates the certificate that is sent by the database server.
#server_certificate_validation_required=
def server_certificate_validation_required=(value) -> ::Boolean- value (::Boolean) — Optional. If set to true, the driver validates the certificate that is sent by the database server.
- (::Boolean) — Optional. If set to true, the driver validates the certificate that is sent by the database server.
#ssl_ca_file
def ssl_ca_file() -> ::String- (::String) — Optional. Database Certificate - The base64 encoded content of a .pem or .crt file containing the server public key (for 1-way SSL).
#ssl_ca_file=
def ssl_ca_file=(value) -> ::String- value (::String) — Optional. Database Certificate - The base64 encoded content of a .pem or .crt file containing the server public key (for 1-way SSL).
- (::String) — Optional. Database Certificate - The base64 encoded content of a .pem or .crt file containing the server public key (for 1-way SSL).
#technology_type
def technology_type() -> ::String- (::String) — Optional. The technology type of MicrosoftSqlserverConnection.
#technology_type=
def technology_type=(value) -> ::String- value (::String) — Optional. The technology type of MicrosoftSqlserverConnection.
- (::String) — Optional. The technology type of MicrosoftSqlserverConnection.
#username
def username() -> ::String- (::String) — Optional. The username Oracle Goldengate uses to connect to the Microsoft SQL Server.
#username=
def username=(value) -> ::String- value (::String) — Optional. The username Oracle Goldengate uses to connect to the Microsoft SQL Server.
- (::String) — Optional. The username Oracle Goldengate uses to connect to the Microsoft SQL Server.