From 82cfcd2655fdca51aed70ca1f63ba395eda74601 Mon Sep 17 00:00:00 2001 From: zulfiqar Date: Wed, 28 Apr 2021 02:02:54 +0200 Subject: [PATCH] SOL002_10: new attribute added in VnfcResourceInfo --- .../SOL002VNFLifecycleManagement_def.yaml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/SOL002/VNFLifecycleManagement/definitions/SOL002VNFLifecycleManagement_def.yaml b/src/SOL002/VNFLifecycleManagement/definitions/SOL002VNFLifecycleManagement_def.yaml index 4b9ca350..aad827a5 100644 --- a/src/SOL002/VNFLifecycleManagement/definitions/SOL002VNFLifecycleManagement_def.yaml +++ b/src/SOL002/VNFLifecycleManagement/definitions/SOL002VNFLifecycleManagement_def.yaml @@ -982,7 +982,6 @@ definitions: - id - vduId - computeResource - - vnfcCpInfo properties: id: description: > @@ -1055,9 +1054,17 @@ definitions: $ref: "../../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/CpProtocolInfo" vnfLinkPortId: description: > - Identifier of the "VnfLinkPortInfo" structure in the "VnfVirtualLinkResourceInfo" structure. Shall be present if - the CP is associated to a link port on an internal VL of the VNF instance and shall be absent otherwise. + Identifier of the "VnfLinkPortInfo" structure in the "VnfVirtualLinkResourceInfo" + or "ExtManagedVirtualLinkInfo" structure. Shall be present if + the CP is associated to a link port on an internal VL (including externally-managed internal VL) + of the VNF instance and shall be absent otherwise. $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/IdentifierInVnf" + parentCpId: + description: > + Identifier of another VNFC CP instance that corresponds to the parent port + of a trunk that the present VNFC CP instance participates in. + Shall be provided if the present CP instance participates in a trunk as subport. + $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/KeyValuePairs" metadata: description: > Metadata about this CP. -- GitLab