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

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

The properties of GoldengateJavaMessageServiceConnection.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#authentication_type

def authentication_type() -> ::Google::Cloud::OracleDatabase::V1::GoldengateJavaMessageServiceConnectionProperties::JmsAuthenticationType
Returns

#authentication_type=

def authentication_type=(value) -> ::Google::Cloud::OracleDatabase::V1::GoldengateJavaMessageServiceConnectionProperties::JmsAuthenticationType
Parameter
Returns

#connection_factory

def connection_factory() -> ::String
Returns
  • (::String) — Optional. The Java class implementing javax.jms.ConnectionFactory interface supplied by the JMS provider.

#connection_factory=

def connection_factory=(value) -> ::String
Parameter
  • value (::String) — Optional. The Java class implementing javax.jms.ConnectionFactory interface supplied by the JMS provider.
Returns
  • (::String) — Optional. The Java class implementing javax.jms.ConnectionFactory interface supplied by the JMS provider.

#connection_url

def connection_url() -> ::String
Returns
  • (::String) — Optional. Connection URL of the Java Message Service, specifying the protocol, host, and port. e.g.: 'mq://myjms.host.domain:7676'

#connection_url=

def connection_url=(value) -> ::String
Parameter
  • value (::String) — Optional. Connection URL of the Java Message Service, specifying the protocol, host, and port. e.g.: 'mq://myjms.host.domain:7676'
Returns
  • (::String) — Optional. Connection URL of the Java Message Service, specifying the protocol, host, and port. e.g.: 'mq://myjms.host.domain:7676'

#jndi_connection_factory

def jndi_connection_factory() -> ::String
Returns
  • (::String) — Optional. The Connection Factory can be looked up using this name. e.g.: 'ConnectionFactory'

#jndi_connection_factory=

def jndi_connection_factory=(value) -> ::String
Parameter
  • value (::String) — Optional. The Connection Factory can be looked up using this name. e.g.: 'ConnectionFactory'
Returns
  • (::String) — Optional. The Connection Factory can be looked up using this name. e.g.: 'ConnectionFactory'

#jndi_initial_context_factory

def jndi_initial_context_factory() -> ::String
Returns
  • (::String) — Optional. The implementation of javax.naming.spi.InitialContextFactory interface used to obtain initial naming context.

#jndi_initial_context_factory=

def jndi_initial_context_factory=(value) -> ::String
Parameter
  • value (::String) — Optional. The implementation of javax.naming.spi.InitialContextFactory interface used to obtain initial naming context.
Returns
  • (::String) — Optional. The implementation of javax.naming.spi.InitialContextFactory interface used to obtain initial naming context.

#jndi_provider_url

def jndi_provider_url() -> ::String
Returns
  • (::String) — Optional. The URL that Java Message Service will use to contact the JNDI provider. e.g.: 'tcp://myjms.host.domain:61616?jms.prefetchPolicy.all=1000'

#jndi_provider_url=

def jndi_provider_url=(value) -> ::String
Parameter
  • value (::String) — Optional. The URL that Java Message Service will use to contact the JNDI provider. e.g.: 'tcp://myjms.host.domain:61616?jms.prefetchPolicy.all=1000'
Returns
  • (::String) — Optional. The URL that Java Message Service will use to contact the JNDI provider. e.g.: 'tcp://myjms.host.domain:61616?jms.prefetchPolicy.all=1000'

#jndi_security_credentials_secret

def jndi_security_credentials_secret() -> ::String
Returns
  • (::String) — Optional. The password associated to the principal.

#jndi_security_credentials_secret=

def jndi_security_credentials_secret=(value) -> ::String
Parameter
  • value (::String) — Optional. The password associated to the principal.
Returns
  • (::String) — Optional. The password associated to the principal.

#jndi_security_principal

def jndi_security_principal() -> ::String
Returns
  • (::String) — Optional. Specifies the identity of the principal (user) to be authenticated.

