(Supporting ADX v03.1.00) Owner's manual
Table Of Contents
- Contents
- Preface
- Introduction to the Brocade Virtual ADX Web Interface
- Navigating the Web Interface
- Navigating the Dashboard
- Configuration Overview
- System Settings
- Network Settings
- Traffic Settings
- GSLB Settings
- Security Settings
- Monitoring Overview
- Viewing System Information
- Viewing Network Status
- Viewing Traffic Statistics
- Viewing Security Statistics
- Maintenance Overview
- Managing Software Images
- Restarting the System
- License Management
- Packet Capture
- Accessing the CLI
- Retrieving System Information for Technical Support
- Troubleshooting
- Config Template XML Schema
- Managing Config Templates through the CLI

Brocade Virtual ADX Graphical User Interface Guide 265
53-1003242-01
XML schema element reference
B
variable.dataType enumerated
string
The variable data type:
• "xxxList" types are
comma-separated strings
• "xxxNonBlank" types do not
allow empty strings
• "predictor" is an enumerated
predictor type
• "portOrProtocol" is either a
well-known port or valid
protocol number.
See
“templateVariableDataTypeEnum”
in the Brocade Virtual ADX XML
Programmer’s Guide.
• boolean
• string
• stringNoWhiteSpace
• stringList
• ipAddress
• ipAddressNonBlank
• ipAddressSubnet
• ipAddressSubnetNonBlank
• ipAddressList
• ipAddressAndPort
• macAddress
• macAddressNonBlank
• integer
• integerNonZero
• predictor
• portOrProtocol
variable.screenPositionIndex integer The recommended position in a
User Interface layout
1 to 100. This hint is advisory; clients
are advised to use it but may not,
optional
variable.shortPrompt string The prompting text for user input This hint is advisory; clients are
advised to use it but may not; optional
variable.longHelpText string The longer help text for user input This hint is advisory; clients are
advised to use it but may not; optional
variable.defaultValue string The default value of the variable If this variable is needed by any other
element and the default is empty,
then the template is considered "raw"
(not ready to execute for lack of input
data); optional
variable.visual boolean If "true", the variable should be
presented to users for input
If not included, the default is true;
optional
variable.allowBlank boolean If "true", the variable can have no
value
If not included, the default is false;
any template element using a blank
variable must be able to allow a blank
value and the template developer is
responsible to insure this; optional
variable.autoIncrement boolean if "true", the variable increments
when used in a "repeater”
If not included, the default is false;
numbers increment numerically, IP
addresses increment their last
address digit, strings have an
increasing number appended to them;
optional
variable.includeConditionally container Indicates the variable should only
be shown to users for input under
certain limited conditions
Sub-element "variableName" refers to
another variable, which must be
boolean; if the other referenced
variable is "true", then this variable
should be shown visually for user
input; optional
TABLE 88 Variable schema elements (Continued)
Element Type Description Rules / Notes