2.2.4.32 ConflictingIPAddressFailureIpamExceptionData

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

 <xs:complexType name="ConflictingIPAddressFailureIpamExceptionData">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:IpamExceptionData">
       <xs:sequence>
         <xs:element minOccurs="0" name="IPAddress" nillable="true" type="xsd:string" />
         <xs:element minOccurs="0" name="ManagedBy" nillable="true" type="xsd:string" />
         <xs:element minOccurs="0" name="ManagedByEntity" nillable="true" type="xsd:string" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

IPAddress: This specifies the IP address that is causing the conflict.

ManagedBy: This specifies the value of the ManagedBy built-in custom field value of the IpamIPAddress conflicting with the address that is being added or updated.

ManagedByEntity: This specifies the value of the ManagedByEntity built-in custom field value of the IpamIPAddress conflicting with the address that is being added or updated.