OnPremisesConfiguration constructor

OnPremisesConfiguration({
  1. String? caCertificate,
  2. String? clientCertificate,
  3. String? clientKey,
  4. String? dumpFilePath,
  5. String? hostPort,
  6. String? kind,
  7. String? password,
  8. InstanceReference? sourceInstance,
  9. String? username,
})

Implementation

OnPremisesConfiguration({
  this.caCertificate,
  this.clientCertificate,
  this.clientKey,
  this.dumpFilePath,
  this.hostPort,
  this.kind,
  this.password,
  this.sourceInstance,
  this.username,
});