Share via


2.2.4.149 DhcpScopeTemplateConfiguration

The DhcpScopeTemplateConfiguration complex type is used to edit a collection of DHCP scopes. It specifies the properties of the scope that need to be changed in a multi-select edit operation.

 <xs:complexType name="DhcpScopeTemplateConfiguration">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:BaseIpamObject">
       <xs:sequence>
         <xs:element minOccurs="0" name="Description" nillable="true" type="xsd:string" />
         <xs:element minOccurs="0" name="DiscardDnsRecordOnLeaseDeletionStatus" type="ipam:DhcpDiscardDnsRecordOnLeaseDeletionStatus" />
         <xs:element minOccurs="0" name="DnsNameProtectionStatus" type="ipam:DhcpDnsNameProtectionStatus" />
         <xs:element minOccurs="0" name="DnsUpdateType" type="ipam:DhcpDnsUpdateType" />
         <xs:element minOccurs="0" name="FindAndReplaceOptions" nillable="true" type="ipam:ArrayOfDhcpFindAndReplaceOption" />
         <xs:element minOccurs="0" name="OptionApplyType" type="ipam:DhcpOptionApplyType" />
         <xs:element minOccurs="0" name="Options" nillable="true" type="ipam:ArrayOfDhcpOption" />
         <xs:element minOccurs="0" name="Status" type="ipam:DhcpScopeStatus" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

Description: The description for the DHCP scope.

DiscardDnsRecordOnLeaseDeletionStatus: Specifies the DNS operation to be performed when the address lease expires, and then the lease record gets deleted.

DnsNameProtectionStatus: Specifies the setting of DNS name protection for the scope. See [RFC4701] for information on the name protection.

DnsUpdateType: Specifies the dynamic DNS registration settings associated with the DHCP scope.

FindAndReplaceOptions: Specifies the option value for Find and Replace action. It includes the option value to be searched for and the new option value to be assigned.

OptionApplyType: Specifies the action that needs to be taken with the options for the given set of DHCP scopes. The actions could be Add or overwrite, delete, append or Find and Replace.

Options: Specifies the collection DHCP options associated with the scope.

Status: Specifies whether the scope instance is activated or deactivated.