2.2.4.144 DhcpScopeByPrefixAndServerNameEnumerationParameters

The DhcpScopeByPrefixAndServerNameEnumerationParameters complex type SHOULD<10> specify the criteria to be used for enumerating scopes with a given prefix on a specified server.

 <xs:complexType name="DhcpScopeByPrefixAndServerNameEnumerationParameters">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:EnumerationParametersBase">
       <xs:sequence>
         <xs:element minOccurs="0" name="AddressFamily" type="syssock:AddressFamily" />
         <xs:element minOccurs="0" name="ScopeId" nillable="true" type="sysnet:IPAddress" />
         <xs:element minOccurs="0" name="ServerName" nillable="true" type="xsd:string" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

AddressFamily: Specifies the address family of the scopes to be enumerated.

ScopeId: The prefix of the DHCP scope to be enumerated.

ServerName: The name of the DHCP server instance from which the scopes are to be enumerated.