2.2.5.23 DhcpOperationState

The DhcpOperationState simple type is an enumeration that specifies the configured or enabled or disabled nature of the allow and deny filters of a DHCP server.

 <xs:simpleType name="DhcpOperationState">
   <xs:restriction base="xsd:string">
     <xs:enumeration value="None" />
     <xs:enumeration value="Enabled" />
     <xs:enumeration value="Disabled" />
   </xs:restriction>
 </xs:simpleType>

The following table specifies the valid values for this type.

Value

Description

None

Unspecified or an invalid value.

Enabled

This indicates that the associated field’s state is enabled.

Disabled

This indicates that the associated field’s state is disabled.