2.2.4.292 IpamUpgradeWarningInfo

The IpamUpgradeWarningInfo complex type SHOULD<51> extend the attributes of a BaseIpamObject type (section 2.2.4.64). It represents whether a given instance of IPAM has upgraded with warnings.

 <xs:complexType name="IpamUpgradeWarningInfo">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:BaseIpamObject">
       <xs:sequence>
         <xs:element minOccurs="0" name="HasUpgradeCompletedWithWarnings" type="xsd:boolean" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType> 

HasUpgradeCompletedWithWarnings: Specifies whether the upgrade completed with warnings for the given instance of IPAM.