Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The DhcpReservationV4TemplateConfiguration complex type is the extension of the DhcpReservationTemplateConfiguration complex type. It is used to edit a collection of DHCP IPV4 reservations. It specifies the properties of the IPv4 reservation to be changed for the collection in a multiselect edit operation.
-
<xs:complexType name="DhcpReservationV4TemplateConfiguration"> <xs:complexContent mixed="false"> <xs:extension base="ipam:DhcpReservationTemplateConfiguration"> <xs:sequence> <xs:element minOccurs="0" name="DnsDisableDynamicPtrUpdatesType" type="ipam:DnsDisableDynamicPtrUpdateType" /> <xs:element minOccurs="0" name="DnsNotRequestingClientsUpdateType" type="ipam:DhcpDnsNotRequestingClientsUpdateType" /> <xs:element minOccurs="0" name="ServingClientsType" type="ipam:DhcpServingClientsType" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
DnsDisableDynamicPtrUpdatesType: A DnsDisableDynamicPtrUpdateType (section 2.2.5.38) that represents whether the DNS resource records are dynamically updated based on lease status.
DnsNotRequestingClientUpdateType: Specifies whether the DHCP server performs the DNS registration on behalf of the client corresponding to this reservation. When this field is Enabled, the DHCP server MUST do the DNS registration.
ServingClientsType: A DhcpServingClientsType (section 2.2.5.34) that indicates the protocol that the machine uses to claim reservation – BOOTP or DHCP.