
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
620 B
ReStructuredText
27 lines
620 B
ReStructuredText
.. _str: https://docs.python.org/2/library/stdtypes.html
|
|
|
|
.. _bool: https://docs.python.org/2/library/stdtypes.html
|
|
|
|
.. _vim.fault.MigrationFault: ../../vim/fault/MigrationFault.rst
|
|
|
|
|
|
vim.fault.MismatchedNetworkPolicies
|
|
===================================
|
|
:extends:
|
|
|
|
`vim.fault.MigrationFault`_
|
|
|
|
The virtual machine network uses different offload or security policies on the destination host than on the source host. This is an error if the virtual machine is currently connected to the network, and a warning otherwise.
|
|
|
|
Attributes:
|
|
|
|
device (`str`_)
|
|
|
|
backing (`str`_)
|
|
|
|
connected (`bool`_)
|
|
|
|
|
|
|
|
|