From a0f446289ca5290a1f3aef48cd3296d0f1e1c441 Mon Sep 17 00:00:00 2001 From: Samir Medjiah Date: Wed, 10 Apr 2019 00:45:49 +0200 Subject: [PATCH] SOL005_77: Attribute "virtualLinkDescId" is now called "vmfVirtualLinkDescId" in "ExtManagedVirtualLinkData" data type (NS LCM) --- src/SOL005/NSLifecycleManagement/definitions/SOL005_def.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SOL005/NSLifecycleManagement/definitions/SOL005_def.yaml b/src/SOL005/NSLifecycleManagement/definitions/SOL005_def.yaml index 04921dc..41921fe 100644 --- a/src/SOL005/NSLifecycleManagement/definitions/SOL005_def.yaml +++ b/src/SOL005/NSLifecycleManagement/definitions/SOL005_def.yaml @@ -355,13 +355,13 @@ definitions: The identifier of the externally-managed internal VL instance, if provided. $ref: "#/definitions/Identifier" - virtualLinkDescId: + vmfVirtualLinkDescId: description: > The identifier of the VLD in the VNFD for this VL. $ref: "#/definitions/IdentifierInVnfd" vimId: description: > - Identifier of the VIMthat manage this resource. This + Identifier of the VIM that manage this resource. This attribute shall only be supported and present if VNFrelated resource management in direct mode is applicable. $ref: "#/definitions/Identifier" -- GitLab