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
99aa7caf
Commit
99aa7caf
authored
Apr 21, 2021
by
piscione
Browse files
SOL005_15: added attributes to TerminateNsRequest datamodel
parent
a36a3dfc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml
View file @
99aa7caf
...
...
@@ -131,6 +131,22 @@ definitions:
will be terminated automatically at this timestamp.
Cardinality "0" indicates the NS termination takes place immediately
$ref
:
"
../../definitions/SOL005_def.yaml#/definitions/DateTime"
terminateNsData
:
description
:
>
Provides additional parameters to the termination process at the NS level.
Information needed for terminating specific VNF instances shall only be specified
in the "terminateVnfData" attribute, and not in the "terminateNsData" attribute.
$ref
:
"
#/definitions/TerminateNsData"
terminateVnfData
:
description
:
>
Provides the information to terminate VNF instance(s).
Information needed for terminating specific VNF instances
shall only be specified in the "terminateVnfData" attribute, and not in the "terminateNsData" attribute.
VNF instance(s) part of this NS instance is(are) terminated as part of Terminate NS operation
only if the instance(s) is(are) not used by any other NS instance.
type
:
array
items
:
$ref
:
"
../../definitions/SOL005_def.yaml#/definitions/DateTime"
CreateNsRequest
:
type
:
object
...
...
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