gettunnelglobalResult Structure Definition

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

tunnelglobalList

List of tunnelglobals


tunnelglobal Structure Definition

The tunnelglobal structure defines the actual return type values for gettunnelglobal API.

Syntax



Members

type

Bind point to which the policy is bound.

policyname

Policy name.

priority

Priority.

gotopriorityexpression

Expression specifying the priority of the next policy which will get evaluated if the current policy rule evaluates to TRUE.

state

Current state of the binding. If the binding is enabled, the policy is active.

numpol

The number of policies bound to the bindpoint.

builtin

Indicates that a variable is a built-in (SYSTEM INTERNAL) type.

policytype

Policy type (Classic/Advanced) to be bound.Used for display.

globalbindtype


_nextgenapiresource


tunnelpolicyname


tunnelpolicypriority


tunnelpolicystate


tunnelpolicybuiltin


tunnelpolicynumpol


tunnelpolicynextexpr


See Also