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- (::Google::Cloud::OracleDatabase::V1::GoldengateJavaMessageServiceConnectionProperties::JmsAuthenticationType) — Optional. Authentication type for Java Message Service.
#authentication_type=
def authentication_type=(value) -> ::Google::Cloud::OracleDatabase::V1::GoldengateJavaMessageServiceConnectionProperties::JmsAuthenticationType- value (::Google::Cloud::OracleDatabase::V1::GoldengateJavaMessageServiceConnectionProperties::JmsAuthenticationType) — Optional. Authentication type for Java Message Service.
- (::Google::Cloud::OracleDatabase::V1::GoldengateJavaMessageServiceConnectionProperties::JmsAuthenticationType) — Optional. Authentication type for Java Message Service.
#connection_factory
def connection_factory() -> ::String- (::String) — Optional. The Java class implementing javax.jms.ConnectionFactory interface supplied by the JMS provider.
#connection_factory=
def connection_factory=(value) -> ::String- value (::String) — Optional. The Java class implementing javax.jms.ConnectionFactory interface supplied by the JMS provider.
- (::String) — Optional. The Java class implementing javax.jms.ConnectionFactory interface supplied by the JMS provider.
#connection_url
def connection_url() -> ::String- (::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- value (::String) — Optional. Connection URL of the Java Message Service, specifying the protocol, host, and port. e.g.: 'mq://myjms.host.domain:7676'
- (::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- (::String) — Optional. The Connection Factory can be looked up using this name. e.g.: 'ConnectionFactory'
#jndi_connection_factory=
def jndi_connection_factory=(value) -> ::String- value (::String) — Optional. The Connection Factory can be looked up using this name. e.g.: 'ConnectionFactory'
- (::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- (::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- value (::String) — Optional. The implementation of javax.naming.spi.InitialContextFactory interface used to obtain initial naming context.
- (::String) — Optional. The implementation of javax.naming.spi.InitialContextFactory interface used to obtain initial naming context.
#jndi_provider_url
def jndi_provider_url() -> ::String- (::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- 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'
- (::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- (::String) — Optional. The password associated to the principal.
#jndi_security_credentials_secret=
def jndi_security_credentials_secret=(value) -> ::String- value (::String) — Optional. The password associated to the principal.
- (::String) — Optional. The password associated to the principal.
#jndi_security_principal
def jndi_security_principal() -> ::String- (::String) — Optional. Specifies the identity of the principal (user) to be authenticated.
#jndi_security_principal=
def jndi_security_principal=(value) -> ::String- value (::String) — Optional. Specifies the identity of the principal (user) to be authenticated.
- (::String) — Optional. Specifies the identity of the principal (user) to be authenticated.
#key_store_file
def key_store_file() -> ::String- (::String) — Optional. The base64 encoded content of the KeyStore file.
#key_store_file=
def key_store_file=(value) -> ::String- value (::String) — Optional. The base64 encoded content of the KeyStore file.
- (::String) — Optional. The base64 encoded content of the KeyStore file.
#key_store_password
def key_store_password() -> ::String-
(::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-
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.
-
(::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-
(::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-
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.
-
(::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-
(::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-
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.
-
(::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-
(::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-
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.
-
(::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- (::Google::Cloud::OracleDatabase::V1::GoldengateJavaMessageServiceConnectionProperties::JmsSecurityProtocol) — Optional. Security protocol for Java Message Service.
#security_protocol=
def security_protocol=(value) -> ::Google::Cloud::OracleDatabase::V1::GoldengateJavaMessageServiceConnectionProperties::JmsSecurityProtocol- value (::Google::Cloud::OracleDatabase::V1::GoldengateJavaMessageServiceConnectionProperties::JmsSecurityProtocol) — Optional. Security protocol for Java Message Service.
- (::Google::Cloud::OracleDatabase::V1::GoldengateJavaMessageServiceConnectionProperties::JmsSecurityProtocol) — Optional. Security protocol for Java Message Service.
#ssl_key_password
def ssl_key_password() -> ::String-
(::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-
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.
-
(::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-
(::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-
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.
-
(::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- (::String) — Optional. The technology type of JavaMessageServiceConnection.
#technology_type=
def technology_type=(value) -> ::String- value (::String) — Optional. The technology type of JavaMessageServiceConnection.
- (::String) — Optional. The technology type of JavaMessageServiceConnection.
#trust_store_file
def trust_store_file() -> ::String- (::String) — Optional. The base64 encoded content of the TrustStore file.
#trust_store_file=
def trust_store_file=(value) -> ::String- value (::String) — Optional. The base64 encoded content of the TrustStore file.
- (::String) — Optional. The base64 encoded content of the TrustStore file.
#trust_store_password
def trust_store_password() -> ::String-
(::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-
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.
-
(::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-
(::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-
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.
-
(::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- (::Boolean) — Optional. If set to true, Java Naming and Directory Interface (JNDI) properties should be provided.
#use_jndi=
def use_jndi=(value) -> ::Boolean- value (::Boolean) — Optional. If set to true, Java Naming and Directory Interface (JNDI) properties should be provided.
- (::Boolean) — Optional. If set to true, Java Naming and Directory Interface (JNDI) properties should be provided.
#username
def username() -> ::String- (::String) — Optional. The username Oracle Goldengate uses to connect to the Java Message Service.
#username=
def username=(value) -> ::String- value (::String) — Optional. The username Oracle Goldengate uses to connect to the Java Message Service.
- (::String) — Optional. The username Oracle Goldengate uses to connect to the Java Message Service.