Share via


2.2.4.267 IpamIPAddressDataFormatter

The IpamIPAddressDataFormatter complex type is used to format error entities in operations relating to an IpamIPAddress (section 2.2.4.257) object.

 <xs:complexType name="IpamIPAddressDataFormatter">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:IpamObject">
       <xs:sequence>
         <xs:element minOccurs="0" name="Address" nillable="true" type="xsd:string" />
         <xs:element minOccurs="0" name="ServerName" nillable="true" type="xsd:string" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

Address:  This is a string that represents the IP address.

ServerName:  This is a string that indicates the hostname of the IPAM server.