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"
    }, 
    "hello_interval": {
      "default": 30, 
      "description": "PIM hello interval. Ranges from 1 to 180 seconds.", 
      "maximum": 180, 
      "minimum": 1, 
      "required": false, 
      "title": "PIM hello interval", 
      "type": "integer"
    }, 
    "hold_interval": {
      "description": "PIM hold interval. Ranges from 1 to 630 seconds. hold_interval should be greater than hello_interval. If hold interval is not provided then it will be considered as 3.5 times of hello_interval.", 
      "maximum": 630, 
      "minimum": 1, 
      "required": false, 
      "title": "PIM hold interval", 
      "type": "integer"
    }
  }, 
  "title": "Interface PIM configuration", 
  "type": "object"
}