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
|
.. _str: https://docs.python.org/2/library/stdtypes.html
.. _string: ../../str
.. _VirtualMachine: ../../vim/VirtualMachine.rst
.. _vim.fault.ReplicationFault: ../../vim/fault/ReplicationFault.rst
vim.fault.ReplicationVmFault
============================
:extends:
`vim.fault.ReplicationFault`_
A ReplicationVmFault is thrown when there is an issue with an operation performed on a replicated `VirtualMachine`_
Attributes:
reason (`str`_)
state (`str`_): is optional.
instanceId (`str`_): is optional.
vm (`str`_)
|