Acltrafficfilter, Acltraffic, Acltrafficsimplefilter – Brocade Virtual ADX XML API Programmer’s Guide (Supporting ADX v03.1.00) User Manual

Page 667

Advertising
background image

Brocade Virtual ADX XML API Programmer’s Guide

657

53-1003248-01

Data structures

6

AclTraffic

This structure is a high-level description of Access Control list traffic information.

AclTrafficFilter

This structure is a high-level description of filter for the Access Control list traffic information.

AclTrafficSimpleFilter

This structure is a high-level description of simple filter for the Access Control list traffic
information.

TABLE 251

Attributes

Name

Type

Presence

Rules

Description

protocol

IpProtocol

Optional

The IP protocol (well known
name or protocol number).

inboundPacketsReceivedCount

unsignedInt

Optional

The inbound packets received.

outboundPacketsReceivedCount

unsignedInt

Optional

The outbound packets received.

inboundPacketsPermittedCount

unsignedInt

Optional

The inbound packets permitted.

outboundPacketsPermittedCount

unsignedInt

Optional

The outbound packets permitted.

inboundPacketsDeniedCount

unsignedInt

Optional

The inbound packets denied.

outboundPacketsDeniedCount

unsignedInt

Optional

The outbound packets denied.

TABLE 252

Attributes

Name

Type

Presence

Rules

Description

simpleFilter

AclTrafficSimpleFilter

Mandatory

The filter field name.

TABLE 253

Attributes

Name

Type

Presence

Rules

Description

field

aclSummaryFilterFieldEnum

Mandatory

The filter field name.

operator

filterOperatorEnum

Mandatory

The filter operator type.

value

String

Optional

Ignored when the
value of the
operator
parameter is
RANGE.

Value of the field for filtering.

startValue

String

Mandatory

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

The start value in a range.

endValue

String

Mandatory

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

The end value in a range.

Advertising