2.2.4.162 DhcpServerV6TemplateConfiguration

The DhcpServerV6TemplateConfiguration complex type allows extended attributes on a DhcpServerTemplateConfiguration type (section 2.2.4.158).

 <xs:complexType name="DhcpServerV6TemplateConfiguration">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:DhcpServerTemplateConfiguration">
       <xs:sequence>
         <xs:element minOccurs="0" name="PurgeInterval" type="ser:duration" />
         <xs:element minOccurs="0" name="StatelessClientInventoryStatus" type="ipam:DhcpStatelessClientInventoryStatus" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

PurgeInterval:  A TimeSpan type that identifies the purge interval after which a DHCP client entry is removed from the server.

StatelessClientInventoryStatus:  A DhcpStatelessClientInventoryStatus type (section 2.2.5.35). It indicates whether Stateless Client Inventory is enabled.