Share via


2.2.4.86 DatabaseLocaleMismatchIpamExceptionData

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

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

DatabaseLocale:  A string that corresponds to the locale of the database.

DatabaseName:  A string that corresponds to the name of the database.

IPAMServerLocale:  A string that corresponds to the IPAM server’s locale.