Cisco Cisco Prime Network Services Controller 3.0 Guide Du Développeur

Page de 103
Page 29 
OL-28369-01 
cookie="<real_cookie>" 
classId="eventRecord" 
inHierarchical="false"> 
<inFilter> 
<bw class="eventRecord" 
property="txId" 
firstValue="4" 
secondValue="5"/> 
</inFilter> 
</configResolveClass> 
And Or Not Composite Filters 
The following example shows an and or not composite filter that returns all objects of type fwComputeFirewall that 
have an associated state of unassociated or a config state of not-applied, but that do not have an auxiliary property 
value of reachability: 
<configScope 
cookie="<real_cookie>" 
dn="org-root" 
inClass="fwComputeFirewall" 
inHierarchical="false" 
inRecursive="false"> 
<inFilter> 
<and> 
<or> 
<eq class="fwComputeFirewall" property="assocState" 
value="unassociated" /> 
<eq class="fwComputeFirewall" property="configState" value="not-
applied" /> 
</or> 
<not> 
<eq class="fwComputeFirewall" property="auxProps" 
value="reachability"/> 
</not> 
</and> 
</inFilter> 
</configScope> 
Modifier Filter 
Not Filter 
The following example shows a not modifier filter: 
<configResolveClass  
cookie="<real_cookie>"  
inHierarchical="false"  
classId="extpolClient"> 
<inFilter> 
<not> 
<anybit class="extpolClient"  
property="capability"  
value="vm-fw" /> 
</not> 
</inFilter> 
</configResolveClass>