MigratingVm constructor
MigratingVm({
- AwsSourceVmDetails? awsSourceVmDetails,
- AzureSourceVmDetails? azureSourceVmDetails,
- ComputeEngineDisksTargetDefaults? computeEngineDisksTargetDefaults,
- ComputeEngineTargetDefaults? computeEngineTargetDefaults,
- String? createTime,
- ReplicationCycle? currentSyncInfo,
- CutoverForecast? cutoverForecast,
- String? description,
- String? displayName,
- Status? error,
- String? group,
- Map<
String, String> ? labels, - ReplicationCycle? lastReplicationCycle,
- ReplicationSync? lastSync,
- String? name,
- SchedulePolicy? policy,
- List<
CloneJob> ? recentCloneJobs, - List<
CutoverJob> ? recentCutoverJobs, - String? sourceVmId,
- String? state,
- String? stateTime,
- String? updateTime,
- 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,
});