ALBPortRange (type)

{
  "additionalProperties": false, 
  "description": "Advanced load balancer PortRange object", 
  "id": "ALBPortRange", 
  "module_id": "PolicyAdvancedLoadBalancer", 
  "properties": {
    "end": {
      "description": "TCP/UDP port range end (inclusive). Allowed values are 1-65535.", 
      "maximum": 65535, 
      "minimum": 1, 
      "required": true, 
      "title": "End", 
      "type": "integer"
    }, 
    "start": {
      "description": "TCP/UDP port range start (inclusive). Allowed values are 1-65535.", 
      "maximum": 65535, 
      "minimum": 1, 
      "required": true, 
      "title": "Start", 
      "type": "integer"
    }
  }, 
  "title": "PortRange", 
  "type": "object"
}