Programmer's Guide (Supporting ADX v03.1.00) Manual

Brocade Virtual ADX XML API Programmer’s Guide 111
53-1003248-01
Data structures
3
SnmpAccessPortStatus
This structure is a high-level description of SNMP access status of Ethernet ports.
SnmpClient
This structure is a high-level description of SNMP IPv4/IPv6 client.
SnmpClientFilter
This structure is a filter which consist of a simple SNMP client filter and can also add other complex
types later.
SnmpClientSimpleFilter
This structure is a high-level description of filter for SNMP clients.
TABLE 271 Attributes
Parame
ters
Type Presence Rules Description
port InterfaceID Mandatory Ethernet port number.
status twoWayToggleEnum Mandatory Specifies whether ENABLED or DISABLED.
TABLE 272 Attributes
Parameters Type Presence Rules Description
clientIP string Mandatory Specifies the IPv4/IPv6 address.
ipVersion ipVersionEnum
TABLE 273 Attributes
Parameters Type Presence Rules Description
simpleFilter SnmpClientSimpleFilter Optional Specifies the SNMP client filter data.
TABLE 274 Attributes
Parameters Type Presence Rules Description
field snmpClientFilterFieldEnum Mandatory Filter field name.
operator filterOperatorEnum Mandatory Filter operator type.
value string Optional Ignored when
“operator” value is
“RANGE”.
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.