Brocade Network Advisor IP User Manual 1401
53-1003056-01
Database tables and fields I
SNAPSHOT_ENABLED 1 indicates that snapshot is applied to
the configuration
smallint
CLI_TEMPLATE_ID Identifies the CLI template details.
-1 if SNAPSHOT_ENABLED is False
int
SNAPSHOT_SETTING Identifies the setting type
1-Presnapshot
2-Postsnapshot
3-Pre & Post snapshot
-1 if SNAPSHOT_ENABLED is False
smallint
POST_DEPLOYMENT_DELAY Post deployment delay in seconds int
CREATED_BY User who created the configuration varchar 255
LAST_MODIFIED_BY User who last modified the configuration.
When the configuration is first created
varchar 255
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 86 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 87 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
TABLE 85 DEPLOYMENT_CONFIGURATION (Continued)
Field Definition Format Size