| getipsetResult Structure Definition |
The getipsetResult structure defines the return type for getipset 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. |
ipsetList |
List of ipsets |
| ipset Structure Definition |
The ipset structure defines the actual return type values for getipset API. |
Syntax |
Members |
name |
Name of the IP set whose details you want to display. |
ipaddress |
One or more IP addresses bound to the IP set. |
_nextgenapiresource |
See Also |