From 8cfa7279b7826aa3c44d386653c13bd6342c2132 Mon Sep 17 00:00:00 2001 From: Samir Medjiah Date: Wed, 10 Apr 2019 01:07:29 +0200 Subject: [PATCH] SOL005_83: Added a new attribute "metadata" in "VnfcResourceInfo"/"vnfcCpInfo". Its type is "KeyValuePairs" (NS LCM) --- .../definitions/SOL005NSLifecycleManagement_def.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml b/src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml index c2ea84e..957618d 100644 --- a/src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml +++ b/src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml @@ -1020,9 +1020,13 @@ definitions: vnfLinkPortId: description: > Identifier of the "vnfLinkPorts" structure in the - "vnfVirtualLinkResourceInfo" structure. Shall be present if + "VnfVirtualLinkResourceInfo" structure. Shall be present if the CP is associated to a link port. $ref: "SOL005_def.yaml#/definitions/IdentifierInVnf" + metadata: + description: > + Metadata about this CP. + $ref: "SOL005_def.yaml#/definitions/KeyValuePairs" metadata: description: > Metadata about this resource. -- GitLab