InterfaceIgmpLocalGroupConfig (type)

{
  "additionalProperties": false, 
  "description": "Interface IGMP[Internet Group Management Protocol] configuration parameters.", 
  "id": "InterfaceIgmpLocalGroupConfig", 
  "module_id": "LogicalRouterPorts", 
  "properties": {
    "igmp_local_join_groups": {
      "description": "IGMP join group manages the membership of hosts and routing devices in the multicast group. Host will join the group by conveying its information through IGMP.", 
      "items": {
        "$ref": "IPAddress
      }, 
      "required": false, 
      "title": "List of local IGMP groups", 
      "type": "array"
    }
  }, 
  "title": "Interface Igmp configuration", 
  "type": "object"
}