GoldengateOracleAIDataPlatformConnectionProperties constructor

GoldengateOracleAIDataPlatformConnectionProperties({
  1. String? connectionUrl,
  2. String? privateKeyFile,
  3. String? privateKeyPassphraseSecret,
  4. String? publicKeyFingerprint,
  5. String? region,
  6. String? technologyType,
  7. String? tenancyId,
  8. bool? useResourcePrincipal,
  9. String? userId,
})

Implementation

GoldengateOracleAIDataPlatformConnectionProperties({
  this.connectionUrl,
  this.privateKeyFile,
  this.privateKeyPassphraseSecret,
  this.publicKeyFingerprint,
  this.region,
  this.technologyType,
  this.tenancyId,
  this.useResourcePrincipal,
  this.userId,
});