2.2.4.98 DhcpEffectiveScopePoliciesEnumerationParameters

The DhcpEffectiveScopePoliciesEnumerationParameters complex type allows extended attributes on an EnumerationParametersBase type. It creates objects whose ObjectType is DhcpPolicy and associates them to a scope of DhcpScopeV4

 <xs:complexType name="DhcpEffectiveScopePoliciesEnumerationParameters">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:EnumerationParametersBase">
       <xs:sequence>
         <xs:element minOccurs="0" name="DhcpScope" nillable="true" type="ipam:DhcpScopeV4" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

DhcpScope: A DhcpScopeV4 type (section 2.2.4.151) that represents the DHCP scope whose effective policies are to be enumerated.