PrefixConfig (type)

{
  "additionalProperties": false, 
  "id": "PrefixConfig", 
  "module_id": "Routing", 
  "properties": {
    "action": {
      "$ref": "RoutingFilterAction, 
      "required": true, 
      "title": "Action for the IPPrefix"
    }, 
    "ge": {
      "maximum": 128, 
      "minimum": 1, 
      "required": false, 
      "title": "Greater than or equal to", 
      "type": "integer"
    }, 
    "le": {
      "maximum": 128, 
      "minimum": 1, 
      "required": false, 
      "title": "Less than or equal to", 
      "type": "integer"
    }, 
    "network": {
      "$ref": "IPCIDRBlock, 
      "description": "If absent, the action applies to all addresses.", 
      "required": false, 
      "title": "CIDR"
    }
  }, 
  "type": "object"
}