aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang8
1 files changed, 8 insertions, 0 deletions
diff --git a/generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang b/generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang
index b03196c3..3cc2dfb4 100644
--- a/generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang
+++ b/generic-resource-api/model/src/main/yang/GENERIC-RESOURCE-API.yang
@@ -1882,6 +1882,10 @@ module GENERIC-RESOURCE-API {
leaf vnf-id {
type string;
}
+ leaf vf-module-id {
+ description "This is mandatory in case of rebuild";
+ type string;
+ }
container input-parameters {
uses param;
}
@@ -1902,6 +1906,10 @@ module GENERIC-RESOURCE-API {
leaf vnf-id {
type string;
}
+ leaf vf-module-id {
+ description "This is mandatory in case of rebuild";
+ type string;
+ }
leaf vnf-service-instance-id {
type string;
}