ReconfigureComputeNatSpecification

ReconfigureComputeNatSpecification
ReconfigureComputeNatSpecification

Specification for a Compute Nat Reconfigure operation for NAT rules

JSON Example
{
    "natRules": [
        {
            "ruleId": "string",
            "kind": "NAT44",
            "type": "DNAT",
            "index": 0,
            "protocol": "TCP, UDP",
            "sourceIPs": "any, 10.20.156.101",
            "sourcePorts": "any, 80, 5000-5100",
            "destinationPorts": "any, 80, 5000-5100",
            "destinationAddress": "any, 10.20.156.101",
            "targetLink": "/iaas/api/load-balancers/try6-45ef, /iaas/api/machines/ht54-a472/network-interfaces/dyd6-d67e",
            "translatedPorts": "any, 80, 5000-5100",
            "description": "string"
        }
    ]
}
array of NatRule
natRules
Required

List of NAT rules to be applied on this Compute Nat.

Parameter To