| getlsnstaticResult Structure Definition |
The getlsnstaticResult structure defines the return type for getlsnstatic 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. |
lsnstaticList |
List of lsnstatics |
| lsnstatic Structure Definition |
The lsnstatic structure defines the actual return type values for getlsnstatic API. |
Syntax |
Members |
name |
Name for the LSN static mapping entry. |
nattype |
Type of sessions to be displayed. |
transportprotocol |
Protocol for the LSN mapping entry. |
subscrip |
IPv4(NAT44 & DS-Lite)/IPv6(NAT64) address of an LSN subscriber for the LSN static mapping entry. |
subscrport |
Port of the LSN subscriber for the LSN mapping entry. * represents all ports being used. Used in case of static wildcard |
network6 |
B4 address in DS-Lite setup |
natip |
IPv4 address, already existing on the Citrix ADC as type LSN, to be used as NAT IP address for this mapping entry. |
natport |
NAT port for this LSN mapping entry. * represents all ports being used. Used in case of static wildcard |
td |
ID of the traffic domain to which the subscriber belongs.
If you do not specify an ID, the subscriber is assumed to be a part of the default traffic domain. |
destip |
Destination IP address for the LSN mapping entry. |
dsttd |
ID of the traffic domain through which the destination IP address for this LSN mapping entry is reachable from the Citrix ADC.
If you do not specify an ID, the destination IP address is assumed to be reachable through the default traffic domain, which has an ID of 0. |
status |
The status of the Mapping. Status could be Inactive, if mapping addition failed due to already existing dynamic/static mapping, port allocation failure. |
_nextgenapiresource |
See Also |