Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NFV - Network Functions Virtualisation
SOL005
Commits
81dd6350
Commit
81dd6350
authored
Apr 10, 2019
by
Samir Medjiah
Browse files
SOL005_90: Added a new data type : "VnfExtCpInfo" (NS LCM)
parent
4eb8f9cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml
View file @
81dd6350
...
...
@@ -758,6 +758,56 @@ definitions:
"Measurement Name" value as defined in clause 7.2 of ETSI GS NFV-IFA 027.
type
:
string
VnfExtCpInfo
:
description
:
>
This type represents information about an external CP of a VNF. It shall comply
with the provisions defined in Table 6.5.3.70-1.
type
:
object
required
:
-
id
-
cpdId
properties
:
id
:
description
:
>
Identifier of the external CP instance and the related information instance.
$ref
:
"
SOL005_def.yaml#/definitions/IdentifierInVnf"
cpdId
:
description
:
>
Identifier of the external CPD, VnfExtCpd, in the VNFD.
$ref
:
"
SOL005_def.yaml#/definitions/IdentifierInVnfd"
cpProtocolInfo
:
description
:
>
Network protocol information for this CP.
type
:
array
minItems
:
1
items
:
$ref
:
"
SOL005_def.yaml#/definitions/CpProtocolInfo"
extLinkPortId
:
description
:
>
Identifier of the "extLinkPortInfo" structure inside the "extVirtualLinkInfo"
structure. Shall be present if the CP is associated to a link port.
$ref
:
"
#/definitions/CpProtocolInfo"
metadata
:
description
:
>
Metadata about this external CP.
$ref
:
"
SOL005_def.yaml#/definitions/KeyValuePairs"
associatedVnfcCpId
:
description
:
>
Identifier of the "vnfcCpInfo" structure in "VnfcResourceInfo" structure
that represents the VNFC CP which is exposed by this external CP instance.
Shall be present in case this CP instance maps to a VNFC CP(s).
The attributes "associatedVnfcCpId" and "associatedVnfVirtualLinkId" are
mutually exclusive. One and only one shall be present.
$ref
:
"
SOL005_def.yaml#/definitions/IdentifierInVnf"
associatedVnfVirtualLinkId
:
description
:
>
Identifier of the "VnfVirtualLinkResourceInfo" structure that represents
the internal VL, which is exposed by this external CP instance. Shall be
present in case this CP instance maps to an internal VL.
The attributes "associatedVnfcCpId" and "associatedVnfVirtualLinkId" are
mutually exclusive. One and only one shall be present.
$ref
:
"
SOL005_def.yaml#/definitions/IdentifierInVnf"
CpProtocolInfo
:
description
:
>
This type describes the protocol layer(s) that a CP or SAP uses together with protocol-related information, like
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment