Class GoldengateJavaMessageServiceConnectionProperties
The properties of GoldengateJavaMessageServiceConnection.
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class GoldengateJavaMessageServiceConnectionProperties : IDirectResponseSchema
Properties
AuthenticationType
Optional. Authentication type for Java Message Service.
Declaration
[JsonProperty("authenticationType")]
public virtual string AuthenticationType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ConnectionFactory
Optional. The Java class implementing javax.jms.ConnectionFactory interface supplied by the JMS provider.
Declaration
[JsonProperty("connectionFactory")]
public virtual string ConnectionFactory { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ConnectionUrl
Optional. Connection URL of the Java Message Service, specifying the protocol, host, and port. e.g.: 'mq://myjms.host.domain:7676'
Declaration
[JsonProperty("connectionUrl")]
public virtual string ConnectionUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
JndiConnectionFactory
Optional. The Connection Factory can be looked up using this name. e.g.: 'ConnectionFactory'
Declaration
[JsonProperty("jndiConnectionFactory")]
public virtual string JndiConnectionFactory { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
JndiInitialContextFactory
Optional. The implementation of javax.naming.spi.InitialContextFactory interface used to obtain initial naming context.
Declaration
[JsonProperty("jndiInitialContextFactory")]
public virtual string JndiInitialContextFactory { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
JndiProviderUrl
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'
Declaration
[JsonProperty("jndiProviderUrl")]
public virtual string JndiProviderUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
JndiSecurityCredentialsSecret
Optional. The password associated to the principal.
Declaration
[JsonProperty("jndiSecurityCredentialsSecret")]
public virtual string JndiSecurityCredentialsSecret { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
JndiSecurityPrincipal
Optional. Specifies the identity of the principal (user) to be authenticated.
Declaration
[JsonProperty("jndiSecurityPrincipal")]
public virtual string JndiSecurityPrincipal { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
KeyStoreFile
Optional. The content of the KeyStore file.
Declaration
[JsonProperty("keyStoreFile")]
public virtual string KeyStoreFile { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
KeyStorePassword
Optional. Input only. The KeyStore password in plain text.
Declaration
[JsonProperty("keyStorePassword")]
public virtual string KeyStorePassword { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
KeyStorePasswordSecretVersion
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}.
Declaration
[JsonProperty("keyStorePasswordSecretVersion")]
public virtual string KeyStorePasswordSecretVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Password
Optional. Input only. The password Oracle Goldengate uses to connect the Java Message Service in plain text.
Declaration
[JsonProperty("password")]
public virtual string Password { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PasswordSecretVersion
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}.
Declaration
[JsonProperty("passwordSecretVersion")]
public virtual string PasswordSecretVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SecurityProtocol
Optional. Security protocol for Java Message Service.
Declaration
[JsonProperty("securityProtocol")]
public virtual string SecurityProtocol { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SslKeyPassword
Optional. Input only. The password for the cert inside of the KeyStore in plain text.
Declaration
[JsonProperty("sslKeyPassword")]
public virtual string SslKeyPassword { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SslKeyPasswordSecretVersion
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}.
Declaration
[JsonProperty("sslKeyPasswordSecretVersion")]
public virtual string SslKeyPasswordSecretVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TechnologyType
Optional. The technology type of JavaMessageServiceConnection.
Declaration
[JsonProperty("technologyType")]
public virtual string TechnologyType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TrustStoreFile
Optional. The content of the TrustStore file.
Declaration
[JsonProperty("trustStoreFile")]
public virtual string TrustStoreFile { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TrustStorePassword
Optional. Input only. The TrustStore password in plain text.
Declaration
[JsonProperty("trustStorePassword")]
public virtual string TrustStorePassword { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TrustStorePasswordSecretVersion
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}.
Declaration
[JsonProperty("trustStorePasswordSecretVersion")]
public virtual string TrustStorePasswordSecretVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UseJndi
Optional. If set to true, Java Naming and Directory Interface (JNDI) properties should be provided.
Declaration
[JsonProperty("useJndi")]
public virtual bool? UseJndi { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Username
Optional. The username Oracle Goldengate uses to connect to the Java Message Service.
Declaration
[JsonProperty("username")]
public virtual string Username { get; set; }
Property Value
| Type | Description |
|---|---|
| string |