2.2.4.134 DhcpReservationDataFormatter
The DhcpReservationDataFormatter complex type is used to format the fields of a DHCP reservation into a string used to display the result of operations. The string is formatted to include the scope ID and the server name.
-
<xs:complexType name="DhcpReservationDataFormatter"> <xs:complexContent mixed="false"> <xs:extension base="ipam:IpamObject"> <xs:sequence> <xs:element minOccurs="0" name="ScopeId" nillable="true" type="xsd:string" /> <xs:element minOccurs="0" name="ServerName" nillable="true" type="xsd:string" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
ScopeId: Specifies the DHCP scope to which the reservation belongs.
ServerName: Specifies the name of the DHCP server to which the DHCP scope belongs.