#jndi_security_principal=

def jndi_security_principal=(value) -> ::String
Parameter
  • value (::String) — Optional. Specifies the identity of the principal (user) to be authenticated.
Returns
  • (::String) — Optional. Specifies the identity of the principal (user) to be authenticated.

#key_store_file

def key_store_file() -> ::String
Returns
  • (::String) — Optional. The base64 encoded content of the KeyStore file.

#key_store_file=

def key_store_file=(value) -> ::String
Parameter
  • value (::String) — Optional. The base64 encoded content of the KeyStore file.
Returns
  • (::String) — Optional. The base64 encoded content of the KeyStore file.

#key_store_password

def key_store_password() -> ::String
Returns
  • (::String) — Optional. Input only. The KeyStore password in plain text.

    Note: The following fields are mutually exclusive: key_store_password, key_store_password_secret_version. If a field in that set is populated, all other fields in the set will automatically be cleared.

#key_store_password=

def key_store_password=(value) -> ::String
Parameter
  • value (::String) — Optional. Input only. The KeyStore password in plain text.

    Note: The following fields are mutually exclusive: key_store_password, key_store_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 KeyStore password in plain text.

    Note: The following fields are mutually exclusive: key_store_password, key_store_password_secret_version. If a field in that set is populated, all other fields in the set will automatically be cleared.

#key_store_password_secret_version

def key_store_password_secret_version() -> ::String
Returns
  • (::String) — Optional. Input only. The resource name of a secret version in Secret Manager which contains the KeyStore password. Format: projects/{project}/secrets/{secret}/versions/{version}.

    Note: The following fields are mutually exclusive: key_store_password_secret_version, key_store_password. If a field in that set is populated, all other fields in the set will automatically be cleared.

#key_store_password_secret_version=

def key_store_password_secret_version=(value) -> ::String
Parameter
  • value (::String) — Optional. Input only. The resource name of a secret version in Secret Manager which contains the KeyStore password. Format: projects/{project}/secrets/{secret}/versions/{version}.

    Note: The following fields are mutually exclusive: key_store_password_secret_version, key_store_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 KeyStore password. Format: projects/{project}/secrets/{secret}/versions/{version}.

    Note: The following fields are mutually exclusive: key_store_password_secret_version, key_store_password. If a field in that set is populated, all other fields in the set will automatically be cleared.

#password

def password() -> ::String
Returns
  • (::String) — Optional. Input only. The password Oracle Goldengate uses to connect the Java Message Service 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 to connect the Java Message Service 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 to connect the Java Message Service 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 to connect the associated Java Message Service. 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 to connect the associated Java Message Service. 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 to connect the associated Java Message Service. 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.

#security_protocol

def security_protocol() -> ::Google::Cloud::OracleDatabase::V1::GoldengateJavaMessageServiceConnectionProperties::JmsSecurityProtocol

#security_protocol=

def security_protocol=(value) -> ::Google::Cloud::OracleDatabase::V1::GoldengateJavaMessageServiceConnectionProperties::JmsSecurityProtocol
Parameter

#ssl_key_password

def ssl_key_password() -> ::String
Returns
  • (::String) — Optional. Input only. The password for the cert inside of the KeyStore in plain text.

    Note: The following fields are mutually exclusive: ssl_key_password, ssl_key_password_secret_version. If a field in that set is populated, all other fields in the set will automatically be cleared.

#ssl_key_password=

def ssl_key_password=(value) -> ::String
Parameter
  • value (::String) — Optional. Input only. The password for the cert inside of the KeyStore in plain text.

    Note: The following fields are mutually exclusive: ssl_key_password, ssl_key_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 for the cert inside of the KeyStore in plain text.

    Note: The following fields are mutually exclusive: ssl_key_password, ssl_key_password_secret_version. If a field in that set is populated, all other fields in the set will automatically be cleared.

#ssl_key_password_secret_version

