
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
27 lines
626 B
ReStructuredText
27 lines
626 B
ReStructuredText
.. _string: ../../str
|
|
|
|
.. _EnableSecondaryVM_Task: ../../vim/VirtualMachine.rst#enableSecondary
|
|
|
|
.. _CreateSecondaryVM_Task: ../../vim/VirtualMachine.rst#createSecondary
|
|
|
|
.. _vim.fault.VmFaultToleranceIssue: ../../vim/fault/VmFaultToleranceIssue.rst
|
|
|
|
|
|
vim.fault.IncompatibleHostForFtSecondary
|
|
========================================
|
|
:extends:
|
|
|
|
`vim.fault.VmFaultToleranceIssue`_
|
|
|
|
The IncompatibleHostForFtSecondary fault is thrown when an invalid host has been specified when calling `CreateSecondaryVM_Task`_ or `EnableSecondaryVM_Task`_ .
|
|
|
|
Attributes:
|
|
|
|
host (`str`_)
|
|
|
|
error (`str`_): is optional.
|
|
|
|
|
|
|
|
|