
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
23 lines
482 B
ReStructuredText
23 lines
482 B
ReStructuredText
.. _int: https://docs.python.org/2/library/stdtypes.html
|
|
|
|
.. _vim.fault.CustomizationFault: ../../vim/fault/CustomizationFault.rst
|
|
|
|
|
|
vim.fault.NicSettingMismatch
|
|
============================
|
|
:extends:
|
|
|
|
`vim.fault.CustomizationFault`_
|
|
|
|
The number of network adapter settings in the customization specification does not match the number of network adapters present in the virtual machine.
|
|
|
|
Attributes:
|
|
|
|
numberOfNicsInSpec (`int`_)
|
|
|
|
numberOfNicsInVM (`int`_)
|
|
|
|
|
|
|
|
|