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
SOL002-SOL003
Commits
a60e387b
Commit
a60e387b
authored
Apr 07, 2021
by
piscione
Browse files
SOL003_14: new enumaration data model called LcmCoordResultType
parent
bb18b8f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/definitions/SOL002SOL003_def.yaml
View file @
a60e387b
...
...
@@ -951,4 +951,21 @@ definitions:
description
:
>
The token endpoint from which the access token can be obtained.
Shall be present if it has not been provisioned out of band.
$ref
:
"
#/definitions/Uri"
\ No newline at end of file
$ref
:
"
#/definitions/Uri"
LcmCoordResultType
:
description
:
>
The enumeration LcmCoordResultType defines the permitted values
to represent the result of executing an LCM coordination action.
The coordination result also implies the action to be performed by
the VNFM as the follow-up to this coordination.
Value | Description
------|------------
CONTINUE | The related LCM operation shall be continued, staying in the state "PROCESSING".
ABORT | The related LCM operation shall be aborted by transitioning into the state "FAILED_TEMP".
CANCELLED | The coordination action has been cancelled upon request of the API consumer, i.e. the VNFM.
The related LCM operation shall be aborted by transitioning into the state "FAILED_TEMP".
type
:
string
enum
:
-
CONTINUE
-
ABORT
-
CANCELLED
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