Skip to content

Commit 6bf6911

Browse files
author
ebar2053
committed
Controller DataModel change
Controller DataModel change
1 parent 2a081c8 commit 6bf6911

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

datamodel/datamodel.xml

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,36 @@
22
<DataModelInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.qualisystems.com/ResourceManagement/DataModelSchema.xsd">
33

44
<Attributes>
5-
<AttributeInfo Name="Client Install Path" Type="String" DefaultValue="" IsReadOnly="false" Description="The path in which the traffic client is installed on the Execution Server. For example 'C:/Program Files (x86)/Ixia/IxOS/6.90-EA'.">
5+
<AttributeInfo Name="Client Install Path" Type="String" DefaultValue="" IsReadOnly="false"
6+
Description="The path in which the traffic client is installed on the Execution Server. For example 'C:/Program Files (x86)/Ixia/IxOS/6.90-EA'.">
67
<Rules>
78
<Rule Name="Configuration" />
89
</Rules>
910
</AttributeInfo>
10-
<AttributeInfo Name="Controller TCP Port" Type="String" DefaultValue="" IsReadOnly="false" Description="The TCP port of the traffic server. Relevant only in case an external server is configured. Default TCP port should be used if kept empty.">
11+
<AttributeInfo Name="Controller Address" Type="String" DefaultValue="" IsReadOnly="false"
12+
Description="The IP address of the traffic server. Relevant only in case an external server is configured.">
1113
<Rules>
1214
<Rule Name="Configuration" />
1315
</Rules>
1416
</AttributeInfo>
17+
<AttributeInfo Name="Controller TCP Port" Type="String" DefaultValue="" IsReadOnly="false"
18+
Description="The TCP port of the traffic server. Relevant only in case an external server is configured. Default TCP port should be used if kept empty.">
19+
<Rules>
20+
<Rule Name="Configuration" />
21+
</Rules>
22+
</AttributeInfo>
23+
<AttributeInfo Name="Password" Type="Password" DefaultValue="" IsReadOnly="false"
24+
Description="">
25+
<Rules>
26+
<Rule Name="Configuration"/>
27+
</Rules>
28+
</AttributeInfo>
29+
<AttributeInfo Name="User" Type="String" DefaultValue="" IsReadOnly="false"
30+
Description="">
31+
<Rules>
32+
<Rule Name="Configuration"/>
33+
</Rules>
34+
</AttributeInfo>
1535
</Attributes>
1636

1737
<ResourceFamilies>

0 commit comments

Comments
 (0)