Commit 32d62533 authored by piscione's avatar piscione
Browse files

SOL005_30: added attribute to VnfcResourceInfo datamodel

parent a157c924
......@@ -1626,10 +1626,18 @@ definitions:
type: array
items:
$ref: "#/definitions/CpProtocolInfo"
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, and the referred VNFC
CP instances are also present in the vnfcCpInfo attribute.
$ref: "#/definitions/IdentifierInVnf"
vnfLinkPortId:
description: >
Identifier of the "vnfLinkPorts" 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 "vnfLinkPorts" 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/IdentifierInVnf"
metadata:
description: >
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment