
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
17 lines
913 B
ReStructuredText
17 lines
913 B
ReStructuredText
.. _bool: https://docs.python.org/2/library/stdtypes.html
|
|
|
|
.. _VirtualEthernetCardOption: ../../../vim/vm/device/VirtualEthernetCardOption.rst
|
|
|
|
.. _vim.vm.device.VirtualEthernetCardOption: ../../../vim/vm/device/VirtualEthernetCardOption.rst
|
|
|
|
|
|
vim.vm.device.VirtualPCNet32Option
|
|
==================================
|
|
The VirtualPCNet32Option data object type defines the options for the VirtualPCNet32 data object type. Except for the boolean supportsMorphing option, the options are inherited from the `VirtualEthernetCardOption`_ data object type.
|
|
:extends: vim.vm.device.VirtualEthernetCardOption_
|
|
|
|
Attributes:
|
|
supportsMorphing (`bool`_):
|
|
|
|
Indicates that this Ethernet card supports morphing into vmxnet when appropriate. This means that, if supportsMorphing="true", the virtual AMD Lance PCNet32 Ethernet card becomes a vmxnet Ethernet card with its added performance capabilities when appropriate.
|