X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=models%2Fyang%2Fmano-types.yang;h=3aa10a14a26af9f82bab40a74dce07faa10873fd;hb=refs%2Fchanges%2F78%2F5878%2F3;hp=654fcbb49c4f96e09e81b6cfb792e8e55e685b43;hpb=045066f62131d3aa9d0deccabf6ddb884e732ae1;p=osm%2FIM.git diff --git a/models/yang/mano-types.yang b/models/yang/mano-types.yang index 654fcbb..3aa10a1 100644 --- a/models/yang/mano-types.yang +++ b/models/yang/mano-types.yang @@ -644,12 +644,12 @@ module mano-types } } //grouping vm-flavor - grouping vm-flavor-name { - leaf vm-flavor-name { - description "flavor name to be used while creating vm using cloud account"; - type string; - } - } + grouping vm-flavor-name { + leaf vm-flavor-name { + description "flavor name to be used while creating vm using cloud account"; + type string; + } + } grouping vswitch-epa { container vswitch-epa { @@ -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;