EdgeNatRules
EdgeNatRules
List of configured NAT Rules.
AllOf
JSON Example
{
"status": {},
"values": [
{
"id": "string",
"name": "string",
"description": "string",
"enabled": false,
"ruleType": {},
"type": "string",
"applicationPortProfile": {
"name": "string",
"id": "string"
},
"externalAddresses": "string",
"internalAddresses": "string",
"internalPort": "string",
"dnatExternalPort": "string",
"logging": false,
"systemRule": false,
"snatDestinationAddresses": "string",
"firewallMatch": "string",
"priority": 0,
"version": {
"version": 0
},
"appliedTo": {
"name": "string",
"id": "string"
}
}
]
}
Availability
Added in 33.0
Deprecated in 38.0
With alternative: see
See /cloudapi/2.0.0/edgeGateways/{gatewayId}/nat/rules. New Model is GatewayNatRules.
Returned By