LbSnatIpElement (type)

{
  "id": "LbSnatIpElement", 
  "module_id": "LoadBalancer", 
  "properties": {
    "ip_address": {
      "$ref": "IPElement, 
      "required": true, 
      "title": "Ip address or ip range such as 1.1.1.1 or 1.1.1.101-1.1.1.160"
    }, 
    "prefix_length": {
      "description": "Subnet prefix length should be not specified if there is only one single IP address or IP range.", 
      "required": false, 
      "title": "subnet prefix length", 
      "type": "integer"
    }
  }, 
  "type": "object"
}