natRules

natRules
natRules

Ordered list of NAT rules.

JSON Example
{
    "natRulesDtos": [
        {
            "vnic": "string",
            "ruleType": "string",
            "protocol": "string",
            "description": "string",
            "ruleId": 0,
            "snatMatchDestinationPort": "string",
            "originalAddress": "string",
            "dnatMatchSourceAddress": "string",
            "dnatMatchSourcePort": "string",
            "snatMatchDestinationAddress": "string",
            "originalPort": "string",
            "loggingEnabled": false,
            "translatedAddress": "string",
            "enabled": false,
            "icmpType": "string",
            "translatedPort": "string",
            "action": "string",
            "ruleTag": 0
        }
    ]
}
array of nsxnatrule
natRulesDtos
Optional

Ordered list of NAT rules.