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
65b0fd80
Commit
65b0fd80
authored
Apr 17, 2019
by
moscatelli
Browse files
SOL005: Fix in NS Lifecycle mgmt data types
parent
92a75db0
Pipeline
#799
passed with stage
in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml
View file @
65b0fd80
swagger
:
"
2.0"
info
:
version
:
"
1.1.0"
title
:
"
SOL005
-
NS
Lifecycle
Management
Interface"
...
...
src/SOL005/NSLifecycleManagement/definitions/NSLifecycleManagement_def.yaml
View file @
65b0fd80
...
...
@@ -22,11 +22,10 @@ definitions:
items
:
$ref
:
"
#/definitions/HealVnfData"
CancelMode
:
description
:
>
This type represents a parameter to select the mode of canceling an ongoing NS LCM operation occurrence.
It shall comply with the provisions defined in Table 6.5.2.16-1.
.
It shall comply with the provisions defined in Table 6.5.2.16-1.
type
:
object
required
:
-
cancelMode
...
...
@@ -36,6 +35,15 @@ definitions:
Cancellation mode to apply.
$ref
:
"
#/definitions/CancelModeType"
CancelModeType
:
description
:
>
The enumeration CancelModeType defines the valid modes of cancelling a NS LCM operation occurrence.
It shall comply with the provisions defined in Table 6.5.4.10-1.
type
:
string
enum
:
-
GRACEFUL
-
FORCEFUL
HealNsData
:
description
:
>
This type represents the information used to heal a NS.
...
...
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