2.2.4.164 DhcpSuperscopeBySuperscopeAndServerNameEnumerationParameters

The DhcpSuperscopeBySuperscopeAndServerNameEnumerationParameters complex type SHOULD<11> allow extended attributes on an EnumerationParametersBase type. It creates objects whose ObjectType is DhcpSuperscope. It specifies the criteria for enumerating superscopes with a specified name on a specified server.

 <xs:complexType name="DhcpSuperscopeBySuperscopeAndServerNameEnumerationParameters">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:EnumerationParametersBase">
       <xs:sequence>
         <xs:element minOccurs="0" name="ServerName" nillable="true" type="xsd:string" />
         <xs:element minOccurs="0" name="SuperscopeName" nillable="true" type="xsd:string" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

ServerName: The name of the DHCP server to which the superscope belongs.

SuperscopeName: The name of the DHCP superscope.