Adding terminate-config-primitie for PNF config deletion
[osm/IM.git] / models / yang / mano-types.yang
index e042c44..2ff53e7 100644 (file)
@@ -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
     uses manotypes:vca-metrics;
 
   } // END - grouping vca-configuration