2.2.4.357 ReservationOptionDataFormatter

The ReservationOptionDataFormatter complex type is used to format the fields of a DHCP option corresponding to a DHCP reservation into a string used to display the result of operations. The string is formatted such that the DHCP option and reservation are identifiable uniquely.

 <xs:complexType name="ReservationOptionDataFormatter">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:IpamObject">
       <xs:sequence>
         <xs:element minOccurs="0" name="OptionId" type="xsd:int" />
         <xs:element minOccurs="0" name="ReservationAddress" nillable="true" type="sysnet:IPAddress" />
         <xs:element minOccurs="0" name="ScopeId" nillable="true" type="sysnet:IPAddress" />
         <xs:element minOccurs="0" name="ServerName" nillable="true" type="xsd:string" />
         <xs:element minOccurs="0" name="UserClassName" nillable="true" type="xsd:string" />
         <xs:element minOccurs="0" name="VendorClassName" nillable="true" type="xsd:string" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

OptionId: This specifies the unique identifier of the DHCP option.

ReservationAddress: This specifies the IP address corresponding to the reservation.

ScopeId: This specifies the DHCP scope to which the reservation belongs.

ServerName: This specifies the name of the DHCP server to which the DHCP scope belongs.

UserClassName: This specifies the name of the user class.

VendorClassName: This specifies the name of the vendor class.