2.2.5.69 ipam1:IpamUpgradeValidationRuleNameId
The ipam1:IpamUpgradeValidationRuleNameId simple type is an enumeration that specifies the identifier for the rules that are applied during validation of the IPAM data store before upgrade.
-
<xs:simpleType name="IpamUpgradeValidationRuleNameId"> <xs:restriction base="xsd:string"> <xs:enumeration value="None" /> <xs:enumeration value="RangeToValidSubnetValidationRuleId" /> <xs:enumeration value="ObjectsWithMultipleMBandSIValidationRuleId" /> <xs:enumeration value="ObjectsWithoutMBandSIValidationRuleId" /> <xs:enumeration value="DnsAdminRoleValidationRuleId" /> </xs:restriction> </xs:simpleType>
The following table describes the various values of this type.
|
Value |
Description |
|---|---|
|
None |
No identifier is to be applied. |
|
RangeToValidSubnetValidationRuleId |
The rule identifier. |
|
ObjectsWithMultipleMBandSIValidationRuleId |
Identifies the rule to validate that objects do not have multiple MB and SI values. |
|
ObjectsWithoutMBandSIValidationRuleId |
Identifies the rule to validate that objects have one MB and one SI. |
|
DnsAdminRoleValidationRuleId |
Identifies the rule to validate that the IPAM DNS Administrator role does not exist. |