GoldengateDb2ConnectionProperties constructor

GoldengateDb2ConnectionProperties({
  1. List<NameValuePair>? additionalAttributes,
  2. String? database,
  3. String? host,
  4. String? password,
  5. String? passwordSecretVersion,
  6. int? port,
  7. String? securityProtocol,
  8. String? sslClientKeystashFile,
  9. String? sslClientKeystoredbFile,
  10. String? sslServerCertificateFile,
  11. String? technologyType,
  12. String? username,
})

Implementation

GoldengateDb2ConnectionProperties({
  this.additionalAttributes,
  this.database,
  this.host,
  this.password,
  this.passwordSecretVersion,
  this.port,
  this.securityProtocol,
  this.sslClientKeystashFile,
  this.sslClientKeystoredbFile,
  this.sslServerCertificateFile,
  this.technologyType,
  this.username,
});