2.2.5.30 DhcpReservationDeletionFlag

The DhcpReservationDeletionFlag simple type is an enumeration that specifies post-processing options after the deletion of a DHCP reservation.

 <xs:simpleType name="DhcpReservationDeletionFlag">
   <xs:restriction base="xsd:string">
     <xs:enumeration value="Default" />
     <xs:enumeration value="DeleteReservationRecord" />
     <xs:enumeration value="DeleteIPAddressRecord" />
     <xs:enumeration value="DeleteDnsRecord" />
     <xs:enumeration value="DeleteIPAddressAndDnsRecord" />
   </xs:restriction>
 </xs:simpleType>

The following table specifies the valid values for this type.

Value

Description

Default

The default selection of the option will apply.

DeleteReservationRecord

The reservation record will be deleted from the DHCP server and the IPAM data store.

DeleteIPAddressRecord

The IP address record associated with the reservation will be removed from the IPAM data store after the reservation is deleted.

DeleteDnsRecord

The DNS record associated with the IP address of the reservation will be removed from the DNS server.

DeleteIPAddressAndDnsRecord

The DNS resource record from the remote DNS server and the associated IP address record will be removed.