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
e048559e
Commit
e048559e
authored
Apr 10, 2019
by
Samir Medjiah
Browse files
SOL005_92: Added a new data type : "CpPairInfo" (NS LCM)
parent
aa2f75a9
Changes
1
Show whitespace changes
Inline
Side-by-side
src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml
View file @
e048559e
...
...
@@ -844,6 +844,43 @@ definitions:
a load balancing algorithm and criteria).
$ref
:
"
#/definitions/ForwardingBehaviourInputParameters"
cpPairInfo
:
description
:
>
This type represents describes a pair of ingress and egress CPs or SAPs which
the NFP passes by. It shall comply with the provisions defined in Table 6.5.3.72-1.
type
:
object
properties
:
vnfExtCpIds
:
description
:
>
Identifier(s) of the VNF CP(s) which form the pair.
The presence of a single vnfExpCpId, pnfExtCpId, or sapId occurrence indicates
that the CP or SAP is used both as an ingress and egress port at a particular
NFP position.
type
:
array
maxItems
:
2
items
:
$ref
:
"
SOL005_def.yaml#/definitions/IdentifierInVnf"
pnfExtCpIds
:
description
:
>
Identifier(s) of the PNF CP(s) which form the pair.
The presence of a single vnfExpCpId, pnfExtCpId, or sapId occurrence indicates
that the CP or SAP is used both as an ingress and egress port at a particular
NFP position.
type
:
array
maxItems
:
2
items
:
$ref
:
"
SOL005_def.yaml#/definitions/IdentifierInPnf"
sapIds
:
description
:
>
Identifier(s) of the SAP(s) which form the pair.
The presence of a single vnfExpCpId, pnfExtCpId, or sapId occurrence indicates
that the CP or SAP is used both as an ingress and egress port at a particular
NFP position.
type
:
array
maxItems
:
2
items
:
$ref
:
"
SOL005_def.yaml#/definitions/IdentifierInNs"
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