2.2.4.209 DnsResourceRecordIsAlreadyMappedIpamExceptionData

The DnsResourceRecordIsAlreadyMappedIpamExceptionData complex type SHOULD<44> allow extended attributes on an ipam1:IpamExceptionData type (section 2.2.4.252). It creates objects whose IpamExceptionId is IpamApiDnsResourceRecordIsAlreadyMapped.

 <xs:complexType name="DnsResourceRecordIsAlreadyMappedIpamExceptionData">
   <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: Specifies the name of the Address Space of the IP address to which resource record is mapped.

IPAddress: Specifies the IP address to which resource record is mapped.

ManagedBy: Specifies the ManagedBy value of the IP address to which resource record is mapped.

ManagedByEntity: Specifies the ManagedByEntity value of the IP address to which resource record is mapped.