Share via


2.2.4.54 DhcpScopeForIpBlockEnumerationParameters

The DhcpScopeForIpBlockEnumerationParameters complex type specifies the criteria to be used for enumerating the scopes belonging to a particular address block.

 <xs:complexType name="DhcpScopeForIpBlockEnumerationParameters">
   <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="ParentIPBlockRecordId" type="xsd:long" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>
  

AddressFamily: This specifies the address family of the scopes that need to be enumerated.

ParentIPBlockRecordId: This specifies the RecordId of the address block for which the mapping DHCP scopes need to be enumerated by the enumeration operation.