Share via


2.2.4.154 DhcpScopeV6TemplateConfiguration

The DhcpScopeV6TemplateConfiguration complex type is used for edit operation on a collection of DHCP IPv6 Scopes. It specifies the properties of the scope that need to be changed for the collection in a multi-select edit operation.

 <xs:complexType name="DhcpScopeV6TemplateConfiguration">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:DhcpScopeTemplateConfiguration">
       <xs:sequence>
         <xs:element minOccurs="0" name="PreferredLeaseTime" type="ser:duration" />
         <xs:element minOccurs="0" name="PurgeInterval" type="ser:duration" />
         <xs:element minOccurs="0" name="ScopePreference" type="xsd:unsignedByte" />
         <xs:element minOccurs="0" name="StatelessClientInventoryStatus" type="ipam:DhcpStatelessClientInventoryStatus" />
         <xs:element minOccurs="0" name="ValidLeaseTime" type="ser:duration" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

PreferredLeaseTime: Specifies the Preferred Lease Time duration of the DHCPv6 scope.

PurgeInterval: Specifies the duration at which the DHCPv6 stateless client inventory records are to be purged for the specified scope on the DHCP server instance.

ScopePreference: Specifies the scope preference setting associated with the DHCPv6 scope.

StatelessClientInventoryStatus: Specifies whether the DHCPv6 stateless client inventory logging is to be enabled for the scope.

ValidLeaseTime: Specifies the Valid Lease Time duration of the DHCPv6 scope.