Share via


2.2.4.99 DhcpEffectiveServerPoliciesEnumerationParameters

The DhcpEffectiveServerPoliciesEnumerationParameters complex type allows extended attributes on an EnumerationParametersBase type. It creates objects whose ObjectType is DhcpPolicy and associates them to a DhcpServerV4 (section 2.2.4.151) object.

 <xs:complexType name="DhcpEffectiveServerPoliciesEnumerationParameters">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:EnumerationParametersBase">
       <xs:sequence>
         <xs:element minOccurs="0" name="DhcpServer" nillable="true" type="ipam:DhcpServerV4" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

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