MigrationJob constructor

MigrationJob({
  1. String? cmekKeyName,
  2. ConversionWorkspaceInfo? conversionWorkspace,
  3. String? createTime,
  4. String? destination,
  5. DatabaseType? destinationDatabase,
  6. String? displayName,
  7. DumpFlags? dumpFlags,
  8. String? dumpPath,
  9. String? dumpType,
  10. String? duration,
  11. String? endTime,
  12. Status? error,
  13. String? filter,
  14. Map<String, String>? labels,
  15. String? name,
  16. MigrationJobObjectsConfig? objectsConfig,
  17. OracleToPostgresConfig? oracleToPostgresConfig,
  18. String? originalMigrationName,
  19. PerformanceConfig? performanceConfig,
  20. String? phase,
  21. PostgresToSqlServerConfig? postgresToSqlserverConfig,
  22. String? purpose,
  23. ReverseSshConnectivity? reverseSshConnectivity,
  24. bool? satisfiesPzi,
  25. bool? satisfiesPzs,
  26. String? source,
  27. DatabaseType? sourceDatabase,
  28. SqlServerHomogeneousMigrationJobConfig? sqlserverHomogeneousMigrationJobConfig,
  29. SqlServerToPostgresConfig? sqlserverToPostgresConfig,
  30. String? state,
  31. StaticIpConnectivity? staticIpConnectivity,
  32. String? type,
  33. String? updateTime,
  34. VpcPeeringConnectivity? vpcPeeringConnectivity,
})

Implementation

MigrationJob({
  this.cmekKeyName,
  this.conversionWorkspace,
  this.createTime,
  this.destination,
  this.destinationDatabase,
  this.displayName,
  this.dumpFlags,
  this.dumpPath,
  this.dumpType,
  this.duration,
  this.endTime,
  this.error,
  this.filter,
  this.labels,
  this.name,
  this.objectsConfig,
  this.oracleToPostgresConfig,
  this.originalMigrationName,
  this.performanceConfig,
  this.phase,
  this.postgresToSqlserverConfig,
  this.purpose,
  this.reverseSshConnectivity,
  this.satisfiesPzi,
  this.satisfiesPzs,
  this.source,
  this.sourceDatabase,
  this.sqlserverHomogeneousMigrationJobConfig,
  this.sqlserverToPostgresConfig,
  this.state,
  this.staticIpConnectivity,
  this.type,
  this.updateTime,
  this.vpcPeeringConnectivity,
});