Change-Id: Iac92373e5c4c8e4e6e896042febfed737aa1b7fe
Signed-off-by: vijay.r <vijay.r@tataelxsi.co.in>
leaf scale-in-threshold {
description
"Value below which scale-in requests are generated";
- type uint64;
+ type decimal64{
+ fraction-digits 10;
+ }
}
leaf scale-in-relational-operation {
leaf scale-out-threshold {
description
"Value above which scale-out requests are generated";
- type uint64;
+ type decimal64{
+ fraction-digits 10;
+ }
}
leaf scale-out-relational-operation {