The DataMigrationEstimate {class contains estimated time and disk space required for the vCenter Server database migration.
More...
List of all members.
Detailed Description
The DataMigrationEstimate {class contains estimated time and disk space required for the vCenter Server database migration.
This class was added in vSphere API 7.0.0.
Constructor & Destructor Documentation
| vmware::vcenter::deployment::DataMigrationEstimate::DataMigrationEstimate |
( |
| ) |
[inline] |
Generate all-fields constructor only for errors and standard structures that have relevant fields.
Creates a default new instance.
Member Function Documentation
| T vmware::vcenter::deployment::DataMigrationEstimate::_ConvertTo< T > |
( |
| ) |
[inline] |
- Type Constraints
-
| T | : | vmware.vapi.bindings.IStructure | |
| vmware.vapi.data.StructValue vmware::vcenter::deployment::DataMigrationEstimate::_GetDataValue |
( |
| ) |
[inline] |
| vmware.vapi.bindings.type.StructType vmware::vcenter::deployment::DataMigrationEstimate::_GetType |
( |
| ) |
[inline] |
| bool vmware::vcenter::deployment::DataMigrationEstimate::_HasTypeNameOf< T > |
( |
| ) |
[inline] |
- Type Constraints
-
| T | : | vmware.vapi.bindings.IStructure | |
| void vmware::vcenter::deployment::DataMigrationEstimate::_Validate |
( |
| ) |
[inline] |
| override bool vmware::vcenter::deployment::DataMigrationEstimate::Equals |
( |
object |
obj | ) |
[inline] |
| long vmware::vcenter::deployment::DataMigrationEstimate::GetEstimatedExportTime |
( |
| ) |
[inline] |
The time estimated to export data from the source vCenter Server.
This attribute was added in vSphere API 7.0.0.
| long vmware::vcenter::deployment::DataMigrationEstimate::GetEstimatedImportTime |
( |
| ) |
[inline] |
The time estimated to import data to the upgraded vCenter Server.
This attribute was added in vSphere API 7.0.0.
| override int vmware::vcenter::deployment::DataMigrationEstimate::GetHashCode |
( |
| ) |
[inline] |
| double vmware::vcenter::deployment::DataMigrationEstimate::GetRequiredFreeDiskSpaceOnSource |
( |
| ) |
[inline] |
The extra free space required on source vCenter Server.
This attribute was added in vSphere API 7.0.0.
| void vmware::vcenter::deployment::DataMigrationEstimate::SetEstimatedExportTime |
( |
long |
estimatedExportTime | ) |
[inline] |
The time estimated to export data from the source vCenter Server.
This attribute was added in vSphere API 7.0.0.
| void vmware::vcenter::deployment::DataMigrationEstimate::SetEstimatedImportTime |
( |
long |
estimatedImportTime | ) |
[inline] |
The time estimated to import data to the upgraded vCenter Server.
This attribute was added in vSphere API 7.0.0.
| void vmware::vcenter::deployment::DataMigrationEstimate::SetRequiredFreeDiskSpaceOnSource |
( |
double |
requiredFreeDiskSpaceOnSource | ) |
[inline] |
The extra free space required on source vCenter Server.
This attribute was added in vSphere API 7.0.0.
| override string vmware::vcenter::deployment::DataMigrationEstimate::ToString |
( |
| ) |
[inline] |
The documentation for this class was generated from the following file: