Database tables and fields

I

TABLE 85

DEPLOYMENT_CONFIGURATION (Continued)

 

 

 

 

 

 

 

Field

 

Definition

Format

Size

 

 

 

 

SNAPSHOT_ENABLED

1 indicates that snapshot is applied to

smallint

 

 

 

the configuration

 

 

 

 

 

 

CLI_TEMPLATE_ID

Identifies the CLI template details.

int

 

 

 

-1 if SNAPSHOT_ENABLED is False

 

 

 

 

 

 

SNAPSHOT_SETTING

Identifies the setting type

smallint

 

 

 

1-Presnapshot

 

 

 

 

2-Postsnapshot

 

 

 

 

3-Pre & Post snapshot

 

 

 

 

-1 if SNAPSHOT_ENABLED is False

 

 

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.

varchar

255

 

 

When the configuration is first created

 

 

 

 

 

 

MANAGEMENT_FLAG

True if deployment should be managed

smallint

 

 

 

by Deployment Manager Module and this

 

 

 

 

will be displayed in Deployment Manager

 

 

 

 

UI

 

 

 

 

 

 

 

 

DESCRIPTION

 

Used to describe the deployment

varchar

255

 

 

configuration

 

 

 

 

 

 

 

 

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

varchar

255

 

 

module. This class has to implement

 

 

 

 

<DeploymentHandler> interface

 

 

 

 

 

 

CLIENT_ACTION_HANDL

Fully qualifies module-specific client class

varchar

255

ER_CLASS

 

which implements

 

 

 

 

<DeploymentDelegateActionsHandler>

 

 

 

 

interface. Framework will delegate edit,

 

 

 

 

duplicate, delete actions to this class

 

 

 

 

 

 

 

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

Foreign Key references DEPLOYMENT_STATUS

int

 

D

 

(id). Identifies the execution cycle for the

 

 

 

 

deployment.

 

 

 

 

 

 

DEPLOYMENT_TIME

Time when this product deployment occurred.

timestamp

 

Brocade Network Advisor IP User Manual

1401

53-1003056-01

 

Page 1453
Image 1453
Brocade Communications Systems IP250 user manual Database tables and fields Deploymentconfiguration, Deploymenthandler