1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
.. _str: https://docs.python.org/2/library/stdtypes.html
.. _vmodl.DynamicData: ../../../vmodl/DynamicData.rst
.. _vim.host.PhysicalNic.Specification: ../../../vim/host/PhysicalNic/Specification.rst
vim.host.PhysicalNic.Config
===========================
The configuration of the physical network adapter containing both the configurable properties and identification information.
:extends: vmodl.DynamicData_
Attributes:
device (`str`_):
PhysicalNic device to which configuration applies.
spec (`vim.host.PhysicalNic.Specification`_):
The specification of the physical network adapter.
|