| getlsnclientResult Structure Definition |
The getlsnclientResult structure defines the return type for getlsnclient 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. |
lsnclientList |
List of lsnclients |
| lsnclient Structure Definition |
The lsnclient structure defines the actual return type values for getlsnclient API. |
Syntax |
Members |
clientname |
Name for the LSN client entity. |
network |
IPv4 address(es) of the LSN subscriber(s) or subscriber network(s) on whose traffic you want the Citrix ADC to perform Large Scale NAT. |
netmask |
Subnet mask for the IPv4 address specified in the Network parameter. |
td |
ID of the traffic domain on which this subscriber or the subscriber network (as specified by the network parameter) belongs.
If you do not specify an ID, the subscriber or the subscriber network becomes part of the default traffic domain. |
aclname |
Name(s) of any configured extended ACL(s) whose action is ALLOW.
The condition specified in the extended ACL rule identifies the traffic from an LSN subscriber for which the Citrix ADC is to perform large scale NAT. |
acl6name |
Name of any configured extended ACL6 whose action is ALLOW. The condition specified in the extended ACL6 rule is used as the condition for the LSN client. |
network6 |
IPv6 address(es) of the LSN subscriber(s) or subscriber network(s) on whose traffic you want the Citrix ADC to perform Large Scale NAT. |
_nextgenapiresource |
See Also |