2.2.4.73 CreateDhcpScopeParameters

The CreateDhcpScopeParameters allows extended attributes on an IpamOperationWithProgressParameters type (section 2.2.4.286). It creates objects whose OperationId is CreateDhcpScope and associates them to a DhcpScope.

 <xs:complexType name="CreateDhcpScopeParameters">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:IpamOperationWithProgressParameters">
       <xs:sequence>
         <xs:element minOccurs="0" name="Scope" nillable="true" type="ipam:DhcpScope" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

Scope: A DhcpScope (section 2.2.4.141) that represents the DHCP scope that is to be created.