Brocade Communications Systems IP250 Network Hardware User Manual


  Open as PDF
of 1753
 
1398 Brocade Network Advisor IP User Manual
53-1003056-01
Database tables and fields
I
PROVIDER_GROUP The Group to which the Provider belong to.
Similar providers will have same group name.
varchar 128
PROVIDER_ORDER The order of execution passed to the Job
Executor framework. Provider belong to same
group will have different order number.
Default: 0
int
TABLE 81 DASHBOARD_WIDGET
Field Definition Format Size
ID ID of the dashboard widget. Auto
incremented.
int
TITLE Name of the dashboard widget. varchar 255
DESCRIPTION Description of the dashboard widget. varchar 512
EDITABLE Indicates whether the widget attributes are
editable. 0 - Not Editable, 1 - Editable.
smalint
CATEGORY Dashboard widget category. Used for
categorizing the widgets based on the type.
Possible values are 1 - General, 2 -
Performance, 3 - Starlifter (future).
int
PROVIDER_CLASS_NAME Provides the mapping between widget and
the summary provider. Fully qualified class
name of the summary provider
implementation for the widget. The class
should implement SummaryProvider
interface.
varchar 128
UI_PANEL_CLASS_NAME Provides the mapping between widget and UI
panel. Fully qualified class name of the
dashboard widget user interface class. The
class should extend from AbstractGadget.
varchar 128
SUMMARY_CLASS_NAME Provides the mapping between widget and
the summary. Fully qualified class name of
the summary implementation for the widget.
The class should implement Summary
interface.
varchar 128
time_scope_supported References the ID column of the
DASHBOARD_PROVIDER table. Provides the
mapping between widget and the summary
provider. Fully qualified class name of the
summary provider implementation for the
widget. The class should implement
SummaryProvider interface.
int
network_scope_supported Indicates whether the widget supports Time
Scope. 0 - Not Supported 1 - Supported 2 -
Partial'
int
TABLE 80 DASHBOARD_PROVIDER
Field Definition Format Size