2.2.4.65 ChangeDatabaseSettingsNotAllowedForDBTypesIpamExceptionData
The ChangeDatabaseSettingsNotAllowedForDBTypesIpamExceptionData complex type extends the ipam1:IpamExceptionData type (section 2.2.4.252). It creates objects whose IpamExceptionId is IpamApiErrorChangeDatabaseSettingsNotAllowedForDBTypes.
-
<xs:complexType name="ChangeDatabaseSettingsNotAllowedForDBTypesIpamExceptionData"> <xs:complexContent mixed="false"> <xs:extension base="ipam:IpamExceptionData"> <xs:sequence> <xs:element minOccurs="0" name="DestinationDatabaseType" type="ipam:IpamDatabaseType" /> <xs:element minOccurs="0" name="SourceDatabaseType" type="ipam:IpamDatabaseType" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
DestinationDatabaseType: An IpamDatabaseType (section 2.2.5.73) that represents the destination database type.
SourceDatabaseType: An IpamDatabaseType that represents the source database type.