GoldengateElasticsearchConnectionProperties class

The properties of GoldengateElasticsearchConnection.

Constructors

GoldengateElasticsearchConnectionProperties({String? authenticationType, String? fingerprint, String? password, String? passwordSecretVersion, String? securityProtocol, String? servers, String? technologyType, String? username})
GoldengateElasticsearchConnectionProperties.fromJson(Map json_)

Properties

authenticationType String?
Authentication type for Elasticsearch.
getter/setter pair
fingerprint String?
Fingerprint required by TLS security protocol.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
password String?
Input only.
getter/setter pair
passwordSecretVersion String?
Input only.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityProtocol String?
Security protocol for Elasticsearch.
getter/setter pair
servers String?
Comma separated list of Elasticsearch server addresses, specified as host:port entries, where :port is optional.
getter/setter pair
technologyType String?
The technology type of ElasticsearchConnection.
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