Files
iTop/datamodels/2.x/itop-virtualization-mgmt/data.sample.dbserver.xml
Romain Quetiez 4d85ff60ab Fixed #618 and #621
+ renamed a few classes/enums/attributes to improve the classes naming consistency and ease the writing of OQLs
+ fixed errors in the profiles

SVN:trunk[2434]
2012-11-20 16:24:24 +00:00

28 lines
703 B
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<Set>
<DBServer alias="DBServer" id="16">
<name>MySQL</name>
<description></description>
<org_id>2</org_id>
<business_criticity>low</business_criticity>
<move2production></move2production>
<system_id>13</system_id>
<software_id>1</software_id>
<softwarelicence_id>0</softwarelicence_id>
<path></path>
<status></status>
</DBServer>
<DBServer alias="DBServer" id="18">
<name>Oracle</name>
<description></description>
<org_id>2</org_id>
<business_criticity>low</business_criticity>
<move2production></move2production>
<system_id>14</system_id>
<software_id>2</software_id>
<softwarelicence_id>0</softwarelicence_id>
<path></path>
<status></status>
</DBServer>
</Set>