Files
deb-python-pyvmomi/docs/vim/host/NatService/NameServiceSpec.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.3 KiB

vim.host.NatService.NameServiceSpec

This data object type specifies the information for the name servers.

extends

vmodl.DynamicData

since

VI API 2.5

Attributes:

dnsAutoDetect (bool):

The flag to indicate whether or not the DNS server should be automatically detected or specified explicitly.

dnsPolicy (str):

The policy to use when multiple DNS addresses are available on the host.

dnsRetries (int):

The number of retries before giving up on a DNS request from a virtual network.

dnsTimeout (int):

The time (in seconds) before retrying a DNS request to an external network.

dnsNameServer ([str], optional):

The list of DNS servers.

nbdsTimeout (int):

The time (in seconds) allotted for queries to the NetBIOS Datagram Server (NBDS).

nbnsRetries (int):

Number of retries for each query to the NBNS.

nbnsTimeout (int):

The time (in seconds) allotted for queries to the NBNS.