blob: 25ca73d8a06f5b8d1112e4a7dde2776dd7e7e197 [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 input {
8 leaf image-name {
9 type string;
10 }
11 typedef my-type {
12 status deprecated;
13 type int32;
14 }
15 }
16 }
17}