InterfacePimConfig (type)

{
  "additionalProperties": false, 
  "description": "Interface PIM[Protocol Independent Multicast] configuration parameters.", 
  "id": "InterfacePimConfig", 
  "module_id": "LogicalRouterPorts", 
  "properties": {
    "enabled": {
      "default": false, 
      "description": "If the flag is set to true - it will enable PIM on the uplink interface. If the flag is set to false - it will disable PIM on the uplink interface.", 
      "required": false, 
      "title": "Flag to enable/disable PIM", 
      "type": "boolean"
    }
  }, 
  "title": "Interface PIM configuration", 
  "type": "object"
}