2.2.4.34 ConflictingIPRangeFailureIpamExceptionData
The ConflictingIPRangeFailureIpamExceptionDAta specifies the information pertaining to the IP address range instance overlap. This is used as the IpamExceptionData to provide more fault-specific information when an operation fails because of an IP address range instance overlap.
-
<xs:complexType name="ConflictingIPRangeFailureIpamExceptionData"> <xs:complexContent mixed="false"> <xs:extension base="ipam:IpamExceptionData"> <xs:sequence> <xs:element minOccurs="0" name="ConflictingIPRangesManaged" nillable="true" type="xsd:string" /> <xs:element minOccurs="0" name="IPRangeManaged" nillable="true" type="xsd:string" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
IPRangeManaged: This specifies the address range information, in a string format, whose add or update is causing a fault because of conflict.
ConflictingIPRangesManaged: This specifies the list of address range information, in a string format, which is causing the conflict to an address range add or update.