2.2.4.291 IpamUpgradeValidationRuleStatus

The IpamUpgradeValidationRuleStatus complex type extends the attributes of a BaseIpamObject type (section 2.2.4.64). It defines a set of rules for validating whether a given instance of IPAM can be upgraded and the status for each rule.

 <xs:complexType name="IpamUpgradeValidationRuleStatus">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:BaseIpamObject">
       <xs:sequence>
         <xs:element minOccurs="0" name="RuleInfo" nillable="true" type="ipam:IpamUpgradeValidationRuleInfo" />
         <xs:element minOccurs="0" name="RuleStatus" type="ipam:IpamUpgradeValidationStatus" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType> 

RuleInfo: Specifies a particular rule to ensure sanity of an IPAM instance.

RuleStatus: Specifies whether the RuleInfo passed or failed for the given instance of IPAM.