2.2.5.26 DhcpOptionDefinitionApplyType
The DhcpOptionDefinitionApplyType simple type is an enumeration that specifies the operation related to option definition on a multi-selection of servers.
-
<xs:simpleType name="DhcpOptionDefinitionApplyType"> <xs:restriction base="xsd:string"> <xs:enumeration value="None" /> <xs:enumeration value="AddOrOverwrite" /> <xs:enumeration value="Append" /> <xs:enumeration value="Delete" /> </xs:restriction> </xs:simpleType>
The following table specifies the valid values for this type.
|
Value |
Description |
|---|---|
|
None |
Unspecified or an invalid value. |
|
AddOrOverwrite |
Add or overwrite the option definition. |
|
Append |
Append the option definition. |
|
Delete |
Delete the option definition. |