ALBDnsAttacks (type)

{
  "additionalProperties": false, 
  "description": "Advanced load balancer DnsAttacks object", 
  "id": "ALBDnsAttacks", 
  "module_id": "PolicyAdvancedLoadBalancer", 
  "properties": {
    "attacks": {
      "description": "Mode of dealing with the attacks - perform detection only, or detect and mitigate the attacks.", 
      "items": {
        "$ref": "ALBDnsAttack
      }, 
      "required": false, 
      "title": "Attacks", 
      "type": "array"
    }, 
    "oper_mode": {
      "$ref": "ALBOperationMode, 
      "description": "Mode of dealing with the attacks - perform detection only, or detect and mitigate the attacks. Enum options - DETECTION, MITIGATION.", 
      "required": false, 
      "title": "Oper mode"
    }
  }, 
  "title": "DnsAttacks", 
  "type": "object"
}