Share via


2.2.4.236 InvalidSQLDBConfigInvalidPortIpamExceptionData

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

 <xs:complexType name="InvalidSQLDBConfigInvalidPortIpamExceptionData">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:IpamExceptionData">
       <xs:sequence>
         <xs:element minOccurs="0" name="InputPort" type="xsd:unsignedInt" />
         <xs:element minOccurs="0" name="MaxAllowedPort" type="xsd:unsignedInt" />
         <xs:element minOccurs="0" name="MinAllowedPort" type="xsd:unsignedInt" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

InputPort: An unsigned int that represents the port configured for the SQL DB.

MaxAllowedPort: An unsigned int that represents the maximum port number allowed for database configuration.

MinAllowedPort: An unsigned int that represents the minimum port number allowed for database configuration.