This table will hold a list of all of the WMI Classes that were found on a particular WMI gateway the last name a class query was made. Keeping a list of these classes allows us to have a cache so that we do not need to connect to the gateway each time we set-up a WMI Metric Instance. This also makes it easier to use filter the list of classes in the GUI by searching for certain strings in their names.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| server_id | integer | not null | Unique identifier for one slm server |
| class_name | varchar(255) | not null | WMI class name |
Product Name: Unicenter Service Management
Table Type: Table