ALBL4Rule (type)

{
  "additionalProperties": false, 
  "description": "Advanced load balancer L4Rule object", 
  "id": "ALBL4Rule", 
  "module_id": "PolicyAdvancedLoadBalancer", 
  "properties": {
    "action": {
      "$ref": "ALBL4RuleAction, 
      "description": "Action to be performed upon successful rule match.", 
      "required": false, 
      "title": "Action"
    }, 
    "enable": {
      "default": true, 
      "description": "Enable or disable the rule. Default value when not specified in API or module is interpreted by ALB Controller as true.", 
      "required": false, 
      "title": "Enable", 
      "type": "boolean"
    }, 
    "index": {
      "description": "Index of the rule.", 
      "required": true, 
      "title": "Index", 
      "type": "integer"
    }, 
    "match": {
      "$ref": "ALBL4RuleMatchTarget, 
      "description": "Match criteria of the rule.", 
      "required": false, 
      "title": "Match"
    }, 
    "name": {
      "description": "Name of the rule.", 
      "required": true, 
      "title": "Name", 
      "type": "string"
    }
  }, 
  "title": "L4Rule", 
  "type": "object"
}