X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=models%2Fyang%2Fmano-types.yang;h=2ff53e792828057b94184e992c3b6a16996628e5;hp=e042c449758569fcb22e1d149e8576cbfcb58ff5;hb=16d80caf4c5e07119fca593b00c9407011e9cdb4;hpb=634a26ff7428df4008a178667c6f1ef06f5071c1 diff --git a/models/yang/mano-types.yang b/models/yang/mano-types.yang index e042c44..2ff53e7 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