vCenter Storage Monitoring Service API
|  | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods | 
Data Object - HostLowLevelProvisioningManagerVmMigrationStatus(vim.host.LowLevelProvisioningManager.VmMigrationStatus)
- Extends
- DynamicData
- Since
- vSphere API Release 5.1
Data Object Description
The status of a virtual machine migration operation.Properties
| Name | Type | Description | 
|---|---|---|
| consideredSuccessful | xsd:boolean | Whether the operation is considered successful. A migration
  operation is considered successful if its switch over phase has
  completed successfully. More specifically, for an in-progress migration, it is considered successful if it has had a sucessful switch over, otherwise it is considered unsuccessful. Likewise, the status of a completed migration operation is also based on the switch over completion status. 
  The difference between a completed vs. in-progress migration with
  the same consideredSuccessful property is that in the former case
  the server is able to complete the clean up process thus leaves
  nothing for the recovery process to clean up.
       | 
| migrationId | xsd:long | Unique identifier for this operation, currently it's unique
  within one virtual center instance. | 
| source | xsd:boolean | Whether the virtual machine is the source of the migration.
  For disk only migration, the value is always true. | 
| type | xsd:string | Manner in which the migration process is performed. The set of
  possible values is described in
  HostVMotionManagerVMotionType. | 
| Properties inherited from DynamicData | ||
| None | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods | 
