2.2.4.241 InvalidWIDDBConfigPortNotAllowedIpamExceptionData

The InvalidWIDDBConfigPortNotAllowedIpamExceptionData complex type allows extended attributes on an ipam1:IpamExceptionData type. It creates objects whose IpamExceptionId is IpamApiErrorInvalidWIDDBConfigPortNotAllowed.

 <xs:complexType name="InvalidWIDDBConfigPortNotAllowedIpamExceptionData">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:IpamExceptionData">
       <xs:sequence>
         <xs:element minOccurs="0" name="Port" type="xsd:unsignedInt" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

Port:  An unsigned int that represents the port configured for the WID database.