1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
.. _bool: https://docs.python.org/2/library/stdtypes.html
.. _vim.Network: ../../../../vim/Network.rst
.. _VirtualEthernetCardNetworkBackingInfo: ../../../../vim/vm/device/VirtualEthernetCard/NetworkBackingInfo.rst
.. _vim.vm.device.VirtualDevice.DeviceBackingInfo: ../../../../vim/vm/device/VirtualDevice/DeviceBackingInfo.rst
vim.vm.device.VirtualEthernetCard.NetworkBackingInfo
====================================================
The `VirtualEthernetCardNetworkBackingInfo`_ data object defines network backing for a virtual Ethernet card.
:extends: vim.vm.device.VirtualDevice.DeviceBackingInfo_
Attributes:
network (`vim.Network`_, optional):
Reference to the network managed object to which this backing applies. This is not used during configuration.
inPassthroughMode (`bool`_, optional):
|