blob: 25ca73d8a06f5b8d1112e4a7dde2776dd7e7e197 [file] [log] [blame]
module rock {
namespace "http://example.net/rock";
prefix "rock";
rpc activate-software-image {
description "description";
input {
leaf image-name {
type string;
}
typedef my-type {
status deprecated;
type int32;
}
}
}
}