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 DhcpReservationTemplateConfiguration complex type is used for edit operation on a collection of DHCP Reservation. It specifies the properties of the reservation that need to be changed for the collection in a multi-select edit operation.
-
<xs:complexType name="DhcpReservationTemplateConfiguration"> <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="Name" nillable="true" type="xsd:string" /> <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:DhcpReservationStatus" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
Description: Specifies the description to be updated for reservations in the collection.
DiscardDnsRecordOnLeaseDeletionStatus: Specifies the DNS operation to be performed when the address lease expires and the lease record gets deleted.
DnsNameProtectionStatus: Specifies the setting of DNS name protection for the reservation. See [RFC4701] for information on the name protection.
FindAndReplaceOptions: Specifies the option values for Find and Replace action. It includes the option values to be searched for and the new option values to be assigned.
Name: A descriptive name for the reservation.
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 of DHCP options associated with the reservation.
Status: Specifies the status of the reservation. It is of the type DhcpReservationStatus.