Files
deb-python-pyvmomi/docs/vim/net/DhcpConfigInfo/DhcpOptions.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

1.0 KiB

vim.net.DhcpConfigInfo.DhcpOptions

Provides for reporting of DHCP client. This data object may be used at a per interface or per system scope.

extends

vmodl.DynamicData

since

vSphere API 4.1

Attributes:

enable (bool):

Report state of dhcp client services.

config ([vim.KeyValue], optional):

Platform specific settings for DHCP Client. The key part is a unique number, the value part is the platform specific configuration command. For example on Linux, BSD systems using the file dhclient.conf output would be reported at system scope: key='1', value='timeout 60;' key='2', value='reboot 10;' output reported at per interface scope: key='1', value='prepend domain-name-servers 192.0.2.1;' key='2', value='equire subnet-mask, domain-name-servers;'