2.2.4.74 CreateDhcpScopePolicyParameters

The CreateDhcpScopePolicyParameters allows extended attributes on an IpamOperationWithProgressParameters type (section 2.2.4.286). It creates objects whose OperationId is CreateDhcpScopePolicy. It associates a policy of DhcpPolicyV4 complex types (section 2.2.4.132) to a collection of DhcpScopeV4 types (section 2.2.4.151).

 <xs:complexType name="CreateDhcpScopePolicyParameters">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:IpamOperationWithProgressParameters">
       <xs:sequence>
         <xs:element minOccurs="0" name="Policy" nillable="true" type="ipam:DhcpPolicyV4" />
         <xs:element minOccurs="0" name="ScopeList" nillable="true" type="serarr:ArrayOflong" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

Policy: A DhcpPolicyV4 that represents the policy to be created on DHCP scopes.

ScopeList: This is of type serarr:ArrayOflong and represents the list of identifiers for DHCP scopes on which the policy will be created.