Skip to content
Snippets Groups Projects
Commit 0bc54ab1 authored by Samir Medjiah's avatar Samir Medjiah
Browse files

SOL003_4, SOL003_8 : update in data types

parent 02136269
No related branches found
No related tags found
1 merge request!15SOL002/SOL003 OpenAPI representations for v3.3.1
......@@ -326,6 +326,9 @@ definitions:
description: >
The identifier of the CPD in the VNFD. In case this identifier refers to a CPD with trunking enabled,
the external CP instances created from this CPD will represent ports in a trunk.
NOTE: In case this identifier refers to a CPD with trunking enabled, the external CP instances created
from this CPD will represent ports in a trunk.
$ref: "#/definitions/IdentifierInVnfd"
cpConfig:
description: >
......@@ -616,6 +619,23 @@ definitions:
The identifier of the resource in the scope of the VIM or the
resource provider.
$ref: "#/definitions/IdentifierInVim"
vnfLinkPort:
description: >
Externally provided link ports to be used to connect VNFC connection points to this externally-managed VL
on this network resource. If this attribute is not present, the VNFM shall create the link ports on the
externally-managed VL.
type: array
items:
$ref: "#/definitions/VnfLinkPortData"
extManagedMultisiteVirtualLinkId:
description: >
Identifier of the externally-managed multi-site VL instance. The identifier is assigned by the NFVMANO
entity that manages the externally managed multi-site VL instance. It shall be present when the present
externally-managed internal VL (indicated by extManagedVirtualLinkId) is part of a multi-site VL, e.g.,
in support of multi-site VNF spanning several VIMs. All externally-managed internal VL instances
corresponding to an internal VL created based on the same virtualLinkDescId shall refer to the same
extManagedMultisiteVirtualLinkId.
$ref: "#/definitions/Identifier"
Identifier:
description: >
......
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