2.2.4.33 ConflictingIPBlockFailureIpamExceptionData

The ConflictingIPBlockFailureIpamExceptionData complex type specifies the information pertaining to the IP address block instance overlap. This is used as the IpamExceptionData to provide more fault-specific information when an operation fails because of IP address block instance overlap.

 <xs:complexType name="ConflictingIPBlockFailureIpamExceptionData">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:IpamExceptionData">
       <xs:sequence>
         <xs:element minOccurs="0" name="ConflictingIPBlock" nillable="true" type="xsd:string" />
         <xs:element minOccurs="0" name="IPBlock" nillable="true" type="xsd:string" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

IPBlock: This specifies the IP address block that is causing the fault because of a conflict with existing address blocks in the IPAM data store.

ConflictingIPBlock: This specifies the string representation of a sequence of address blocks using [StartIPAddress, EndIPAddress] format for each address block with which the block creation or modification is conflicting.