Files
deb-python-pyvmomi/docs/vim/vm/customization/IPSettings.rst
Shawn Hartsock 15f7be9a52 pyVmomi reStructured Text Documentation
This external documentation for pyVmomi was generated using Googly Docs
(aka Google Standard Documentation) which renders very cleanly in
GitHub. Internal documentation for a class should be done in Sphinx
format because tools like pyCharm and Eclipse can use that documentation
as a hint for code completion.

Note: External docs as Googly Docs, internal docs as Sphinx.

Closes bug#15
2014-06-17 14:07:42 -04:00

2.1 KiB

vim.vm.customization.IPSettings

IP settings for a virtual network adapter.

extends

vmodl.DynamicData

Attributes:

ip (vim.vm.customization.IpGenerator):

Specification to obtain a unique IP address for this virtual network adapter.

subnetMask (str, optional):

Subnet mask for this virtual network adapter.

gateway (str, optional):

For a virtual network adapter with a static IP address, this data object type contains a list of gateways, in order of preference.

ipV6Spec (vim.vm.customization.IPSettings.IpV6AddressSpec, optional):

This contains the IpGenerator, subnet mask and gateway info for all the ipv6 addresses associated with the virtual network adapter.

dnsServerList (str, optional):

A list of server IP addresses to use for DNS lookup in a Windows guest operating system. In Windows, these settings are adapter-specific, whereas in Linux, they are global. As a result, the Linux guest customization process ignores this setting and looks for its DNS servers in the globalIPSettings object.Specify these servers in order of preference. If this list is not empty, and if a DHCP IpGenerator is used, then these settings override the DHCP settings.

dnsDomain (str, optional):

A DNS domain suffix such as vmware.com.

primaryWINS (str, optional):

The IP address of the primary WINS server. This property is ignored for Linux guest operating systems.

secondaryWINS (str, optional):

The IP address of the secondary WINS server. This property is ignored for Linux guest operating systems.

netBIOS (vim.vm.customization.IPSettings.NetBIOSMode, optional):

NetBIOS setting for Windows.