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