From b596b54f1ccec1690bc74653dfdadfa876549b3f Mon Sep 17 00:00:00 2001 From: Francesca Moscatelli Date: Fri, 1 Mar 2019 15:57:49 +0100 Subject: [PATCH] cpInstanceType propertiy added to VnfLinkPortInfo --- .../SOL002SOL003VNFLifecycleManagement_def.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/definitions/SOL002SOL003VNFLifecycleManagement_def.yaml b/src/definitions/SOL002SOL003VNFLifecycleManagement_def.yaml index 45f29e60..078c86e7 100644 --- a/src/definitions/SOL002SOL003VNFLifecycleManagement_def.yaml +++ b/src/definitions/SOL002SOL003VNFLifecycleManagement_def.yaml @@ -1208,6 +1208,17 @@ definitions: The value refers to an "extCpInfo" item in the VnfInstance or a "vnfcCpInfo" item of a "vnfcResouceInfo" item in the VnfInstance. $ref: "SOL002SOL003_def.yaml#/definitions/IdentifierInVnf" + cpInstanceType: + description: > + Type of the CP instance that is identified by cpInstanceId. + Shall be present if "cpInstanceId" is present, and shall be absent otherwise. + Permitted values: + VNFC_CP: The link port is connected to a VNFC CP + EXT_CP: The link port is associated to an external CP. + type: string + enum: + - VNFC_CP + - EXT_CP VnfOperationalStateType: type: string -- GitLab