X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=models%2Fyang%2Fmano-types.yang;h=46472e75483596314e6983f2ff0a982e9b09198a;hp=e042c449758569fcb22e1d149e8576cbfcb58ff5;hb=46dfea570d9b0e2bc1610a7f7014e00fc7a400c0;hpb=634a26ff7428df4008a178667c6f1ef06f5071c1 diff --git a/models/yang/mano-types.yang b/models/yang/mano-types.yang index e042c44..46472e7 100644 --- a/models/yang/mano-types.yang +++ b/models/yang/mano-types.yang @@ -371,6 +371,29 @@ module mano-types } } + list terminate-config-primitive { + description + "Terminate set of configuration primitives."; + key "seq"; + leaf seq { + description + "Sequence number for the configuration primitive."; + type uint64; + } + leaf name { + description + "Name of the configuration primitive."; + type string; + } + + uses primitive-parameter-value; + + leaf user-defined-script { + description + "A user defined script."; + type string; + } + } uses manotypes:vca-metrics; } // END - grouping vca-configuration @@ -1799,14 +1822,7 @@ module mano-types } } - grouping alarm { - leaf alarm-id { - description - "This field is reserved for the identifier assigned by the VIM provider"; - - type string; - } - + grouping alarm-properties { leaf name { description "A human readable string to identify the alarm"; type string; @@ -1869,11 +1885,6 @@ module mano-types type alarm-severity-type; } - leaf metric { - description "The metric to be tracked by this alarm."; - type alarm-metric-type; - } - leaf statistic { description "The type of metric statistic that is tracked by this alarm"; type alarm-statistic-type;