blob: 6027c2dc777cded624bddf8a5879a44e4de696d1 [file] [log] [blame]
Vidyashree Rama6a72b792016-03-29 12:00:42 +05301module rock {
2 namespace "http://example.net/rock";
3 prefix "rock";
4
5 rpc activate-software-image {
6 description "description";
7 output {
8 leaf image-name {
9 type string;
10 }
11 typedef my-type {
12 status deprecated;
13 type int32;
14 }
15 }
16 }
17}