Brocade Network Advisor SAN User Manual v12.0.0 (53-1002696-01, April 2013)

1180 Brocade Network Advisor SAN User Manual
53-1002696-01
Database tables and fields
H
MANAGEMENT_FLAG True if deployment should be managed
by Deployment Manager Module and this
will be displayed in Deployment Manager
UI
smallint
DESCRIPTION Used to describe the deployment
configuration
varchar 255
TABLE 72 DEPLOYMENT_HANDLER
Field Definition Format Size
ID Unique generated database identifier. serial
MODULE Identifies the unique deployment module varchar 64
SUB_MODULE Identifies sub-module varchar 64
MODULE_DISPLAYNAME Display text for module name. varchar 128
HANDLER_CLASS Fully qualifies name of handler class for the
module. This class has to implement
<DeploymentHandler> interface
varchar 255
CLIENT_ACTION_HANDL
ER_CLASS
Fully qualifies module-specific client class
which implements
<DeploymentDelegateActionsHandler>
interface. Framework will delegate edit,
duplicate, delete actions to this class
varchar 255
PRIVILEGE_ID Comma separated privilege IDs varchar 64
TABLE 73 DEPLOYMENT_PRODUCT_STATUS
Field Definition Format Size
ID Unique generated database identifier. serial
DEPLOYMENT_STATUS_I
D
Foreign Key references DEPLOYMENT_STATUS
(id). Identifies the execution cycle for the
deployment.
int
DEPLOYMENT_TIME Time when this product deployment occurred. timestamp
PRODUCT_ID This record will be per product. Hence this will
have the id of the product.
int
PRODUCT_TYPE_ID Foreign Key references TARGET_TYPE(id). This
identifies the PRODUCT_ID. (Whether it is
switch, device, etc).
int
STATUS Indicated the product deployment status
1-Aborted
2-Succesful
3-Partial Failure
4-Failed
smallint
MESSAGE Message to be displayed in the report. txt
ERROR_CODE Error code, can be used for i18n int
TABLE 71 DEPLOYMENT_CONFIGURATION (Continued)
Field Definition Format Size