Brocade Network Advisor SAN User Manual v12.3.0 User Manual

Page 1599

Advertising
background image

Brocade Network Advisor SAN User Manual

1547

53-1003154-01

Database tables and fields

H

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 84

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 83

DASHBOARD_PROVIDER

Field

Definition

Format

Size

Advertising