Oracle Database@Google Cloud V1 API - Class Google::Cloud::OracleDatabase::V1::GoldengateMicrosoftSqlserverConnectionProperties (v0.14.0)

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>
Returns

#additional_attributes=

def additional_attributes=(value) -> ::Array<::Google::Cloud::OracleDatabase::V1::NameValuePair>
Parameter
Returns

#database

def database() -> ::String
Returns
  • (::String) — Optional. The name of the database.

#database=

def database=(value) -> ::String
Parameter
  • value (::String) — Optional. The name of the database.
Returns
  • (::String) — Optional. The name of the database.

#host

def host() -> ::String
Returns
  • (::String) — Optional. The name or address of a host.

#host=

def host=(value) -> ::String
Parameter
  • value (::String) — Optional. The name or address of a host.
Returns
  • (::String) — Optional. The name or address of a host.

#password

def password() -> ::String
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns
  • (::Integer) — Optional. The port of an endpoint usually specified for a connection.

#port=

def port=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. The port of an endpoint usually specified for a connection.
Returns
  • (::Integer) — Optional. The port of an endpoint usually specified for a connection.

#security_protocol

def security_protocol() -> ::Google::Cloud::OracleDatabase::V1::GoldengateMicrosoftSqlserverConnectionProperties::MicrosoftSqlserverSecurityProtocol

#security_protocol=

def security_protocol=(value) -> ::Google::Cloud::OracleDatabase::V1::GoldengateMicrosoftSqlserverConnectionProperties::MicrosoftSqlserverSecurityProtocol

#server_certificate_validation_required

def server_certificate_validation_required() -> ::Boolean
Returns
  • (::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
Parameter
  • value (::Boolean) — Optional. If set to true, the driver validates the certificate that is sent by the database server.
Returns
  • (::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
Returns
  • (::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
Parameter
  • value (::String) — Optional. Database Certificate - The base64 encoded content of a .pem or .crt file containing the server public key (for 1-way SSL).
Returns
  • (::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
Returns
  • (::String) — Optional. The technology type of MicrosoftSqlserverConnection.

#technology_type=

def technology_type=(value) -> ::String
Parameter
  • value (::String) — Optional. The technology type of MicrosoftSqlserverConnection.
Returns
  • (::String) — Optional. The technology type of MicrosoftSqlserverConnection.

#username

def username() -> ::String
Returns
  • (::String) — Optional. The username Oracle Goldengate uses to connect to the Microsoft SQL Server.

#username=

def username=(value) -> ::String
Parameter
  • value (::String) — Optional. The username Oracle Goldengate uses to connect to the Microsoft SQL Server.
Returns
  • (::String) — Optional. The username Oracle Goldengate uses to connect to the Microsoft SQL Server.