X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=models%2Fyang%2Fmano-types.yang;fp=models%2Fyang%2Fmano-types.yang;h=3aa10a14a26af9f82bab40a74dce07faa10873fd;hb=66adc6d16af6cc9f8ae4194feca1ddb7454c4765;hp=26eb420718b039becf0413ad330cf8627d77bd34;hpb=400907817e6c038a65c3e04707e264959c3dc281;p=osm%2FIM.git diff --git a/models/yang/mano-types.yang b/models/yang/mano-types.yang index 26eb420..3aa10a1 100644 --- a/models/yang/mano-types.yang +++ b/models/yang/mano-types.yang @@ -1224,7 +1224,12 @@ module mano-types grouping monitoring-param-aggregation { typedef aggregation-type { - description "aggregation-type"; + description + "aggregation-type, indicates the way to aggregate monitoring-params + (e.g. how to aggregate CPU utilisation of all VNFs belonging to the + same VNF group identified by member-vnf-index; or how to aggregate + memory utilisation of all VDUs belonging to the same VDU group + identified by vdu id)"; type enumeration { enum AVERAGE; enum MINIMUM;