HostNatServicePortForwardSpec
This data object type describes the Network Address Translation (NAT) port forwarding specification.
{
"_typeName": "string",
"type": "string",
"name": "string",
"hostPort": 0,
"guestPort": 0,
"guestIpAddress": "string"
}
Either "tcp" or "udp".
The user-defined name to identify the service being forwarded.
No white spaces are allowed in the string.
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.
The port number for the guest.
Network traffic from the host is forwarded to this port.
The IP address for the guest.
Network traffic from the host is forwarded to this IP address.