2.2.5.82 PolicyState

The PolicyState simple type is an enumeration that specifies the current state of the DHCP policy.

 <xs:simpleType name="PolicyState">
   <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

Policy is enabled.

disabled

Policy is disabled.