VAppNetworkDescriptor_GatewayNatRule

VAppNetworkDescriptor_GatewayNatRule
VAppNetworkDescriptor_GatewayNatRule

Represents the SNAT and DNAT rules.

JSON Example
{
    "icmpSubType": "any",
    "originalIp": "10.20.30.40",
    "originalPort": "\"80\"",
    "protocol": "TCP",
    "translatedIp": "11.22.33.44",
    "translatedPort": "\"88\""
}
string
icmpSubType
Optional

ICMP subtype. One of: address-mask-request, address-mask-reply, destination-unreachable, echo-request, echo-reply, parameter-problem, redirect, router-advertisement, router-solicitation, source-quench, time-exceeded, timestamp-request, timestamp-reply, any.

string
originalIp
Optional

Original IP for rule.

string
originalPort
Optional

Original port for rule.

string
protocol
Optional

Protocol for rule.

string
translatedIp
Optional

Translated IP for rule.

string
translatedPort
Optional

Translated port for rule.