2.2.4.87 DatabaseSchemaVersionMismatchIpamExceptionData
The DatabaseSchemaVersionMismatchIpamExceptionData complex type allows extended attributes on an ipam1:IpamExceptionData type (section 2.2.4.252). It creates objects whose IpamExceptionId is IpamApiErrorDatabaseSchemaVersionMismatch.
-
<xs:complexType name="DatabaseSchemaVersionMismatchIpamExceptionData"> <xs:complexContent mixed="false"> <xs:extension base="ipam:IpamExceptionData"> <xs:sequence> <xs:element minOccurs="0" name="DatabaseSchemaVersion" nillable="true" type="ipam:IpamSchemaVersion" /> <xs:element minOccurs="0" name="IPAMServerSchemaVersion" nillable="true" type="ipam:IpamSchemaVersion" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
DatabaseSchemaVersion: An IpamSchemaVersion (section 2.2.4.289) that corresponds to the schema version of the IPAM data store.
IPAMServerSchemaVersion: An IpamSchemaVersion that corresponds to the schema version supported by the IPAM server.