ALBL4Policies (type)

{
  "additionalProperties": false, 
  "description": "Advanced load balancer L4Policies object", 
  "id": "ALBL4Policies", 
  "module_id": "PolicyAdvancedLoadBalancer", 
  "properties": {
    "index": {
      "description": "Index of the virtual service L4 policy set.", 
      "required": true, 
      "title": "Index", 
      "type": "integer"
    }, 
    "l4_policy_set_path": {
      "description": "ID of the virtual service L4 policy set. It is a reference to an object of type L4PolicySet.", 
      "required": true, 
      "title": "L4 policy set path", 
      "type": "string"
    }
  }, 
  "title": "L4Policies", 
  "type": "object"
}