2.2.4.342 MovePolicyProcessingOrderParameters
The MovePolicyProcessingOrderParameters complex type allows extended attributes on an IpamOperationWithProgressParameters type. It creates objects whose OperationId is MovePolicyProcessingOrder and associates them to a DhcpPolicyV4 (section 2.2.4.132) policy and a PolicyProcessingOrderDirection (section 2.2.5.81).
-
<xs:complexType name="MovePolicyProcessingOrderParameters"> <xs:complexContent mixed="false"> <xs:extension base="ipam:IpamOperationWithProgressParameters"> <xs:sequence> <xs:element minOccurs="0" name="Direction" type="ipam:PolicyProcessingOrderDirection" /> <xs:element minOccurs="0" name="Policy" nillable="true" type="ipam:DhcpPolicyV4" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
Direction: A PolicyProcessingOrderDirection that indicates whether the policy is moved up or down in the processing order.
Policy: A DhcpPolicyV4 complex type that identifies the policy whose processing order is to be modified.