BgpRouteLeaking (type)

{
  "additionalProperties": false, 
  "id": "BgpRouteLeaking", 
  "module_id": "PolicyConnectivity", 
  "properties": {
    "address_family": {
      "description": "Address family type. Assumed IPv4 address family when not specified.", 
      "enum": [
        "IPV4", 
        "IPV6"
      ], 
      "title": "Address family type", 
      "type": "string"
    }, 
    "in_filter": {
      "description": "Specify path of route map to filter routes for IN direction. If not specified then all exported routes from peer attachment will be imported.", 
      "items": {
        "type": "string"
      }, 
      "maxItems": 1, 
      "required": false, 
      "title": "route map path for IN direction", 
      "type": "array"
    }, 
    "out_filter": {
      "description": "Specify path of route map to filter routes for OUT direction. If not specified then all redistribute routes will be exported.", 
      "items": {
        "type": "string"
      }, 
      "maxItems": 1, 
      "required": false, 
      "title": "route map path for OUT direction", 
      "type": "array"
    }
  }, 
  "title": "BGP route leaking in each direction", 
  "type": "object"
}