MigratingVm constructor

MigratingVm({
  1. AwsSourceVmDetails? awsSourceVmDetails,
  2. AzureSourceVmDetails? azureSourceVmDetails,
  3. ComputeEngineDisksTargetDefaults? computeEngineDisksTargetDefaults,
  4. ComputeEngineTargetDefaults? computeEngineTargetDefaults,
  5. String? createTime,
  6. ReplicationCycle? currentSyncInfo,
  7. CutoverForecast? cutoverForecast,
  8. String? description,
  9. String? displayName,
  10. Status? error,
  11. String? group,
  12. Map<String, String>? labels,
  13. ReplicationCycle? lastReplicationCycle,
  14. ReplicationSync? lastSync,
  15. String? name,
  16. SchedulePolicy? policy,
  17. List<CloneJob>? recentCloneJobs,
  18. List<CutoverJob>? recentCutoverJobs,
  19. String? sourceVmId,
  20. String? state,
  21. String? stateTime,
  22. String? updateTime,
  23. VmwareSourceVmDetails? vmwareSourceVmDetails,
})

Implementation

MigratingVm({
  this.awsSourceVmDetails,
  this.azureSourceVmDetails,
  this.computeEngineDisksTargetDefaults,
  this.computeEngineTargetDefaults,
  this.createTime,
  this.currentSyncInfo,
  this.cutoverForecast,
  this.description,
  this.displayName,
  this.error,
  this.group,
  this.labels,
  this.lastReplicationCycle,
  this.lastSync,
  this.name,
  this.policy,
  this.recentCloneJobs,
  this.recentCutoverJobs,
  this.sourceVmId,
  this.state,
  this.stateTime,
  this.updateTime,
  this.vmwareSourceVmDetails,
});