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

vim.host.NatService.Specification

This data object type provides the details about the Network Address Translation (NAT) service.

extends

vmodl.DynamicData

since

VI API 2.5

Attributes:

virtualSwitch (str):

The name of the virtual switch to which nat service is connected.

activeFtp (bool):

The flag to indicate whether or not non-passive mode FTP connections should be allowed.

allowAnyOui (bool):

The flag to indicate whether or not the NAT Service allows media access control traffic from any Organizational Unique Identifier (OUI)? By default, it does not allow traffic that originated from the host to avoid packet loops.

configPort (bool):

The flag to indicate whether or not the NAT Service should open a configuration port.

ipGatewayAddress (str):

The IP address that the NAT Service should use on the virtual network.

udpTimeout (int):

The time allotted for UDP packets.

portForward ([vim.host.NatService.PortForwardSpecification], optional):

The port forwarding specifications to allow network connections to be initiated from outside the firewall.

nameService (vim.host.NatService.NameServiceSpec, optional):

The configuration of naming services. These parameters are specific to Windows.