2.2.5.79 PolicyOperations
The PolicyOperations simple type is an enumeration that specifies the set of operations that can be performed on a DHCP policy.
-
<xs:simpleType name="PolicyOperations"> <xs:restriction base="xsd:string"> <xs:enumeration value="PolicyCreate" /> <xs:enumeration value="PolicyAddRange" /> <xs:enumeration value="PolicyAddOptions" /> <xs:enumeration value="PolicyRemoveRange" /> <xs:enumeration value="PolicyCoreSet" /> <xs:enumeration value="PolicyRemove" /> <xs:enumeration value="PolicySetDnsProperties" /> <xs:enumeration value="PartnerPolicyCreate" /> <xs:enumeration value="PartnerPolicyAddRange" /> <xs:enumeration value="PartnerPolicyAddOptions" /> <xs:enumeration value="PartnerPolicyRemoveRange" /> <xs:enumeration value="PartnerPolicyCoreSet" /> <xs:enumeration value="PartnerPolicyRemove" /> <xs:enumeration value="PartnerPolicySetDnsProperties" /> </xs:restriction> </xs:simpleType>
The following table specifies the valid values for this type.
|
Value |
Description |
|---|---|
|
PolicyCreate |
A new policy has to be created. |
|
PolicyAddRange |
An address range needs to be added to a policy. |
|
PolicyAddOptions |
Options need to be added to a policy. |
|
PolicyRemoveRange |
An address range needs to be removed from a policy. |
|
PolicyCoreSet |
Policy core properties (for example, policy name) need to be set. |
|
PolicyRemove |
A policy needs to be removed. |
|
PolicySetDnsProperties |
DNS properties need to be set on a policy. |
|
PartnerPolicyCreate |
A new policy for the partner DHCP server has to be created. |
|
PartnerPolicyAddRange |
An address range needs to be added to a policy of the partner DHCP server. |
|
PartnerPolicyAddOptions |
Options need to be added to a policy of the partner DHCP server. |
|
PartnerPolicyRemoveRange |
An address range needs to be removed from a policy of the partner DHCP server. |
|
PartnerPolicyCoreSet |
Policy core properties (for example, policy name) need to be set for the partner DHCP server. |
|
PartnerPolicyRemove |
A policy of the partner DHCP server needs to be removed. |
|
PartnerPolicySetDnsProperties |
DNS properties need to be set on the partner DHCP server policy. |