Update Orgs.sddcs.networks.edges.nat.config
Modify NAT configuration for a management or compute gateway (NSX Edge).
Organization identifier.
Sddc Identifier.
Edge Identifier.
{
"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"
}
featureType
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.
Value is true if feature is enabled. Default value is true. Optional.
template
No Content
Bad request. Request object passed is invalid.
Forbidden. Authorization header not provided.
Not found. Requested object not found.