| statnssimpleaclResult Structure Definition |
The statnssimpleaclResult structure defines the return type for statnssimpleacl API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
nssimpleaclList |
Pointer to the nssimpleacl List. |
| nssimpleaclstats Structure Definition |
The nssimpleaclstats structure defines the actual return type values for statnssimpleacl API. |
Syntax |
Members |
clearstats |
Clear the statsistics / counters |
_nextgenapiresource |
sacltothits |
Packets matching a SimpleACL. |
saclhitsrate |
Packets matching a SimpleACL. |
sacltotmisses |
Packets not matching any SimpleACL. |
saclmissesrate |
Packets not matching any SimpleACL. |
saclscount |
Number of SimpleACLs configured. |
sacltotpktsallowed |
Total packets that matched a SimpleACL with action ALLOW and got consumed by Citrix ADC. |
saclpktsallowedrate |
Rate packets that matched a SimpleACL with action ALLOW and got consumed by Citrix ADC. |
sacltotpktsbridged |
Total packets that matched a SimpleACL with action BRIDGE and got bridged by Citrix ADC. |
saclpktsbridgedrate |
Rate packets that matched a SimpleACL with action BRIDGE and got bridged by Citrix ADC. |
sacltotpktsdenied |
Packets dropped because they match SimpleACL (Access Control List) with processing mode set to DENY. |
saclpktsdeniedrate |
Packets dropped because they match SimpleACL (Access Control List) with processing mode set to DENY. |
See Also |