Defines the service metering configuration user interface.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| meter_gui_config_id | varchar(50) | not null | Unique identity for the meter config |
| description | varchar(128) | with null | A description of the meter config |
| method_name | varchar(64) | with null | |
| guinode_id | varchar(64) | with null | Associated GUI node used to provision the metric. |
| gui_type | varchar(20) | with null | Defines the properties of the provisioning GUI.
See "Performing Resource Assignment" for more info |
Product Name: Unicenter Service Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| meter_gui_config_id | usm_metric_category | meter_gui_config_id |