MigrationJob constructor
MigrationJob({
- String? cmekKeyName,
- ConversionWorkspaceInfo? conversionWorkspace,
- String? createTime,
- String? destination,
- DatabaseType? destinationDatabase,
- String? displayName,
- DumpFlags? dumpFlags,
- String? dumpPath,
- String? dumpType,
- String? duration,
- String? endTime,
- Status? error,
- String? filter,
- Map<
String, String> ? labels, - String? name,
- PerformanceConfig? performanceConfig,
- String? phase,
- ReverseSshConnectivity? reverseSshConnectivity,
- String? source,
- DatabaseType? sourceDatabase,
- SqlServerHomogeneousMigrationJobConfig? sqlserverHomogeneousMigrationJobConfig,
- String? state,
- StaticIpConnectivity? staticIpConnectivity,
- String? type,
- String? updateTime,
- 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.performanceConfig,
this.phase,
this.reverseSshConnectivity,
this.source,
this.sourceDatabase,
this.sqlserverHomogeneousMigrationJobConfig,
this.state,
this.staticIpConnectivity,
this.type,
this.updateTime,
this.vpcPeeringConnectivity,
});