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

Brocade Virtual ADX XML API Programmer’s Guide 655
53-1003248-01
Data structures
6
AclEntry
This structure is a high-level description of the ACL entry.
AclSummary
This structure is a high-level description of the Access Control List summary.
TABLE 247 Attributes
Name Type Presence Rules Description
standard AclStandardEntry Optional Either the standard or
extended parameters
must be present. Both
cannot be present.
A standard ACL entry.
extended AclExtendedEntry Optional Either the standard or
extended parameters
must be present. Both
cannot be present.
An extended ACL entry.
TABLE 248 Attributes
Name Type Presence Rules Description
type aclTypeEnum ACL type
aclIDOrName string Optional Specifies the ACL number or
name.
action aclActionEnum Optional Specifies the ACL action - permit
or deny.
anySourceHost boolean Optional Either the
anySourceHost or
sourceHost
parameter must be
present. Both
cannot be present.
Specifies the match on all source
host addresses.
sourceHost AclHost Optional Either the
anySourceHost or
sourceHost
parameters must be
present. Both
cannot be present.
The ACL source host details.
anyDestinationHost boolean Optional Either the
anyDestinationHost
or the
destinationHost
parameters must be
present. Both
cannot be present.
Specifies the match on all
destination host addresses.