| getspilloverpolicyResult Structure Definition |
The getspilloverpolicyResult structure defines the return type for getspilloverpolicy 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. |
spilloverpolicyList |
List of spilloverpolicys |
| spilloverpolicy Structure Definition |
The spilloverpolicy structure defines the actual return type values for getspilloverpolicy API. |
Syntax |
Members |
name |
Name of the spillover policy. |
rule |
Expression to be used by the spillover policy. |
actioN |
Action for the spillover policy. Action is created using add spillover action method |
boundto |
The name of the entity to which the policy is bound. |
hits |
The number of times the policy has been hit. |
undefhits |
Number of policy UNDEF hits. |
activepolicy |
Indicates whether policy is bound or not. |
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. |
labeltype |
Type of policy label invocation. |
labelname |
Name of the label to invoke if the current policy rule evaluates to TRUE. |
comment |
Any comments that you might want to associate with the spillover policy. |
builtin |
Flag to determine if compression policy is builtin or not |
_nextgenapiresource |
See Also |