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

Brocade Virtual ADX Graphical User Interface Guide
279
53-1003242-01
XML schema element reference
B
Example XML content: Real server schema elements
groupId.to.@variable
string attribute
The name of a variable that
provides an ending group ID
Must refer to an existing
variable of type "integer" or
"integerNonZero" whose
value is 0 to 1023; "to" must
not be less than "from";
optional
realPort.http
container
HTTP-specific settings for the
port
Used only if the port is "http",
"ssl" or a port number, but
not for any other named port
but not for any other named
port
http.url
string
HTTP-specific URL for the
port
reals.repeater
container
A repeater used for creating
multiple Real Servers
Multiple "repeater" elements
are allowed up to
4 maximum
repeater.@count
string attribute
The name of a variable that
provides the repeater count
The variable must either
have a number or a list that
can be tallied; mandatory
repeater.real
container
A single Real Server within
the repeater;
refer to the Real Server
details above
multiple "real" elements are
allowed up to 16 maximum
TABLE 92
Real server schema elements (Continued)
Element
Type
Description
Rules / Notes
<ADXTemplate xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance
xsi:noNamespaceSchemaLocation="ADXTemplate.xsd">
<slb>
<reals>
<real>
<name>rs-A1</name>
<ip>1.1.1.1</ip>
<realPorts>
<realPort>
<port>dns</port>
<serverId>1199</serverId>
<groupIds>
<groupId >
<from>1111</from>
<to>1150</to>
</groupId >
</groupIds>
</realPort>
</realPorts>
</real>
<real>
<name>rs-A2</name>
<ip>2.2.2.2</ip>
</real>