VAppNetworkDescriptor_PortForwardingNatRule
VAppNetworkDescriptor_PortForwardingNatRule
Represents the NAT rule for port forwarding between internal IP/port and external IP/port.
JSON Example
{
"externalIpAddress": "10.71.80.255",
"externalPort": 80,
"internalIpAddress": "10.20.30.40",
"internalPort": 88,
"protocol": "TCP"
}
string
externalIpAddress
Optional
External IP address to forward to.
integer As int32 As int32
externalPort
Optional
External port to forward to.
string
internalIpAddress
Optional
Internal IP address to forward to.
integer As int32 As int32
internalPort
Optional
Internal port to forward to.
string
protocol
Optional
Protocol to forward. One of: TCP (forward TCP packets), UDP (forward UDP packets), TCP_UDP (forward TCP and UDP packets).