LbSnatAutoMap (type)

{
  "additionalProperties": false, 
  "extends": {
    "$ref": "LbSnatTranslation
  }, 
  "id": "LbSnatAutoMap", 
  "module_id": "LoadBalancer", 
  "polymorphic-type-descriptor": {
    "type-identifier": "LbSnatAutoMap"
  }, 
  "properties": {
    "port_overload": {
      "default": 32, 
      "deprecated": true, 
      "description": "Both SNAT automap and SNAT IP list modes support port overloading which allows the same SNAT IP and port to be used for multiple backend connections as long as the tuple (source IP, source port, destination IP, destination port, IP protocol) after SNAT is performed is unique. The valid number is 1, 2, 4, 8, 16, 32. This is a deprecated property. The port overload factor is fixed to 32 in load balancer engine. If it is upgraded from an old version, the value would be changed to 32 automatically.", 
      "maximum": 32, 
      "minimum": 1, 
      "required": false, 
      "title": "port overloading with same SNAT IP and port", 
      "type": "integer"
    }, 
    "type": {
      "$ref": "SnatTranslationType, 
      "required": true
    }
  }, 
  "type": "object"
}