| getip6tunnelResult Structure Definition |
The getip6tunnelResult structure defines the return type for getip6tunnel 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. |
ip6tunnelList |
List of ip6tunnels |
| ip6tunnel Structure Definition |
The ip6tunnel structure defines the actual return type values for getip6tunnel API. |
Syntax |
Members |
name |
Name of the IPv6 tunnel whose details you want to display. |
remote |
The IPv6 address at which the remote Citrix ADC connects to the tunnel. |
remoteip |
The remote IP address or subnet of the tunnel. |
local |
An IPv6 address of the local Citrix ADC used to set up the tunnel. |
type |
The type of this tunnel. |
encapip |
The effective local IP address of the tunnel. Used as the source of the encapsulated packets. |
ownergroup |
The owner node group in a Cluster for the tunnel. |
_nextgenapiresource |
See Also |