| getappfwglobalResult Structure Definition |
The getappfwglobalResult structure defines the return type for getappfwglobal 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. |
appfwglobalList |
List of appfwglobals |
| appfwglobal Structure Definition |
The appfwglobal structure defines the actual return type values for getappfwglobal API. |
Syntax |
Members |
type |
Bind point to which to policy is bound. |
policyname |
Name of the policy. |
priority |
The priority of the policy. |
gotopriorityexpression |
Expression specifying the priority of the next policy which will get evaluated if the current policy rule evaluates to TRUE. |
invoke |
If the current policy evaluates to TRUE, terminate evaluation of policies bound to the current policy label, and then forward the request to the specified virtual server or evaluate the specified policy label. |
state |
Enable or disable the binding to activate or deactivate the policy. This is applicable to classic policies only. |
labeltype |
Type of policy label invocation. |
labelname |
Name of the policy label to invoke if the current policy evaluates to TRUE, the invoke parameter is set, and Label Type is set to Policy Label. |
flowtype |
flowtype of the bound application firewall policy. |
numpol |
The number of policies bound to the bindpoint. |
policytype |
globalbindtype |
_nextgenapiresource |
appfwpolicyname |
appfwpriority |
appfwpolicygotoprioexpression |
appfwinvoke |
appfwpolicystate |
appfwpolicyinvokelabeltype |
appfwpolicyinvokelabelname |
appfwpolicynumpol |
appfwpolicyflowtype |
nslogpolicyname |
nslogpriority |
nslogpolicystate |
syslogpolicyname |
syslogpriority |
syslogpolicystate |
See Also |