nat

nat
nat

NAT configuration

JSON Example
{
    "rules": {
        "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
            }
        ]
    },
    "featureType": "string",
    "version": 0,
    "enabled": false,
    "template": "string"
}
rules
Optional

Ordered list of NAT rules.

string
featureType
Optional

featureType

integer As int64 As int64
version
Optional

Version number tracking each configuration change. To avoid problems with overwriting changes, always retrieve and modify the latest configuration to include the current version number in your request. If you provide a version number which is not current, the request is rejected. If you omit the version number, the request is accepted but may overwrite any current changes if your change is not in sync with the latest change.

boolean
enabled
Optional

Value is true if feature is enabled. Default value is true. Optional.

string
template
Optional

template