Skip to content
Snippets Groups Projects
Commit b596b54f authored by Francesca Moscatelli's avatar Francesca Moscatelli
Browse files

cpInstanceType propertiy added to VnfLinkPortInfo

parent 9eb7cfb0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment