Defines the element of a host. Interfaces for a network device will be represented here. Eg-- Serial1, Ethernet1 etc
| Column Name | Column Datatype | Column Null Option | Column Comment |
| host_element_id | integer | not null | Unique identity for the usm_host_element |
| element_index | integer | with null | Ordering of the host elements for a specific host. |
| type | varchar(20) | with null | |
| oid_string | varchar(64) | with null | |
| name | nvarchar(256) | with null | The name of the host element, for example interface name Serial2/0 |
| address | varchar(64) | with null | |
| host_id | integer | with null | The identity of the host. |
| capability | varchar(64) | with null |
Product Name: Unicenter Service Management
Table Type: Table