gettmglobalResult Structure Definition

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

tmglobalList

List of tmglobals


tmglobal Structure Definition

The tmglobal structure defines the actual return type values for gettmglobal API.

Syntax



Members

policyname

The name of the policy.

priority

The priority of the policy.

type

Bindpoint to which the policy is bound

builtin

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

bindpolicytype

Bound policy type

globalbindtype


gotopriorityexpression

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

_nextgenapiresource


auditpolicyname


auditpolicypriority


auditbindpolicytype


sessionpolicyname


sessionpolicypriority


sessionbindpolicytype


sessionpolicybuiltin


boundgotoprioexpression


trafficpolicyname


trafficpolicypriority


trafficbindpolicytype


trafficpolicybindpoint


See Also