Data Object - HostNatServicePortForwardSpec(vim.host.NatService.PortForwardSpecification)

Property of
HostNatServiceSpec
Extends
DynamicData
Since
VI API 2.5

Data Object Description

This data object type describes the Network Address Translation (NAT) port forwarding specification.

Properties

Name Type Description
guestIpAddressxsd:string

The IP address for the guest. Network traffic from the host is forwarded to this IP address.
guestPortxsd:int

The port number for the guest. Network traffic from the host is forwarded to this port.
hostPortxsd:int

The port number on the host. Network traffic sent to the host on this TCP/UDP port is forwarded to the guest at the specified IP address and port.
namexsd:string

The user-defined name to identify the service being forwarded. No white spaces are allowed in the string.
typexsd:string

Either "tcp" or "udp".
Properties inherited from DynamicData
None

Show WSDL type definition