2.2.4.68 ConflictingIPAddressFailureIpamExceptionData
The ConflictingIPAddressFailureIpamExceptionData complex type specifies the information pertaining to the IP address instance overlap. This is used as the ipam1: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="AddressSpaceName" nillable="true" type="xsd:string" /> <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>
AddressSpaceName: This specifies the AddressSpace (section 2.2.4.7) to which the IP address is causing the conflict.
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.