2.2.4.71 CreateDhcpFiltersParameters
The CreateDhcpFiltersParameters allows extended attributes on an IpamOperationWithProgressParameters type (section 2.2.4.286). It creates objects whose OperationId is CreateDhcpFilters. It associates a list of DhcpFilter instances to the list of DhcpServers on which they have been created.
-
<xs:complexType name="CreateDhcpFiltersParameters"> <xs:complexContent mixed="false"> <xs:extension base="ipam:IpamOperationWithProgressParameters"> <xs:sequence> <xs:element minOccurs="0" name="DhcpServerIds" nillable="true" type="serarr:ArrayOflong" /> <xs:element minOccurs="0" name="Filters" nillable="true" type="ipam:ArrayOfDhcpFilter" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
DhcpServerIds: Represents the RecordIds of DHCP servers on which filters are to be created.
Filters: An ArrayOfDhcpFilter (section 2.2.4.21) that represents the list of DHCP filters to be created.