DhcpFilter (type)

{
  "id": "DhcpFilter", 
  "module_id": "SwitchSecuritySwitchingProfile", 
  "properties": {
    "client_block_enabled": {
      "readonly": false, 
      "required": true, 
      "title": "Indicates whether DHCP client blocking is enabled", 
      "type": "boolean"
    }, 
    "server_block_enabled": {
      "readonly": false, 
      "required": true, 
      "title": "Indicates whether DHCP server blocking is enabled", 
      "type": "boolean"
    }, 
    "v6_client_block_enabled": {
      "default": false, 
      "readonly": false, 
      "required": false, 
      "title": "Indiactes whether DHCP v6 client blocking is enabled", 
      "type": "boolean"
    }, 
    "v6_server_block_enabled": {
      "default": false, 
      "readonly": false, 
      "required": false, 
      "title": "Indiactes whether DHCP V6 server blocking is enabled", 
      "type": "boolean"
    }
  }, 
  "title": "DHCP filtering configuration", 
  "type": "object"
}