getvpnintranetapplicationResult Structure Definition

The getvpnintranetapplicationResult structure defines the return type for getvpnintranetapplication 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.

vpnintranetapplicationList

List of vpnintranetapplications


vpnintranetapplication Structure Definition

The vpnintranetapplication structure defines the actual return type values for getvpnintranetapplication API.

Syntax



Members

intranetapplication

Name of the intranet resource for which to display detailed information.

protocol

The IP protocol; for example, TCP, UDP or ANY

destip

The destination IP address.

netmask

The destination netmask.

ipaddress

The IP address for the application. This address is the real application server IP address.

hostname

Name based interception. Names should be valid dns or wins names and will be resolved during interception on the sslvpn.

destport

The destination port.

clientapplication

Names of the client applications, such as PuTTY and Xshell.
NOTE: This attribute is deprecated.
This argument is deprecated since clientapplication is no longer supported.

spoofiip

This specifies whether to spoof this application on the client.
NOTE: This attribute is deprecated.
This argument is deprecated since snoofip is no longer supported.

interception

The interception type; for example, proxy or transparent.

srcip

The source IP address.

srcport

The source port.

_nextgenapiresource


See Also