2.2.4.146 DhcpScopeObjectSpecificEnumerationParameters

The DhcpScopeObjectSpecificEnumerationParameters complex type specifies the criteria for enumerating the scopes that are associated with a given set of DHCP reservations or DHCP policies.

 <xs:complexType name="DhcpScopeObjectSpecificEnumerationParameters">
   <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="IpamObjectTypeForEnumeration" type="ipam:IpamObjectType" />
         <xs:element minOccurs="0" name="RecordIds" nillable="true" type="serarr:ArrayOflong" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

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

IpamObjectTypeForEnumeration:  Specifies the IPAM object type for which the scopes are to be enumerated. The IPAM object type MUST be one of IpamObjectType.DHCPReservationV4, IpamObjectType.DHCPReservationV6, or IpamObjectType.DHCPPolicyV4.

RecordIds: Specifies the unique identifier for the data in the IPAM data store.