Merge "Fixed netconf monitoring."
[controller.git] / opendaylight / netconf / netconf-util / src / test / resources / netconfMessages / editConfig_setUnions.xml
1 <rpc message-id="a" a="64" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
2     <edit-config>
3         <target>
4             <candidate/>
5         </target>
6         <test-option>
7             set
8         </test-option>
9         <default-operation>merge</default-operation>
10         <config>
11             <modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
12                 <module>
13                     <type xmlns:test-impl="urn:opendaylight:params:xml:ns:yang:controller:test:impl">
14                         test-impl:impl-netconf
15                     </type>
16
17                     <name>instance-from-code</name>
18
19                     <ip xmlns="urn:opendaylight:params:xml:ns:yang:controller:test:impl">127.1.2.3</ip>
20                     <union-test-attr xmlns="urn:opendaylight:params:xml:ns:yang:controller:test:impl">randomStringForUnion</union-test-attr>
21
22                 </module>
23             </modules>
24
25             <services xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
26
27             </services>
28         </config>
29     </edit-config>
30 </rpc>