Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The IpamUpgradeValidationRuleInfo complex type allows extended attributes on a BaseIpamObject type (section 2.2.4.64). It defines the schema version of an IPAM server.
-
<xs:complexType name="IpamUpgradeValidationRuleInfo"> <xs:complexContent mixed="false"> <xs:extension base="ipam:BaseIpamObject"> <xs:sequence> <xs:element minOccurs="0" name="RuleDescription" nillable="true" type="xsd:string" /> <xs:element minOccurs="0" name="RuleDescriptionId" type="ipam1:IpamUpgradeValidationRuleDescriptionId" /> <xs:element minOccurs="0" name="RuleName" nillable="true" type="xsd:string" /> <xs:element minOccurs="0" name="RuleNameId" type="ipam1:IpamUpgradeValidationRuleNameId" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
RuleDescription: Specifies a description for the rule that verifies whether IPAM can be upgraded.
RuleDescriptionId: This is of type ipam1:IpamUpgradeValidationRuleDescriptionId and specifies an identifier for upgrade rule description.
RuleName: Specifies a name for the rule that verifies whether IPAM can be upgraded.
RuleNameId: This is of type ipam1: IpamUpgradeValidationRuleNameId and specifies an identifier for upgrade rule description.