Switch management module table
| Column Name | Column Datatype | Column Null Option | Column Comment |
| uuid | byte(16) | not null | Unique identifier of this object |
| name | varchar(200) | not null | Name of the module |
| description | varchar(255) | with null | The description of the module from the MIB - usually empty. |
| module_index | integer | not null | The unique module number for this device |
| module_serial | varchar(50) | with null | The serial number of the module if present in the MIB |
| parent_uuid | byte(16) | not null | The uuid of the Switch object in the repository that this module is from |
| is_router_module | integer1 | with null | TRUE if this is a module for a routing interfaces |
Product Name: Unicenter Network and System Management/Worldview
Table Type: Table