NatRule
NAT Rule
{
"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"
}
Unique ID of the NAT Rule
Kind of NAT: NAT44/NAT64/NAT66. Only NAT44 is supported currently and it is the default value
Type of the NAT rule. Only DNAT is supported currently.
Index in which the rule must be applied
The protocol of the incoming requests. Default is TCP.
The IP of the external source. Default is any
Ports from where the request is originating. Default is any
The edge gateway port. Default is any
The external IP address of the outbound or routed network
A links to target load balancer or a machine's network interface where the request will be forwarded.
The machine port where the request will be forwarded. Default is any
Description of the NAT rule.