| getsslpolicylabelResult Structure Definition |
The getsslpolicylabelResult structure defines the return type for getsslpolicylabel 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. |
sslpolicylabelList |
List of sslpolicylabels |
| sslpolicylabel Structure Definition |
The sslpolicylabel structure defines the actual return type values for getsslpolicylabel API. |
Syntax |
Members |
labelname |
Name of the SSL policy label for which to show detailed information. |
type |
Type of policies that the policy label can contain. |
numpol |
Number of polices bound to label. |
hits |
Number of times policy label was invoked. |
policyname |
Name of the SSL policy to bind to the policy label. |
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 flag. |
labeltype |
Type of policy label invocation. |
labelname2 |
Name of the label to invoke if the current policy rule evaluates to TRUE. |
flowtype |
Flowtype of the bound SSL policy. |
description |
Description of the policylabel |
_nextgenapiresource |
sslpolicylabelname |
boundpriority |
boundgotoprioexpression |
boundinvokelabeltype |
boundinvokelabelname |
See Also |