getvpntrafficpolicyResult Structure Definition

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

vpntrafficpolicyList

List of vpntrafficpolicys


vpntrafficpolicy Structure Definition

The vpntrafficpolicy structure defines the actual return type values for getvpntrafficpolicy API.

Syntax



Members

name

Name of the traffic policy for which to display detailed information.

rule

The rule used by the vpn traffic policy. Rules are combinations of expressions. Expressions are simple conditions, such as a test for equality, applied to operands, such as a URL string or an IP address. Expression syntax is described in the Installation and Configuration Guide

actioN

The action to be performed when the rule is matched.

boundto

The entity name to which policy is bound

activepolicy


priority


expressiontype

Type of policy (Classic/Advanced)

hits

Number of hits.

_nextgenapiresource


See Also