From: tierno Date: Tue, 16 Apr 2019 10:42:36 +0000 (+0000) Subject: Adding terminate-config-primitie for PNF config deletion X-Git-Tag: v6.0.0~9 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=commitdiff_plain;h=16d80caf4c5e07119fca593b00c9407011e9cdb4;hp=634a26ff7428df4008a178667c6f1ef06f5071c1 Adding terminate-config-primitie for PNF config deletion Change-Id: Ifde3c17f795f91afcc1f4e5553324b2695907384 Signed-off-by: tierno --- 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