Iproutesummary, Iprouteinfo, Iproutesummarysimplefilter – Brocade Virtual ADX XML API Programmer’s Guide (Supporting ADX v03.1.00) User Manual

Page 275

Advertising
background image

Brocade Virtual ADX XML API Programmer’s Guide

265

53-1003248-01

Data structures

4

IPRouteInfo

This structure is a high-level description of IP route information.

IPRouteSummary

This structure is a high-level description of an IP route summary.

IPRouteSummarySimpleFilter

This structure is a high-level description of a IP Route summary simple filter.

TABLE 656

Attributes

Name

Type

Presence Rules

Description

destination

string

Optional

The destination network of the route.

networkMask string

Optional

The network mask of the destination address.

gateway

string

Optional

The next-hop router.

port

string

Optional

The port through which this router sends packets
to reach the route's destination.

cost

unsignedInt

Optional

The cost of the route.

routerType

string

Optional

The route type.

TABLE 657

Attributes

Members

Type

Presence

Rules

Description

IPAddress

string

Mandatory

IPv4 or IPv6

maskAddressOrM
askBit

string

Mandatory

NextHop/Gateway IPv4 or IPv6

nextHopAddress

string

cost

string

Optional

Cost

protocolType

ipRouteTypeEnum

Mandatory

The protocol type

TABLE 658

Attributes

Parameters

Type

Presence

Rules

Description

field

IPRouteSummaryFilter

Mandatory

Filter field name.

operator

filterOperatorEnum

Mandatory

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
“operator” value is “RANGE”.

Start value in a range.

endValue

string

Optional

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

End value in a range.

Advertising