Common Discovery Reference Table of methods used by classification process
| Column Name | Column Datatype | Column Null Option | Column Comment |
| method_id | varchar(32) | not null | Generated ID of the method |
| method_name | varchar(32) | not null | Name of the method. |
| method_type | varchar(20) | not null | Type of method / protocol, such as SNMP, TELNET, HTTP, PORT, etc. |
| default_method_id | varchar(32) | with null | Method id of default method if this method is derived from another. |
| priority | integer | with null | Priority number of the method in ascending order. 1=highest |
Product Name: Asset
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| method_id | ca_dscv_method_instances | method_id |
| method_id | ca_dscv_class_method_params | method_id |