Skip to content
Snippets Groups Projects
Commit f02f557c authored by Samir Medjiah's avatar Samir Medjiah
Browse files

SOL003: v308 updates -> StopType updated

parent 058ca35b
No related branches found
No related tags found
1 merge request!15SOL002/SOL003 OpenAPI representations for v3.3.1
...@@ -818,12 +818,12 @@ definitions: ...@@ -818,12 +818,12 @@ definitions:
StopType: StopType:
description: > description: >
* FORCEFUL: The VNFM will stop the VNF immediately after accepting the * FORCEFUL: The VNFM will stop the VNF instance immediately after accepting
request. the request.
* GRACEFUL: The VNFM will first arrange to take the VNF out of service * GRACEFUL: The VNFM instance will first arrange to take the VNF out of
after accepting the request. Once that operation is successful or once service after accepting the request. Once that operation is successful
the timer value specified in the "gracefulStopTimeout" attribute or once the timer value specified in the "gracefulStopTimeout" attribute
expires, the VNFM will stop the VNF. expires, the VNFM will stop the VNF instance.
type: string type: string
enum: enum:
- FORCEFUL - FORCEFUL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment