Deployment_DataMigrationInfo

Deployment_DataMigrationInfo
Deployment_DataMigrationInfo

The DataMigrationInfo {structure contains the disk space requirements and time estimates for the different choices available to migrate the vCenter Server data.

JSON Example
{
    "core": {
        "estimated_export_time": 0,
        "estimated_import_time": 0,
        "required_free_disk_space_on_source": "number"
    },
    "core_events_tasks": {
        "estimated_export_time": 0,
        "estimated_import_time": 0,
        "required_free_disk_space_on_source": "number"
    },
    "all": {
        "estimated_export_time": 0,
        "estimated_import_time": 0,
        "required_free_disk_space_on_source": "number"
    },
    "core_events_tasks_with_deferred": {
        "estimated_export_time": 0,
        "estimated_import_time": 0,
        "required_free_disk_space_on_source": "number"
    },
    "all_with_deferred": {
        "estimated_export_time": 0,
        "estimated_import_time": 0,
        "required_free_disk_space_on_source": "number"
    }
}
core
Required

The DataMigrationEstimate {structure contains estimated time and disk space required for the vCenter Server database migration.

core_events_tasks
Required

The DataMigrationEstimate {structure contains estimated time and disk space required for the vCenter Server database migration.

all
Required

The DataMigrationEstimate {structure contains estimated time and disk space required for the vCenter Server database migration.

core_events_tasks_with_deferred
Optional

The DataMigrationEstimate {structure contains estimated time and disk space required for the vCenter Server database migration.

all_with_deferred
Optional

The DataMigrationEstimate {structure contains estimated time and disk space required for the vCenter Server database migration.