IPAddressPortPair (type)

{
  "additionalProperties": false, 
  "description": "IP Address and Port information", 
  "id": "IPAddressPortPair", 
  "module_id": "TempPolicyLoadBalancer", 
  "properties": {
    "ip_address": {
      "$ref": "IPAddress, 
      "description": "The IPAddress to be combined with Port for defining specific access point.", 
      "required": true, 
      "title": "IPAddress for IPAddressPort combination"
    }, 
    "port": {
      "description": "The port to be combined with IPAddress for defining a specific access point.", 
      "maximum": 65535, 
      "minimum": 0, 
      "title": "The port for IPAddressPort combination", 
      "type": "int"
    }
  }, 
  "title": "IP Address and Port information", 
  "type": "object"
}