Files
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.2 KiB

vim.HbrManager.ReplicationVmInfo.State

Describes the current state of a replicated VirtualMachine :contained by: vim.HbrManager.ReplicationVmInfo

type

vim.HbrManager.ReplicationVmInfo.State

name

error

values:

none

The VirtualMachine has no current replication state. This is a virtual machine that is configured for replication, but is powered off and not undergoing offline replication.

syncing

One or more of the VirtualMachine disks is in the process of an initial synchronization with the remote site.

paused

The VirtualMachine replication is paused.

idle

The VirtualMachine is being replicated but is not currently in the process of having a consistent instance created.

error

The VirtualMachine is unable to replicate due to errors.XXX Currently unused.

active

The VirtualMachine is in the process of having a consistent instance created.