Connloadimetric, Flashbackmetric, Geographicprefix – Brocade Virtual ADX XML API Programmer’s Guide (Supporting ADX v03.1.00) User Manual

Page 709

Advertising
background image

Brocade Virtual ADX XML API Programmer’s Guide

699

53-1003248-01

Data Structures

7

connLoadIMetric

This structure is the high-level description of connection load metric in GSLB policy.

flashbackMetric

This structure is the high-level description of flashback metric in GSLB policy.

geographicPrefix

This structure is the high-level description of geographic prefix in GSLB policy.

TABLE 45

connLoadMetric structure

Name

Type

Presence

Rules

Description

limit

unsignedInt

Optional

Default value is 0.
Mandatory when value
of “Metric” is set to
“TRUE”

Load limit threshold (Connections per
second).

intervals

connLoadInterval

Optional

Connection load interval.

weightList

unsignedInt[]

Optional

Default value is 1.

Load calculating formula weights
(Weight per interval).

TABLE 46

flashbackMetric structure

Name

Type

Presence

Rules

Description

metric

boolean

Optional

Default value is
"FALSE".

Enable or disable flashback
metric.

appLevelDelayTolerance

unsignedInt

Optional

Value is in percentage.
Valid range is from
range 0 to 100.
Default value is 10
percent.

Application-level flashback
delay parameter.

tcpLevelDelayTolerance

unsignedInt

Optional

Value is in percentage.
Valid range is from
range 0 to 100.
Default value is 10
percent.

TCP-level flashback delay
parameter.

TABLE 47

geographicPrefix structure

Name

Type

Presence

Rules

Description

prefixIP

string

Optional

Must be a valid IPv4 or
IPv6 address. “0.0.0.0”
is an invalid value.

Geographic prefix.

prefixLength unsignedInt

Optional

Valid value is in the
range 1 to 31 for IPv4 or
1 to 128 for IPv6.

The length of the prefix.

subnetMask

string

Optional

The IP subnet mask.

Region

geographicLocationEnum

Optional

Geographic region for the
prefix.

Advertising