| getdnspolicylabelResult Structure Definition |
The getdnspolicylabelResult structure defines the return type for getdnspolicylabel 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. |
dnspolicylabelList |
List of dnspolicylabels |
| dnspolicylabel Structure Definition |
The dnspolicylabel structure defines the actual return type values for getdnspolicylabel API. |
Syntax |
Members |
labelname |
Name of the dns policy label. |
transform |
The type of transformations allowed by the policies bound to the label. |
numpol |
Number of polices bound to label. |
hits |
Number of times policy label was invoked. |
policyname |
The dns policy name. |
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 dns policy. |
description |
Description of the policylabel |
_nextgenapiresource |
dnspolicylabelname |
boundpriority |
boundgotoprioexpression |
boundinvokelabeltype |
boundinvokelabelname |
See Also |