Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
S
SOL005
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
NFV - Network Functions Virtualisation
SOL005
Commits
0e3d6037
Commit
0e3d6037
authored
Apr 09, 2019
by
Samir Medjiah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SOL005_87: Added "NfpInfo" data type (NS LCM)
parent
a18fd924
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
57 additions
and
0 deletions
+57
-0
SOL005NSLifecycleManagement_def.yaml
...nagement/definitions/SOL005NSLifecycleManagement_def.yaml
+57
-0
No files found.
src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml
View file @
0e3d6037
...
...
@@ -579,6 +579,63 @@ definitions:
items
:
$ref
:
"
#/definitions/NsCpHandle"
NfpInfo
:
description
:
>
This type represents an NFP instance. It shall comply with
the provisions defined in Table 6.5.3.66-1.
type
:
object
required
:
-
id
-
nfpRule
-
nfpState
properties
:
id
:
description
:
>
Identifier of this NFP instance.
$ref
:
"
SOL005_def.yaml#/definitions/IdentifierInNs"
nfpdId
:
description
:
>
Identifier of the NFPD used to instantiate this NFP
instance. It shall be present if the NFP instance is
instantiated from the NFPD.
$ref
:
"
SOL005_def.yaml#/definitions/IdentifierInNsd"
nfpName
:
description
:
>
Human readable name for the NFP instance.
type
:
string
description
:
description
:
>
Human readable description for the NFP instance.
type
:
string
cpGroup
:
description
:
>
Group(s) of CPs and/or SAPs which the NFP passes through.
When multiple identifiers are included, the position of
the identifier in the CpGroup data type specifies the
position of the group in the path.
type
:
array
minItems
:
1
items
:
$ref
:
"
#/definitions/NsCpHandle"
totalCp
:
description
:
>
Total number of CP and SAP instances in this NFP instance.
type
:
integer
nfpRule
:
description
:
>
NFP classification and selection rule.
$ref
:
"
#/definitions/NfpRule"
nfpState
:
description
:
>
The state of the NFP instance.
Permitted values:
* ENABLED: The NFP instance is enabled.
* DISABLED: The NFP instance is disabled.
type
:
string
enum
:
-
ENABLED
-
DISABLED
NsCpHandle
:
description
:
>
This type represents an identifier of the CP or SAP instance.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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