Brocade Network Advisor IP User Manual v12.3.0 User Manual
Page 1763
Brocade Network Advisor IP User Manual
1711
53-1003153-01
Database tables and fields
I
TABLE 436
USER_DEFINED_DEVICE_DETAIL
Field
Definition
Format
Size
WWN
WWN of the device.
char
23
NAME
'Name of the device which is updated by the user.
varchar
256
TYPE
Type of the device (Initiator or Target.
varchar
32
IP_ADDRESS
IP address of the device which is updated by the
user.
varchar
63
CONTACT
Contact detail of the device which is updated by the
user.
varchar
256
LOCATION
Location of the device which is updated by the user.
varchar
256
DESCRIPTION
Description of the device which is updated by user.
varchar
256
USER_DEFINED_VALUE1
Value of the user defined property 1.
varchar
256
USER_DEFINED_VALUE2
Value of the user defined property 2.
varchar
256
USER_DEFINED_VALUE3
Value of the user defined property 3.
varchar
256
TABLE 437
USERDEFINED_NETWORK_SCOPE
Field
Definition
Format
Size
ID
Unique generated database identifier.
int
NAME
Name of the Scope
varchar
128
USER_ID
Foreign Key USER_.ID. ID of the user who created the
Custom Dashboard.
int
TABLE 438
USERDEFINED_NETWORK_SCOPE_MEMBERSHIP
Field
Definition
Format
Size
ID
Unique generated database identifier.
int
SCOPE_ID
Foreign Key USERDEFINED_NETWORK_SCOPE.ID. The
ID of the user defined network scope to which this
membership belongs.
int
FABRIC_ID
Foreign Key FABRIC.ID. The ID of the fabric in the
membership. This can be null if user does not include
Fabric in his custom membership.
int
PRODUCT_ME_ID
Foreign Key MANAGED_ELEMENT.ID. The ME ID of the
device in the membership. This can be null if user does
not include Switch in his custom membership.
int
SWITCH_PORT_ID
Foreign Key SWITCH_PORT.ID. The ID of the switch Port
in the membership. This can be null if user does not
include Switch Port in his custom membership.
int
INTERFACE_ID
Foreign Key INTERFACE. INTERFACE_ID. The ID of the
Interface in the membership. This can be null if user
does not include Interface in his custom membership.
int
DEVICE_PORT_ID
Foreign Key DEVICE_PORT.ID. The ID of the Device Port
in the membership. This can be null if user does not
include Device Port in his custom membership.
int