Class GoldengateKafkaConnectionProperties
The properties of GoldengateKafkaConnection.
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class GoldengateKafkaConnectionProperties : IDirectResponseSchema
Properties
BootstrapServers
Optional. Kafka bootstrap. Equivalent of bootstrap.servers configuration property in Kafka: list of KafkaBootstrapServer objects specified by host/port. Used for establishing the initial connection to the Kafka cluster. Example: "server1.example.com:9092,server2.example.com:9092"
Declaration
[JsonProperty("bootstrapServers")]
public virtual IList<KafkaBootstrapServer> BootstrapServers { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<KafkaBootstrapServer> |
ClusterId
Optional. The OCID of the Kafka cluster being referenced from OCI Streaming with Apache Kafka.
Declaration
[JsonProperty("clusterId")]
public virtual string ClusterId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ConsumerPropertiesFile
Optional. The content of the consumer.properties file.
Declaration
[JsonProperty("consumerPropertiesFile")]
public virtual string ConsumerPropertiesFile { 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 |
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 for Kafka basic/SASL auth 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 for Kafka basic/SASL auth. Format: projects/{project}/secrets/{secret}/versions/{version}.
Declaration
[JsonProperty("passwordSecretVersion")]
public virtual string PasswordSecretVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProducerPropertiesFile
Optional. The content of the producer.properties file.
Declaration
[JsonProperty("producerPropertiesFile")]
public virtual string ProducerPropertiesFile { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SecurityProtocol
Optional. Security Type for Kafka.
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 |
StreamPoolId
Optional. The OCID of the stream pool being referenced.
Declaration
[JsonProperty("streamPoolId")]
public virtual string StreamPoolId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TechnologyType
Optional. The technology type of KafkaConnection.
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 |
UseResourcePrincipal
Optional. Specifies that the user intends to authenticate to the instance using a resource principal. Applicable only for OCI Streaming connections.
Declaration
[JsonProperty("useResourcePrincipal")]
public virtual bool? UseResourcePrincipal { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Username
Optional. The username Oracle Goldengate uses to connect the associated system of the given technology.
Declaration
[JsonProperty("username")]
public virtual string Username { get; set; }
Property Value
| Type | Description |
|---|---|
| string |