ALBIpAddrPort (type)

{
  "additionalProperties": false, 
  "description": "Advanced load balancer IpAddrPort object", 
  "id": "ALBIpAddrPort", 
  "module_id": "PolicyAdvancedLoadBalancer", 
  "properties": {
    "hostname": {
      "description": "Hostname of server. One of IP address or hostname should be set.", 
      "required": false, 
      "title": "Hostname", 
      "type": "string"
    }, 
    "ip": {
      "$ref": "ALBIpAddr, 
      "description": "IP Address of host. One of IP address or hostname should be set.", 
      "required": false, 
      "title": "Ip"
    }, 
    "name": {
      "description": "Name of the object.", 
      "required": false, 
      "title": "Name", 
      "type": "string"
    }, 
    "port": {
      "description": "Port number of server. Allowed values are 1-65535.", 
      "maximum": 65535, 
      "minimum": 1, 
      "required": true, 
      "title": "Port", 
      "type": "integer"
    }
  }, 
  "title": "IpAddrPort", 
  "type": "object"
}