1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
.. _str: https://docs.python.org/2/library/stdtypes.html
.. _vim.fault.VmFaultToleranceIssue: ../../vim/fault/VmFaultToleranceIssue.rst
vim.fault.HostIncompatibleForFaultTolerance
===========================================
:extends:
`vim.fault.VmFaultToleranceIssue`_
This fault is thrown when an attempt is made to configure a fault tolerant virtual machine on a host that is incompatible.
Attributes:
hostName (`str`_): is optional.
reason (`str`_): is optional.
|