1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
.. _str: https://docs.python.org/2/library/stdtypes.html
.. _vmodl.DynamicData: ../../vmodl/DynamicData.rst
vim.vm.LegacyNetworkSwitchInfo
==============================
The LegacyNetworkSwitchInfo data object type contains information about the legacy network switches available on the host.
* VMware Server - Options available for the "custom" NetworkBackingType.
* ESX Server - The "esxnet" NetworkBackingType.
*
:extends: vmodl.DynamicData_
Attributes:
name (`str`_):
The name of the network switch.
|