Share via


2.2.4.445 UpdateDhcpFiltersParameters

The UpdateDhcpFiltersParameters complex type allows extended attributes on an IpamOperationWithProgressParameters type (section 2.2.4.286). It creates objects whose OperationId is UpdateDhcpFilters and associates them to the update parameters for a collection of DhcpFilters that are to be updated.

 <xs:complexType name="UpdateDhcpFiltersParameters">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:IpamOperationWithProgressParameters">
       <xs:sequence>
         <xs:element minOccurs="0" name="Description" nillable="true" type="xsd:string" />
         <xs:element minOccurs="0" name="EditFields" type="DhcpFilterMultiEditFields" />
         <xs:element minOccurs="0" name="Filters" nillable="true" type="ipam:ArrayOfDhcpFilter" />
         <xs:element minOccurs="0" name="IsAllow" type="xsd:boolean" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

Description: A string that describes the filters to be updated.

EditFields: This is of enum type DhcpFilterMultiEditFields and defines which filter parameter is to be updated.

Filters: A collection of DhcpFilter types that correspond to the list of filters to be updated.

IsAllow: A Boolean that indicates whether the Allow flag is set for the filters associated with this update.