GoldengateKafkaConnectionProperties class

The properties of GoldengateKafkaConnection.

Constructors

GoldengateKafkaConnectionProperties({List<KafkaBootstrapServer>? bootstrapServers, String? clusterId, String? consumerPropertiesFile, String? keyStoreFile, String? keyStorePassword, String? keyStorePasswordSecretVersion, String? password, String? passwordSecretVersion, String? producerPropertiesFile, String? securityProtocol, String? sslKeyPassword, String? sslKeyPasswordSecretVersion, String? streamPoolId, String? technologyType, String? trustStoreFile, String? trustStorePassword, String? trustStorePasswordSecretVersion, bool? useResourcePrincipal, String? username})
GoldengateKafkaConnectionProperties.fromJson(Map json_)

Properties

bootstrapServers List<KafkaBootstrapServer>?
Kafka bootstrap.
getter/setter pair
clusterId String?
The OCID of the Kafka cluster being referenced from OCI Streaming with Apache Kafka.
getter/setter pair
consumerPropertiesFile String?
The base64 encoded content of the consumer.properties file.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
keyStoreFile String?
The base64 encoded content of the KeyStore file.
getter/setter pair
keyStorePassword String?
Input only.
getter/setter pair
keyStorePasswordSecretVersion String?
Input only.
getter/setter pair
password String?
Input only.
getter/setter pair
passwordSecretVersion String?
Input only.
getter/setter pair
producerPropertiesFile String?
The base64 encoded content of the producer.properties file.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityProtocol String?
Security Type for Kafka.
getter/setter pair
sslKeyPassword String?
Input only.
getter/setter pair
sslKeyPasswordSecretVersion String?
Input only.
getter/setter pair
streamPoolId String?
The OCID of the stream pool being referenced.
getter/setter pair
technologyType String?
The technology type of KafkaConnection.
getter/setter pair
trustStoreFile String?
The base64 encoded content of the TrustStore file.
getter/setter pair
trustStorePassword String?
Input only.
getter/setter pair
trustStorePasswordSecretVersion String?
Input only.
getter/setter pair
useResourcePrincipal bool?
Specifies that the user intends to authenticate to the instance using a resource principal.
getter/setter pair
username String?
The username Oracle Goldengate uses to connect the associated system of the given technology.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited