The device type supported. This table is used to map many different aspects of the product together (firmware management, configuration templates, etc
| Column Name | Column Datatype | Column Null Option | Column Comment |
| model_uuid | byte(16) | not null | A unique id for the device type |
| parent_model_uuid | byte(16) | with null | A unique id for the device type |
| model_name | varchar(255) | not null | The name of the device |
| nsm_class_name | varchar(255) | not null | The name of the associated class in NSM WV Repository |
| model_version | varchar(255) | not null | A version number for the model |
| device_type_id | integer | with null | device_type e.g. access_point wireless switch sensor |
| parent_class | varchar(255) | with null | |
| is_abstract | integer | with null | Defines where class is abstract or not 0 = false 1= true |
| updatewv | integer | not null | Determines whether devices of this model type will be updated in wv |
| description | nvarchar(1024) | with null | A description of the model |
| manufacturer_uuid | byte(16) | with null |
Product Name: Unicenter Wireless Site Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| model_uuid | wsm_model | parent_model_uuid |
| model_uuid | wsm_link_model_to_template | model_uuid |
| model_uuid | wsm_link_model_method_tmplate | model_uuid |
| model_uuid | wsm_link_firmware_def_to_model | model_uuid |
| model_uuid | wsm_link_attribdef_to_model | model_uuid |
| model_uuid | wsm_device | model_uuid |