3.3.4.100.2.2 GetSchemaConversionInfoResponse

The GetSchemaConversionInfoResponse element specifies the output values for the GetSchemaConversionInfo operation.

 <xs:element name="GetSchemaConversionInfoResponse">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="0" name="GetSchemaConversionInfoResult" type="xsd:boolean" />
       <xs:element minOccurs="0" name="configuredVersion" nillable="true" type="ipam:IpamSchemaVersion" />
       <xs:element minOccurs="0" name="nextVersion" nillable="true" type="ipam:IpamSchemaVersion" />
       <xs:element minOccurs="0" name="installedVersion" nillable="true" type="ipam:IpamSchemaVersion" />
     </xs:sequence>
   </xs:complexType>
 </xs:element> 

GetSchemaConversionInfoResult:  Specifies whether conversion of IPAM schema is required or not.

configuredVersion:  The current version of the IPAM data store schema.

nextVersion:  The version to which the update logic will update the IPAM schema.

installedVersion:  The currently installed operating system version.