| getappflowglobalResult Structure Definition |
The getappflowglobalResult structure defines the return type for getappflowglobal 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. |
appflowglobalList |
List of appflowglobals |
| appflowglobal Structure Definition |
The appflowglobal structure defines the actual return type values for getappflowglobal API. |
Syntax |
Members |
type |
Global bind point for which to show detailed information about the policies bound to the bind point. |
policyname |
Name of the AppFlow policy. |
priority |
Specifies 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 |
Invoke policies bound to a virtual server or a user-defined policy label. After the invoked policies are evaluated, the flow returns to the policy with the next priority. |
labeltype |
Type of policy label to invoke. Specify vserver for a policy label associated with a virtual server, or policylabel for a user-defined policy label. |
labelname |
Name of the label to invoke if the current policy evaluates to TRUE. |
numpol |
The number of policies bound to the bindpoint. |
flowtype |
Flow type of the bound AppFlow policy. |
globalbindtype |
_nextgenapiresource |
appflowpolicyname |
appflowpolicypriority |
appflowpolicygotoprioexpression |
appflowinvoke |
appflowpolicyinvokelabeltype |
appflowpolicyinvokelabelname |
appflowpolicynumpol |
appflowpolicyflowtype |
See Also |