Files
deb-python-pyvmomi/docs/vim/net/DhcpConfigSpec/DhcpOptionsSpec.rst
Shawn Hartsock c83651f5be pyvmomi RST docs do not properly show lists
Fixes RST documents to include list mark up when appropriate.

closes: https://github.com/vmware/pyvmomi/issues/76
2014-08-13 14:49:24 -04:00

32 lines
1000 B
ReStructuredText

.. _str: https://docs.python.org/2/library/stdtypes.html
.. _bool: https://docs.python.org/2/library/stdtypes.html
.. _vim.KeyValue: ../../../vim/KeyValue.rst
.. _vSphere API 4.1: ../../../vim/version.rst#vimversionversion6
.. _NetDhcpConfigInfo: ../../../vim/net/DhcpConfigInfo.rst
.. _vmodl.DynamicData: ../../../vmodl/DynamicData.rst
.. _HostConfigChangeOperation: ../../../vim/host/ConfigChange/Operation.rst
vim.net.DhcpConfigSpec.DhcpOptionsSpec
======================================
Provides for configuration of IPv6
:extends: vmodl.DynamicData_
:since: `vSphere API 4.1`_
Attributes:
enable (`bool`_, optional):
Enable or disable dhcp for IPv4.
config ([`vim.KeyValue`_]):
Platform specific settings for DHCP Client. The key part is a unique number, the value part is the platform specific configuration command. See `NetDhcpConfigInfo`_ for value formatting.
operation (`str`_):
Requires one of the values from `HostConfigChangeOperation`_ .