2.2.4.242 InvalidWIDDBConfigServerNotAllowedIpamExceptionData

The InvalidWIDDBConfigServerNotAllowedIpamExceptionData complex type allows extended attributes on an IpamExceptionData type. It creates objects whose IpamExceptionId is IpamApiErrorInvalidWIDDBConfigServerNotAllowed.

 <xs:complexType name="InvalidWIDDBConfigServerNotAllowedIpamExceptionData">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:IpamExceptionData">
       <xs:sequence>
         <xs:element minOccurs="0" name="DatabaseServerNameOrIP" nillable="true" type="xsd:string" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

DatabaseServerNameOrIP:  A string that represents the database server name or IP address configured for the WID database.