getnssimpleaclResult Structure Definition

The getnssimpleaclResult structure defines the return type for getnssimpleacl 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

List of nssimpleacls


nssimpleacl Structure Definition

The nssimpleacl structure defines the actual return type values for getnssimpleacl API.

Syntax



Members

aclname

Name of the simple ACL rule whose details you want the Citrix ADC to display.

aclaction

Drop incoming IPv4 packets that match the simple ACL rule.

srcip

Source IP address.

destport

Destination Port.

protocol

Protocol associated with the ACL rule.

ttl

Time to expire this ACL rule(in seconds).

hits

Number of hits for this ACL rule.

_nextgenapiresource


See Also