
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
1.7 KiB
vim.HbrManager.ReplicationVmInfo
This data object represents the essential information about the state of a given replicated VirtualMachine .
- extends
- since
- 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.