Skip to content
Snippets Groups Projects
Commit 82cfcd26 authored by Sana Zulfiqar's avatar Sana Zulfiqar
Browse files

SOL002_10: new attribute added in VnfcResourceInfo

parent e33ce6cd
No related branches found
No related tags found
1 merge request!17Merge 3.5.1-dev into master
Pipeline #6806 passed
...@@ -982,7 +982,6 @@ definitions: ...@@ -982,7 +982,6 @@ definitions:
- id - id
- vduId - vduId
- computeResource - computeResource
- vnfcCpInfo
properties: properties:
id: id:
description: > description: >
...@@ -1055,9 +1054,17 @@ definitions: ...@@ -1055,9 +1054,17 @@ definitions:
$ref: "../../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/CpProtocolInfo" $ref: "../../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/CpProtocolInfo"
vnfLinkPortId: vnfLinkPortId:
description: > description: >
Identifier of the "VnfLinkPortInfo" structure in the "VnfVirtualLinkResourceInfo" structure. Shall be present if Identifier of the "VnfLinkPortInfo" structure in the "VnfVirtualLinkResourceInfo"
the CP is associated to a link port on an internal VL of the VNF instance and shall be absent otherwise. 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" $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: metadata:
description: > description: >
Metadata about this CP. Metadata about this CP.
......
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