VMware vSphere Automation SDK for .NET 7.0.0.1
|
Builder class for DataMigrationInfo. More...
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 () |
Builder class for DataMigrationInfo.
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.
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.