|
VMware vSphere Automation SDK for .NET 7.0.0.1
|
The DataMigrationInfo {class contains the disk space requirements and time estimates for the different choices available to migrate the vCenter Server data.
More...
Classes | |
| class | Builder |
| Builder class for DataMigrationInfo. More... | |
Public Member Functions | |
| DataMigrationInfo () | |
| Generate all-fields constructor only for errors and standard structures that have relevant fields. | |
| vmware.vcenter.deployment.DataMigrationEstimate | GetCore () |
| Migrate only core data and configuration from vCenter Server. | |
| void | SetCore (vmware.vcenter.deployment.DataMigrationEstimate core) |
| Migrate only core data and configuration from vCenter Server. | |
| vmware.vcenter.deployment.DataMigrationEstimate | GetCoreEventsTasks () |
| Migrate core, events, and tasks from vCenter Server. | |
| void | SetCoreEventsTasks (vmware.vcenter.deployment.DataMigrationEstimate coreEventsTasks) |
| Migrate core, events, and tasks from vCenter Server. | |
| vmware.vcenter.deployment.DataMigrationEstimate | GetAll () |
| Migrate all data from vCenter Server. | |
| void | SetAll (vmware.vcenter.deployment.DataMigrationEstimate all) |
| Migrate all data from vCenter Server. | |
| vmware.vcenter.deployment.DataMigrationEstimate | GetCoreEventsTasksWithDeferred () |
| Migrate core, events, and tasks from vCenter Server. | |
| void | SetCoreEventsTasksWithDeferred (vmware.vcenter.deployment.DataMigrationEstimate coreEventsTasksWithDeferred) |
| Migrate core, events, and tasks from vCenter Server. | |
| vmware.vcenter.deployment.DataMigrationEstimate | GetAllWithDeferred () |
| Migrate all data from vCenter Server. | |
| void | SetAllWithDeferred (vmware.vcenter.deployment.DataMigrationEstimate allWithDeferred) |
| Migrate all data from vCenter Server. | |
| vmware.vapi.bindings.type.StructType | _GetType () |
| vmware.vapi.data.StructValue | _GetDataValue () |
| void | _Validate () |
| bool | _HasTypeNameOf< T > () |
| T | _ConvertTo< T > () |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
| override string | ToString () |
The DataMigrationInfo {class contains the disk space requirements and time estimates for the different choices available to migrate the vCenter Server data.
This class was added in vSphere API 7.0.0.
| vmware::vcenter::deployment::DataMigrationInfo::DataMigrationInfo | ( | ) | [inline] |
Generate all-fields constructor only for errors and standard structures that have relevant fields.
Creates a default new instance.
| T vmware::vcenter::deployment::DataMigrationInfo::_ConvertTo< T > | ( | ) | [inline] |
| T | : | vmware.vapi.bindings.IStructure |
| vmware.vapi.data.StructValue vmware::vcenter::deployment::DataMigrationInfo::_GetDataValue | ( | ) | [inline] |
| vmware.vapi.bindings.type.StructType vmware::vcenter::deployment::DataMigrationInfo::_GetType | ( | ) | [inline] |
| bool vmware::vcenter::deployment::DataMigrationInfo::_HasTypeNameOf< T > | ( | ) | [inline] |
| T | : | vmware.vapi.bindings.IStructure |
| void vmware::vcenter::deployment::DataMigrationInfo::_Validate | ( | ) | [inline] |
| override bool vmware::vcenter::deployment::DataMigrationInfo::Equals | ( | object | obj | ) | [inline] |
| vmware.vcenter.deployment.DataMigrationEstimate vmware::vcenter::deployment::DataMigrationInfo::GetAll | ( | ) | [inline] |
Migrate all data from vCenter Server.
This attribute was added in vSphere API 7.0.0.
| vmware.vcenter.deployment.DataMigrationEstimate vmware::vcenter::deployment::DataMigrationInfo::GetAllWithDeferred | ( | ) | [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.
| vmware.vcenter.deployment.DataMigrationEstimate vmware::vcenter::deployment::DataMigrationInfo::GetCore | ( | ) | [inline] |
Migrate only core data and configuration from vCenter Server.
Events, tasks, and stats will not be migrated. This attribute was added in vSphere API 7.0.0.
| vmware.vcenter.deployment.DataMigrationEstimate vmware::vcenter::deployment::DataMigrationInfo::GetCoreEventsTasks | ( | ) | [inline] |
Migrate core, events, and tasks from vCenter Server.
Stats will not be migrated. This attribute was added in vSphere API 7.0.0.
| vmware.vcenter.deployment.DataMigrationEstimate vmware::vcenter::deployment::DataMigrationInfo::GetCoreEventsTasksWithDeferred | ( | ) | [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.
| override int vmware::vcenter::deployment::DataMigrationInfo::GetHashCode | ( | ) | [inline] |
| void vmware::vcenter::deployment::DataMigrationInfo::SetAll | ( | vmware.vcenter.deployment.DataMigrationEstimate | all | ) | [inline] |
Migrate all data from vCenter Server.
This attribute was added in vSphere API 7.0.0.
| void vmware::vcenter::deployment::DataMigrationInfo::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.
| void vmware::vcenter::deployment::DataMigrationInfo::SetCore | ( | vmware.vcenter.deployment.DataMigrationEstimate | core | ) | [inline] |
Migrate only core data and configuration from vCenter Server.
Events, tasks, and stats will not be migrated. This attribute was added in vSphere API 7.0.0.
| void vmware::vcenter::deployment::DataMigrationInfo::SetCoreEventsTasks | ( | vmware.vcenter.deployment.DataMigrationEstimate | coreEventsTasks | ) | [inline] |
Migrate core, events, and tasks from vCenter Server.
Stats will not be migrated. This attribute was added in vSphere API 7.0.0.
| void vmware::vcenter::deployment::DataMigrationInfo::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.
| override string vmware::vcenter::deployment::DataMigrationInfo::ToString | ( | ) | [inline] |