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

Page de 103
Page 98 
OL-28369-01 
rn="attr-ref"/> 
</policyVnspAVPair> 
</policyVirtualNetworkServiceProfile> 
</pair> 
</outConfigs> 
</orgResolveInScope> 
poolResolveInScope 
The following example shows how the system looks up the pool with the given DN, and (optional) parent pools 
recursively to the root. If no pool exists, an empty map is returned. If found, the system searches all pools with the 
specified class and filters. 
Note  If inSingleLevel = false, the system searches parent pools up to the root directory. 
Request Syntax 
<xs:element name="poolResolveInScope" type="poolResolveInScope" 
substitutionGroup="externalMethod"/> 
<xs:complexType name="poolResolveInScope" mixed="true"> 
<xs:all> 
<xs:element name="inFilter" type="filterFilter" minOccurs="0"/> 
</xs:all> 
<xs:attribute name="inClass" type="namingClassId"/> 
<xs:attribute name="inSingleLevel"> 
<xs:simpleType> 
<xs:union memberTypes="xs:boolean"> 
<xs:simpleType> 
<xs:restriction base="xs:string"> 
<xs:enumeration value="no"/> 
<xs:enumeration value="yes"/> 
</xs:restriction> 
</xs:simpleType> 
</xs:union> 
</xs:simpleType> 
</xs:attribute> 
<xs:attribute name="inHierarchical"> 
<xs:simpleType> 
<xs:union memberTypes="xs:boolean"> 
<xs:simpleType> 
<xs:restriction base="xs:string"> 
<xs:enumeration value="no"/> 
<xs:enumeration value="yes"/> 
</xs:restriction> 
</xs:simpleType> 
</xs:union> 
</xs:simpleType> 
</xs:attribute> 
<xs:attribute name="cookie" type="xs:string"/> 
<xs:attribute name="response" type="YesOrNo"/> 
<xs:attribute name="dn" type="referenceObject"/> 
</xs:complexType> 
Response Syntax 
<xs:element name="poolResolveInScope" type="poolResolveInScope" 
substitutionGroup="externalMethod"/>