Virtual server schema elements – Brocade Virtual ADX Graphical User Interface Guide (Supporting ADX v03.1.00) User Manual

Page 292

Advertising
background image

280

Brocade Virtual ADX Graphical User Interface Guide

53-1003242-01

XML schema element reference

B

Virtual server schema elements

<repeater count="RS_NAMES">

<real>

<name variable="RS_NAMES"/>

<ip variable="RS_IPS"/>

<realPorts>

<realPort>

<port>http</port>

<serverId variable="SERVER_ID"/>

<groupIds>

<groupId >

<from>1</from><to>1</to>

</groupId >

</groupIds>

<http> <!-- http-specific settings -->

<url>HEAD /</url>

</http>

</realPort>

<realPort>

<port>ssl</port>

<serverId variable="SERVER_ID"/>

<groupIds>

<groupId >

<from>1</from><to>1</to>

</groupId >

</groupIds>

</realPort>

<realPort><port>135</port></realPort>

<realPort><port>60000</port></realPort>

<realPort><port>60001</port></realPort>

</realPorts>

</real>

</repeater>

</reals>

</slb>

</ADXTemplate>

TABLE 93

Virtual server schema elements

Element

Type

Description

Rules / Notes

ADXTemplate.slb

container

The section for SLB

Optional

slb.virtuals

container

The section for Virtual
Servers

Optional

virtuals.virtual

container

A single Virtual Server

Multiple "virtual" elements
are allowed up to 10
maximum

virtual.name

string

The Virtual Server name

42 characters maximum

virtual.name.@variable

string attribute

The name of a variable
that provides the Virtual
Server name

Must refer to an existing
variable of type "string" or
"stringNoWhiteSpace";
optional

virtual.ip

IP address

The Virtual Server IP
address

40 characters maximum,
either IPv4 or IPv6 allowed

Advertising