Virtualserversummary, Virtualserverstatussimplefilter – Brocade Virtual ADX XML API Programmer’s Guide (Supporting ADX v03.1.00) User Manual

Page 538

Advertising
background image

528

Brocade Virtual ADX XML API Programmer’s Guide

53-1003248-01

Data structures

5

VirtualServerStatusSimpleFilter

This structure is the high-level description of a simple filter for the virtual server status.

VirtualServerSummary

This structure captures the details of the virtual server summary.

TABLE 492

Attributes

Name

Type

Presence

Rules

Description

field

virtualServerStatusFilterFieldEnum

Mandatory

The filter field name.

operator

filterOperatorEnum

Mandatory

The filter operator type.

value

string

Optional

Ignored when the
operator value is
RANGE.

The value of the field for
filtering.

startValue string

Optional

This parameter is
mandatory and
considered only
when the operator
value is RANGE.

The start value in a range.

endValue

string

Optional

This parameter is
mandatory and
considered only
when the operator
value is RANGE.

The end value in a range.

TABLE 493

Attributes

Name

Type

Presence

Rules

Description

server

Server

Optional

Name of real server

adminState

twoWayToggleEnum

Optional

The value
can be one
of the
following:
• Enable
• Disable

The administrative state of the
virtual server.

runTimeState

rhiStatusEnum

Optional

The runtime state of the virtual
server whether it is up or down.

predictor

predictorEnum

Optional

Virtual server predictor method.

currentConnections unsignedInt

Optional

Total connection through the virtual
server.

totalConn

unsignedInt

Optional

The number of client connections on
the server since the Brocade Virtual
ADX device was last booted.

peakConnections

unsignedInt

Optional

The highest number of connections
the VIP has had at the same time.

rcvPkts

unsignedInt

Optional

The number of packets the Brocade
Virtual ADX has received from the
virtual server.

Advertising