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

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.