Files
deb-python-pyvmomi/docs/vim/HbrManager/ReplicationVmInfo.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.HbrManager.ReplicationVmInfo

This data object represents the essential information about the state of a given replicated VirtualMachine .

extends

vmodl.DynamicData

since

vSphere API 5.0

Attributes:

state (str):

A string representing the current State of the virtual machine.

progressInfo (vim.HbrManager.ReplicationVmInfo.ProgressInfo, optional):

Progress stats for the current operation. Never present if the state is not "syncing" or "active". If not present while in one of these states, the host is still gathering initial operation statistics (progress can be assumed to be 0).

imageId (str, optional):

An optional imageId that identifies the instance being created, this is the imagId string that is passed to HbrCreateInstance_Task or HbrStartOfflineInstance_Task

lastError (vmodl.LocalizedMethodFault, optional):

A MethodFault representing the last replication specific error that the VirtualMachine encountered during a create instance operation. The successful creation of an instance will clear any error.