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. Expiration? expiration,
  12. String? group,
  13. Map<String, String>? labels,
  14. ReplicationCycle? lastReplicationCycle,
  15. ReplicationSync? lastSync,
  16. String? name,
  17. SchedulePolicy? policy,
  18. List<CloneJob>? recentCloneJobs,
  19. List<CutoverJob>? recentCutoverJobs,
  20. String? sourceVmId,
  21. String? state,
  22. String? stateTime,
  23. String? updateTime,
  24. 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.expiration,
  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,
});