From 6d3460688fb69f9dac2b124787f24327a6af42fe Mon Sep 17 00:00:00 2001 From: zulfiqar Date: Wed, 28 Apr 2021 02:34:06 +0200 Subject: [PATCH] SOL002_16: Description added VnfcSnapshotInfo --- .../definitions/SOL002VNFLifecycleManagement_def.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/SOL002/VNFLifecycleManagement/definitions/SOL002VNFLifecycleManagement_def.yaml b/src/SOL002/VNFLifecycleManagement/definitions/SOL002VNFLifecycleManagement_def.yaml index 08705c29..80e5d1d1 100644 --- a/src/SOL002/VNFLifecycleManagement/definitions/SOL002VNFLifecycleManagement_def.yaml +++ b/src/SOL002/VNFLifecycleManagement/definitions/SOL002VNFLifecycleManagement_def.yaml @@ -831,13 +831,15 @@ definitions: required: - id - vnfcInstanceId - - triggeredAt - - vnfcInfo + - creationStartedAt + - vnfcResourceInfoId properties: id: description: > Identifier of the information held by the VNFM about a specific VNFC snapshot. This identifier is allocated by the VNFM and is unique within the scope of a VNF snapshot. + The attribute also identifies the compute snapshot image associated + to this VNFC snapshot within the context of a referred VNF snapshot. $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/Identifier" vnfcInstanceId: description: > @@ -876,7 +878,8 @@ definitions: storageResourceId: description: > Reference to the "VirtualStorageResourceInfo" structure in the "VnfInstance" structure that represents - the virtual storage resource. + the virtual storage resource. The attribute also identifies the storage snapshot image + associated to this VNFC snapshot within the context of a referred VNF snapshot $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/IdentifierInVnf" storageSnapshotResource: description: > -- GitLab