VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::deployment::DataMigrationInfo::Builder Class Reference

Builder class for DataMigrationInfo. More...

List of all members.

Public Member Functions

 Builder (vmware.vcenter.deployment.DataMigrationEstimate core, vmware.vcenter.deployment.DataMigrationEstimate coreEventsTasks, vmware.vcenter.deployment.DataMigrationEstimate all)
 Constructor with parameters for the required properties of DataMigrationInfo.
Builder SetCoreEventsTasksWithDeferred (vmware.vcenter.deployment.DataMigrationEstimate coreEventsTasksWithDeferred)
 Migrate core, events, and tasks from vCenter Server.
Builder SetAllWithDeferred (vmware.vcenter.deployment.DataMigrationEstimate allWithDeferred)
 Migrate all data from vCenter Server.
DataMigrationInfo Build ()

Detailed Description


Constructor & Destructor Documentation

vmware::vcenter::deployment::DataMigrationInfo::Builder::Builder ( vmware.vcenter.deployment.DataMigrationEstimate  core,
vmware.vcenter.deployment.DataMigrationEstimate  coreEventsTasks,
vmware.vcenter.deployment.DataMigrationEstimate  all 
) [inline]

Constructor with parameters for the required properties of DataMigrationInfo.


Member Function Documentation

DataMigrationInfo vmware::vcenter::deployment::DataMigrationInfo::Builder::Build ( ) [inline]
Builder vmware::vcenter::deployment::DataMigrationInfo::Builder::SetAllWithDeferred ( vmware.vcenter.deployment.DataMigrationEstimate  allWithDeferred) [inline]

Migrate all data from vCenter Server.

Events, tasks, and stats will be migrated after the upgrade. This attribute was added in vSphere API 7.0.0.

Builder vmware::vcenter::deployment::DataMigrationInfo::Builder::SetCoreEventsTasksWithDeferred ( vmware.vcenter.deployment.DataMigrationEstimate  coreEventsTasksWithDeferred) [inline]

Migrate core, events, and tasks from vCenter Server.

Events and tasks will be migrated after the upgrade. Stats will not be migrated. This attribute was added in vSphere API 7.0.0.


The documentation for this class was generated from the following file: