2.2.5.21 DhcpFilterMultiEditFields

The DhcpFilterMultiEditFields simple type is an enumeration that specifies the field of a filter to be updated on a multi-selection of DhcpFilter of a single DHCP server.

 <xs:simpleType name="DhcpFilterMultiEditFields">
   <xs:restriction base="xsd:string">
     <xs:enumeration value="AllowOrDeny" />
     <xs:enumeration value="Description" />
     <xs:enumeration value="Both" />
   </xs:restriction>
 </xs:simpleType>

The following table specifies the valid values for this type.

Value

Description

AllowOrDeny

This identifies that the allow flag is to be edited.

Description

This identifies that the description is to be edited.

Both

This identifies that both the allow flag and the description are to be edited.