| getnat64Result Structure Definition |
The getnat64Result structure defines the return type for getnat64 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. |
nat64List |
List of nat64s |
| nat64 Structure Definition |
The nat64 structure defines the actual return type values for getnat64 API. |
Syntax |
Members |
name |
Name for the NAT64 rule. |
acl6name |
Name of any configured ACL6 whose action is ALLOW. IPv6 Packets matching the condition of this ACL6 rule and destination IP address of these packets matching the NAT64 IPv6 prefix are considered for NAT64 translation. |
netprofile |
Name of the configured netprofile. The Citrix ADC selects one of the IP address in the netprofile as the source IP address of the translated IPv4 packet to be sent to the IPv4 server. |
_nextgenapiresource |
See Also |