Enumerations, Staticprefix, Activerttselectionenum – Brocade Virtual ADX XML API Programmer’s Guide (Supporting ADX v03.1.00) User Manual

Page 731: Dnsreturncodeenum

Advertising
background image

Brocade Virtual ADX XML API Programmer’s Guide

721

53-1003248-01

Enumerations

7

staticPrefix

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

Enumerations

activeRttSelectionEnum

These are the enumerations for types of active RTT selections.

dnsReturnCodeEnum

These are the enumerations for DNS return codes.

cacheInterval

unsignedInt

Optional

Valid range is from 10
to 1000000 seconds.
Default value is 120
seconds.

Duration to age out client
prefixes in cache.

cachePrefixLength

unsignedInt

Optional

Valid length is from
range 1 to 31. Default
value is 20.

Prefix length at which to
aggregate measured RTT
in cache.

explorePercentage

unsignedInt

Optional

Value is a percentage.
Valid range is from 0 to
100. Default value is 5
percentage.

Percent of time to explore
Brocade Virtual ADX
devices not currently in
RTT cache.

tolerance

unsignedInt

Optional

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

Tolerance in the RTT
difference between two
choices.

TABLE 85

staticPrefix structure

Name

Type

Presence

Rules

Description

ipAddress

string

Mandatory

Static prefix IP address.

maskLength

unsignedInt

Mandatory

Valid value range is from
1 to 31.

Static prefix subnet mask length.

TABLE 84

rttMetric structure

Name

Type

Presence

Rules

Description

TABLE 86

activeRttSelectionEnum

Parameters

Description

USE_ACTIVE_AND_PASSIVE_RTTS

Use active and passive Site ADX RTTs for GSLB selection.

USE_ACTIVE_RTTS_ONLY

Use only active Site ADX RTTs for GSLB selection.

USE_PASSIVE_RTTS_ONLY

Use only passive Site ADX RTTs for GSLB selection.

Advertising