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

Reference documentation and code samples for the Oracle Database@Google Cloud V1 API class Google::Cloud::OracleDatabase::V1::GoldengateAzureSynapseAnalyticsConnectionProperties.

The properties of GoldengateAzureSynapseAnalyticsConnection.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#connection_string

def connection_string() -> ::String
Returns
  • (::String) — Optional. JDBC connection string. e.g.: 'jdbc:sqlserver://

#connection_string=

def connection_string=(value) -> ::String
Parameter
  • value (::String) — Optional. JDBC connection string. e.g.: 'jdbc:sqlserver://
Returns
  • (::String) — Optional. JDBC connection string. e.g.: 'jdbc:sqlserver://

#password

def password() -> ::String
Returns
  • (::String) — Optional. Input only. The password Oracle Goldengate uses for Azure Synapse Analytics 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 Azure Synapse Analytics 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 Azure Synapse Analytics 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 Azure Synapse Analytics 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 Azure Synapse Analytics 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 Azure Synapse Analytics 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.

#technology_type

def technology_type() -> ::String
Returns
  • (::String) — Optional. The technology type of AzureSynapseAnalyticsConnection.

#technology_type=

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

#username

def username() -> ::String
Returns
  • (::String) — Optional. The username Oracle Goldengate uses to connect the associated system of the given technology.

#username=

def username=(value) -> ::String
Parameter
  • value (::String) — Optional. The username Oracle Goldengate uses to connect the associated system of the given technology.
Returns
  • (::String) — Optional. The username Oracle Goldengate uses to connect the associated system of the given technology.