Oracle Database@Google Cloud v1 API - Class GoldengateKafkaConnectionProperties (1.6.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class GoldengateKafkaConnectionProperties : IMessage<GoldengateKafkaConnectionProperties>, IEquatable<GoldengateKafkaConnectionProperties>, IDeepCloneable<GoldengateKafkaConnectionProperties>, IBufferMessage, IMessage
Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class GoldengateKafkaConnectionProperties.
public RepeatedField<KafkaBootstrapServer> BootstrapServers { get; }
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"
public string KeyStorePasswordSecretVersion { get; set; }
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}.
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}.
public string SslKeyPasswordSecretVersion { get; set; }
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}.
public string TrustStorePasswordSecretVersion { get; set; }
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}.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-06-15 UTC."],[],[]]