def ssl_key_password_secret_version() -> ::String
Returns
  • (::String) — Optional. Input only. The resource name of a secret version in Secret Manager which contains the password for the cert inside of the KeyStore. Format: projects/{project}/secrets/{secret}/versions/{version}.

    Note: The following fields are mutually exclusive: ssl_key_password_secret_version, ssl_key_password. If a field in that set is populated, all other fields in the set will automatically be cleared.

#ssl_key_password_secret_version=

def ssl_key_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 for the cert inside of the KeyStore. Format: projects/{project}/secrets/{secret}/versions/{version}.

    Note: The following fields are mutually exclusive: ssl_key_password_secret_version, ssl_key_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 for the cert inside of the KeyStore. Format: projects/{project}/secrets/{secret}/versions/{version}.

    Note: The following fields are mutually exclusive: ssl_key_password_secret_version, ssl_key_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 JavaMessageServiceConnection.

#technology_type=

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

#trust_store_file

def trust_store_file() -> ::String
Returns
  • (::String) — Optional. The base64 encoded content of the TrustStore file.

#trust_store_file=

def trust_store_file=(value) -> ::String
Parameter
  • value (::String) — Optional. The base64 encoded content of the TrustStore file.
Returns
  • (::String) — Optional. The base64 encoded content of the TrustStore file.

#trust_store_password

def trust_store_password() -> ::String
Returns
  • (::String) — Optional. Input only. The TrustStore password in plain text.

    Note: The following fields are mutually exclusive: trust_store_password, trust_store_password_secret_version. If a field in that set is populated, all other fields in the set will automatically be cleared.

#trust_store_password=

def trust_store_password=(value) -> ::String
Parameter
  • value (::String) — Optional. Input only. The TrustStore password in plain text.

    Note: The following fields are mutually exclusive: trust_store_password, trust_store_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 TrustStore password in plain text.

    Note: The following fields are mutually exclusive: trust_store_password, trust_store_password_secret_version. If a field in that set is populated, all other fields in the set will automatically be cleared.

#trust_store_password_secret_version

def trust_store_password_secret_version() -> ::String
Returns
  • (::String) — Optional. Input only. The resource name of a secret version in Secret Manager which contains the TrustStore password. Format: projects/{project}/secrets/{secret}/versions/{version}.

    Note: The following fields are mutually exclusive: trust_store_password_secret_version, trust_store_password. If a field in that set is populated, all other fields in the set will automatically be cleared.

#trust_store_password_secret_version=

def trust_store_password_secret_version=(value) -> ::String
Parameter
  • value (::String) — Optional. Input only. The resource name of a secret version in Secret Manager which contains the TrustStore password. Format: projects/{project}/secrets/{secret}/versions/{version}.

    Note: The following fields are mutually exclusive: trust_store_password_secret_version, trust_store_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 TrustStore password. Format: projects/{project}/secrets/{secret}/versions/{version}.

    Note: The following fields are mutually exclusive: trust_store_password_secret_version, trust_store_password. If a field in that set is populated, all other fields in the set will automatically be cleared.

#use_jndi

def use_jndi() -> ::Boolean
Returns
  • (::Boolean) — Optional. If set to true, Java Naming and Directory Interface (JNDI) properties should be provided.

#use_jndi=

def use_jndi=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. If set to true, Java Naming and Directory Interface (JNDI) properties should be provided.
Returns
  • (::Boolean) — Optional. If set to true, Java Naming and Directory Interface (JNDI) properties should be provided.

#username

def username() -> ::String
Returns
  • (::String) — Optional. The username Oracle Goldengate uses to connect to the Java Message Service.

#username=

def username=(value) -> ::String
Parameter
  • value (::String) — Optional. The username Oracle Goldengate uses to connect to the Java Message Service.
Returns
  • (::String) — Optional. The username Oracle Goldengate uses to connect to the Java Message Service.