2.2.5.84 ReservationOperations

The ReservationOperations simple type is an enumeration that specifies the set of operations that can be performed for DHCP reservations.

 <xs:simpleType name="ReservationOperations">
   <xs:restriction base="xsd:string">
     <xs:enumeration value="None" />
     <xs:enumeration value="ReservationPropertyCreate" />
     <xs:enumeration value="ReservationOptionsCreate" />
     <xs:enumeration value="ReservationPropertyUpdate" />
     <xs:enumeration value="ReservationDnsUpdate" />
     <xs:enumeration value="ReservationOptionsUpdate" />
     <xs:enumeration value="ReservationDelete" />
     <xs:enumeration value="ReservationIPAddressDelete" />
     <xs:enumeration value="ReservationDNSRecordDelete" />
     <xs:enumeration value="PartnerReservationPropertyCreate" />
     <xs:enumeration value="PartnerReservationOptionsCreate" />
     <xs:enumeration value="PartnerReservationPropertyUpdate" />
     <xs:enumeration value="PartnerReservationDnsUpdate" />
     <xs:enumeration value="PartnerReservationOptionsUpdate" />
     <xs:enumeration value="PartnerReservationDelete" />
   </xs:restriction>
 </xs:simpleType>

The following table specifies the valid values for this type.

Value

Description

None

Unspecified or an invalid value.

ReservationPropertyCreate

Add new properties to a reservation.

ReservationOptionsCreate

Add new options to a reservation.

ReservationPropertyUpdate

Update the properties of a reservation.

ReservationDnsUpdate

Update the DNS settings for a reservation.

ReservationOptionsUpdate

Update the options for a reservation.

ReservationDelete

Delete the given reservation.

ReservationIPAddressDelete

Delete the IP address record associated with this reservation, from the IPAM data store.

ReservationDNSRecordDelete

Delete the DNS resource record associated with this reservation from the remote DNS server.

PartnerReservationPropertyCreate

Add new properties to a reservation of the partner DHCP server.

PartnerReservationOptionsCreate

Add new options to a reservation of the partner DHCP server.

PartnerReservationPropertyUpdate

Update the properties of a reservation of the partner DHCP server.

PartnerReservationDnsUpdate

Update the DNS settings for a reservation of the partner DHCP server.

PartnerReservationOptionsUpdate

Update the options for a reservation of the partner DHCP server.

PartnerReservationDelete

Delete the given reservation of the partner DHCP server.