DeploymentDataMigrationEstimate

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


Properties

integer as int64
estimated_export_time Required

The time estimated to export data from the source vCenter Server.


integer as int64
estimated_import_time Required

The time estimated to import data to the upgraded vCenter Server.


number as double
required_free_disk_space_on_source Required

The extra free space required on source vCenter Server.

JSON Example

{
	"estimated_export_time": 0,
	"estimated_import_time": 0,
	"required_free_disk_space_on_source": 0
}

Feedback

Was this page helpful?