2.2.4.88 DatabaseServerEditionNotSupportedIpamExceptionData

The DatabaseServerEditionNotSupportedIpamExceptionData complex type allows extended attributes on an ipam1:IpamExceptionData type (section 2.2.4.252). It creates objects whose IpamExceptionId is IpamApiErrorDatabaseServerEditionNotSupported.

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

DatabaseServerEdition:  A string that corresponds to the database server edition.

DatabaseServerNameOrIP:  A string that represents the database server’s name or IP address.

ExpectedDatabaseServerEdition:  A string that corresponds to the database server edition supported by the IPAM server.