2.2.5.24 DhcpOptionApplyType
The DhcpOptionApplyType simple type is an enumeration that specifies the operation related to option type to be performed on a multi-selection of server or scope.
-
<xs:simpleType name="DhcpOptionApplyType"> <xs:restriction base="xsd:string"> <xs:enumeration value="None" /> <xs:enumeration value="AddOrOverwrite" /> <xs:enumeration value="Delete" /> <xs:enumeration value="Append" /> <xs:enumeration value="FindAndReplace" /> </xs:restriction> </xs:simpleType>
The following table specifies the valid values for this type.
|
Value |
Description |
|---|---|
|
None |
Unspecified or an invalid value. |
|
AddOrOverwrite |
The option is either overwritten with the new value or added with the new value. |
|
Delete |
The option is to be deleted. |
|
Append |
The option value is to be appended. |
|
FindAndReplace |
Look for the option value, and if found, replace it with the new value. |