X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=augments%2Fcommon-augments.yang;h=7beec8905ffba0a60109e6c56527b8dead902efc;hb=cc20284c7b7b7a91b5c6277dc8e0e115458ad66b;hp=bcb7d474bfe72ac32135494b7a343ebdcec0829e;hpb=d01dd4e6143ea2d2b695873fd565b8afb5c92d94;p=osm%2FIM.git diff --git a/augments/common-augments.yang b/augments/common-augments.yang index bcb7d47..7beec89 100644 --- a/augments/common-augments.yang +++ b/augments/common-augments.yang @@ -506,4 +506,49 @@ module common-augments { } } } + + grouping description { + leaf description { + type string; + } + } + + typedef scaling-trigger { + type enumeration { + enum pre-scale-in { + value 1; + } + enum post-scale-in { + value 2; + } + enum pre-scale-out { + value 3; + } + enum post-scale-out { + value 4; + } + } + } + + typedef scaling-policy-type { + type enumeration { + enum manual { + value 1; + } + enum automatic { + value 2; + } + } + } + + typedef scaling-criteria-operation { + type enumeration { + enum AND { + value 1; + } + enum OR { + value 2; + } + } + } } \ No newline at end of file