Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 4 |
- |
1 |
<dispatchPolicyConfig>
|
|
|
2 |
<limitPolicies>
|
|
|
3 |
<policy id="LimitNetworkConfig">
|
|
|
4 |
<description>Limit the number of network configuration to only one at a time</description>
|
|
|
5 |
<enabled>True</enabled>
|
|
|
6 |
<matchCriterionList>
|
|
|
7 |
<criterion id="1">
|
|
|
8 |
<tagName>IsNetworkConfig</tagName>
|
|
|
9 |
<value>1</value>
|
|
|
10 |
</criterion>
|
|
|
11 |
</matchCriterionList>
|
|
|
12 |
<limit>1</limit>
|
|
|
13 |
</policy>
|
|
|
14 |
<policy id="LimitFoundryVMOp">
|
|
|
15 |
<description>Limit the number of VM ops involving foundry</description>
|
|
|
16 |
<enabled>True</enabled>
|
|
|
17 |
<matchCriterionList>
|
|
|
18 |
<criterion id="1">
|
|
|
19 |
<tagName>IsVMFoundryOp</tagName>
|
|
|
20 |
<value>1</value>
|
|
|
21 |
</criterion>
|
|
|
22 |
</matchCriterionList>
|
|
|
23 |
<limit>10</limit>
|
|
|
24 |
</policy>
|
|
|
25 |
<policy id="LimitVMThrottledOp">
|
|
|
26 |
<description>Limit the number of VM ops</description>
|
|
|
27 |
<enabled>True</enabled>
|
|
|
28 |
<matchCriterionList>
|
|
|
29 |
<criterion id="1">
|
|
|
30 |
<tagName>IsVMThrottledOp</tagName>
|
|
|
31 |
<value>1</value>
|
|
|
32 |
</criterion>
|
|
|
33 |
</matchCriterionList>
|
|
|
34 |
<limit>8</limit>
|
|
|
35 |
</policy>
|
|
|
36 |
</limitPolicies>
|
|
|
37 |
</dispatchPolicyConfig>
|