| statlsnpoolResult Structure Definition |
The statlsnpoolResult structure defines the return type for statlsnpool 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. |
lsnpoolList |
Pointer to the lsnpool List. |
| lsnpoolstats Structure Definition |
The lsnpoolstats structure defines the actual return type values for statlsnpool API. |
Syntax |
Members |
poolname |
Name of the LSN Pool. |
clearstats |
Clear the statsistics / counters |
_nextgenapiresource |
lsnpoolotherportusagepercen |
Other protocols ports usage percentage in this pool. |
lsnpooltcpportusagepercen |
TCP ports usage percentage in this pool. |
lsnpoolcurportalloctcp |
Current port allocation for tcp in this pool. |
lsnpoolcurportalloctcprate |
Current port allocation for tcp in this pool. |
lsnpoolcurportallocother |
Current port allocation for other protocols in this pool. |
lsnpoolcurportallocotherrate |
Current port allocation for other protocols in this pool. |
lsnpooltotips |
Total IPs in this pool. |
See Also |