2.2.4.447 UpdateDhcpServerParameters

The UpdateDhcpServerParameters complex type allows extended attributes on an IpamOperationWithProgressParameters type (section 2.2.4.286). It creates objects whose OperationId is EditDhcpServer and associates them to an ipam:DhcpServer.

 <xs:complexType name="UpdateDhcpServerParameters">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:IpamOperationWithProgressParameters">
       <xs:sequence>
         <xs:element minOccurs="0" name="Server" nillable="true" type="ipam:DhcpServer" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

Server:  This is of type ipam:DhcpServer and represents the configuration to be updated for the DHCP server.