ATM interface
| Column Name | Column Datatype | Column Null Option | Column Comment |
| uuid | byte(16) | not null | 16 byte unique identifier |
| pollset_name | varchar(30) | with null | Name of pollset; see pollset class |
| interface_no | integer | with null | Value of snmp mib ifIndex |
| ifalias | varchar(100) | with null | value of snmp mib attribute of same name |
| interface_level | integer | with null | Layering of if's in stack table - not used |
| interface_descr | varchar(30) | with null | Value of snmp mib ifDescr |
| physical_descr | varchar(30) | with null | Value of snmp mib ifDescr |
| atmtype | integer | with null | Type of atm switch: public, private, edge |
| hostname | varchar(30) | with null | The host for the agent |
| ref_wvid | varchar(255) | with null | UUID of corresponding entry in anoInterface table |
| myifname | varchar(30) | with null | Value of snmp mib ifName |
| network_address_hex | byte(4) | with null | Network address in hexadecimal |
| atm_link_uuid | byte(16) | with null | UUID of corresponding ATM_LINK object |
| link_details | varchar(255) | with null | Not used |
| nature | varchar(30) | with null | Logical or physical interface |
Product Name: Unicenter Network and System Management/Worldview
Table Type: Table