From 0308903f58b05a018994961bf1f98694d748b8d2 Mon Sep 17 00:00:00 2001 From: zulfiqar Date: Wed, 28 Apr 2021 02:14:52 +0200 Subject: [PATCH] SOL002_19: description added in AffectedVirtualLink --- .../definitions/SOL002VNFLifecycleManagement_def.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/SOL002/VNFLifecycleManagement/definitions/SOL002VNFLifecycleManagement_def.yaml b/src/SOL002/VNFLifecycleManagement/definitions/SOL002VNFLifecycleManagement_def.yaml index aad827a5..08705c29 100644 --- a/src/SOL002/VNFLifecycleManagement/definitions/SOL002VNFLifecycleManagement_def.yaml +++ b/src/SOL002/VNFLifecycleManagement/definitions/SOL002VNFLifecycleManagement_def.yaml @@ -1258,7 +1258,7 @@ definitions: id: description: > Identifier of the virtual link instance, identifying the applicable - "vnfVirtualLinkResourceInfo" entry in the "VnfInstance" data type. + "vnfVirtualLinkResourceInfo" or "extManagedVirtualLinkInfo" entry in the "VnfInstance" data type. $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/IdentifierInVnf" vnfVirtualLinkDescId: description: > @@ -1322,7 +1322,8 @@ definitions: description: > Metadata about this resource. The content of this attribute shall be a copy of the content of the - "metadata" attribute of the VnfVirtualLinkResourceInfo structure. + "metadata" attribute of the applicable "VnfVirtualLinkResourceInfo" structure + if such structure is referenced by the "id" attribute and it has metadata. $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/KeyValuePairs" AffectedVirtualStorage: -- GitLab