vcenter deployment: data migration estimate

The data_migration_estimate {structure contains estimated time and disk space required for the vCenter Server database migration. This structure was added in vSphere API 7.0.0.0.

Representation:

{
    "estimated_import_time"1,
    "required_free_disk_space_on_source"1.5,
    "estimated_export_time"1
}

Attributes:

Name Type Description
Required
estimated_export_time long The time estimated to export data from the source vCenter Server. This attribute was added in vSphere API 7.0.0.0.

estimated_import_time long The time estimated to import data to the upgraded vCenter Server. This attribute was added in vSphere API 7.0.0.0.

required_free_disk_space_on_source double The extra free space required on source vCenter Server. This attribute was added in vSphere API 7.0.0.0.