Files
deb-python-pyvmomi/docs/vim/host/LowLevelProvisioningManager/VmMigrationStatus.rst
Shawn Hartsock 15f7be9a52 pyVmomi reStructured Text Documentation
This external documentation for pyVmomi was generated using Googly Docs
(aka Google Standard Documentation) which renders very cleanly in
GitHub. Internal documentation for a class should be done in Sphinx
format because tools like pyCharm and Eclipse can use that documentation
as a hint for code completion.

Note: External docs as Googly Docs, internal docs as Sphinx.

Closes bug#15
2014-06-17 14:07:42 -04:00

1.7 KiB

vim.host.LowLevelProvisioningManager.VmMigrationStatus

The status of a virtual machine migration operation.

extends

vmodl.DynamicData

since

vSphere API 5.1

Attributes:

migrationId (long):

Unique identifier for this operation, currently it's unique within one virtual center instance.

type (str):

Manner in which the migration process is performed. The set of possible values is described in HostVMotionManagerVMotionType .

source (bool):

Whether the virtual machine is the source of the migration. For disk only migration, the value is always true.

consideredSuccessful (bool):

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.