2.2.4.92 DeleteDhcpReservationParameters
The DeleteDhcpReservationParameters allows extended attributes on an IpamOperationWithProgressParameters type (section 2.2.4.286). It creates objects whose OperationId is DeleteDhcpReservation. It identifies an instance of DHCP reservation to be deleted and the post processing to be done after deleting it, such as delete associated DNS resource record.
-
<xs:complexType name="DeleteDhcpReservationParameters"> <xs:complexContent mixed="false"> <xs:extension base="ipam:IpamOperationWithProgressParameters"> <xs:sequence> <xs:element minOccurs="0" name="Family" type="syssock:AddressFamily" /> <xs:element minOccurs="0" name="Flag" type="ipam:DhcpReservationDeletionFlag" /> <xs:element minOccurs="0" name="ReservationRecordId" type="xsd:long" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
Family: Specifies the address family of the DHCP reservation instance to be deleted.
Flag: A DhcpReservationDeletionFlag (section 2.2.5.30) that determines the cleanup needed after the deletion of a reservation, such as the removal of associated DNS resource records.
ReservationRecordId: Represents the identifier of the DHCP reservation that is to be deleted.