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
0e3d6037
Commit
0e3d6037
authored
Apr 10, 2019
by
Samir Medjiah
Browse files
SOL005_87: Added "NfpInfo" data type (NS LCM)
parent
a18fd924
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
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