TANDBERG D14172.01 Network Card User Manual


 
TANDBERG Gatekeeper/Border Controller API User Guide
D14172.01 page 11 of 84
Example 1.10
From the XML structure below we see that the Speed element of Ethernet[1] is configured to Auto.
The Speed element references the EthernetSpeed element in the ValueSpace document,
showing the value domain for this configuration.
<Configuration>
<Ethernet item="1">
<Speed item="1" valueSpaceRef="/ValueSpace/EthernetSpeed[@item='1']">
Auto</Speed>
</Ethernet>
</Configuration>
---
<ValueSpace>
<EthernetSpeed item="1" type="Literal">
<Value >Auto</Value>
<Value >10half</Value>
<Value >10full</Value>
<Value >100half</Value>
<Value >100full</Value>
</EthernetSpeed>
</ValueSpace>
To change configurations, the part(s) of the document containing the configurations to be updated
should be posted back to the system with the new values. Posting configuration to the system is
described in section 1.5 Introduction to TANDBERG XML API Service (TXAS).
1.4.4 Command documents (w)
Command documents contain descriptions of the supported commands for the system. A Command
consists of a Command name and a set of Command parameters. The parameter elements have
attributes to denote whether the parameter is optional or required, in addition to referencing the value
domain for the given parameter.
Command parameters do not contain any values when read from the system.