File: State.rst

package info (click to toggle)
python-pyvmomi 6.7.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 14,980 kB
  • sloc: python: 9,206; xml: 77; makefile: 9
file content (35 lines) | stat: -rw-r--r-- 1,195 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
.. _VirtualMachine: ../../../vim/VirtualMachine.rst

.. _vim.HbrManager.ReplicationVmInfo: ../../../vim/HbrManager/ReplicationVmInfo.rst

.. _vim.HbrManager.ReplicationVmInfo.State: ../../../vim/HbrManager/ReplicationVmInfo/State.rst

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.