Brocade Virtual ADX Graphical User Interface Guide (Supporting ADX v03.1.00) User Manual

Page 279

Advertising
background image

Brocade Virtual ADX Graphical User Interface Guide

267

53-1003242-01

XML schema element reference

B

Example XML content: Variable schema elements

<ADXTemplate xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance

xsi:noNamespaceSchemaLocation="ADXTemplate.xsd">

<variables>

<variable>

<variableName>VS_IPADDRESS</variableName>

<dataType>ipAddress</dataType>

<screenPositionIndex>1</screenPositionIndex>

<shortPrompt>IP Address of the Virtual Server</shortPrompt>

<longHelpText>Enter the IP Address where the Virtual Server is to be

found</longHelpText>

<defaultValue>10.100.0.20</defaultValue>

<visual>true</visual>

</variable>

<variable>

<variableName>SERVER_ID</variableName>

<dataType>integerNonZero</dataType>

<screenPositionIndex>2</screenPositionIndex>

<shortPrompt>First Server ID number</shortPrompt>

<longHelpText>All subsequent Server IDs will be incremented from this

one.</longHelpText>

<defaultValue>1201</defaultValue>

<autoIncrement>true</autoIncrement>

<visual>true</visual>

</variable>

<variable>

<variableName>INCLUDE_CSW</variableName>

<dataType>boolean</dataType>

<screenPositionIndex>3</screenPositionIndex>

<shortPrompt>Include CSW configuration?</shortPrompt>

<longHelpText>Should CSW configuration be included? </longHelpText>

<defaultValue>true</defaultValue>

<visual>true</visual>

</variable>

<variableGroup list="true">

<title>Real Servers</title>

<screenPositionIndex>4</screenPositionIndex>

<variable>

<variableName>RS_NAMES</variableName>

<dataType>stringList</dataType>

<shortPrompt>Enter the Real Server name</shortPrompt>

<defaultValue>rs1, rs2, rs3</defaultValue>

<visual>true</visual>

</variable>

<variable>

<variableName>RS_IPS</variableName>

<dataType>ipAddressList</dataType>

<shortPrompt>Enter the Real Server IP</shortPrompt>

<defaultValue>10.100.0.2, 10.100.0.22, 10.100.0.23</defaultValue>

<visual>true</visual>

</variable>

</variableGroup>

</variables>

</ADXTemplate>

Advertising