DeploymentDataMigrationInfo
The DataMigrationInfo {structure contains the disk space requirements and time estimates for the different choices available to migrate the vCenter Server data.
Properties
Migrate all data from vCenter Server. Events, tasks, and stats will be migrated after the upgrade. This field will be available only if the source database is using an external database.
Migrate only core data and configuration from vCenter Server. Events, tasks, and stats will not be migrated.
Migrate core, events, and tasks from vCenter Server. Stats will not be migrated.
Migrate core, events, and tasks from vCenter Server. Events and tasks will be migrated after the upgrade. Stats will not be migrated. This field will be available only if the source database is using an external database.
JSON Example
{
"all": {
"estimated_export_time": 0,
"estimated_import_time": 0,
"required_free_disk_space_on_source": 0
},
"core": {
"estimated_export_time": 0,
"estimated_import_time": 0,
"required_free_disk_space_on_source": 0
},
"core_events_tasks": {
"estimated_export_time": 0,
"estimated_import_time": 0,
"required_free_disk_space_on_source": 0
}
}