Loading src/SOL003/VNFLifecycleManagement/definitions/SOL003VNFLifecycleManagement_def.yaml +6 −6 Original line number Original line Diff line number Diff line Loading @@ -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 Loading Loading
src/SOL003/VNFLifecycleManagement/definitions/SOL003VNFLifecycleManagement_def.yaml +6 −6 Original line number Original line Diff line number Diff line Loading @@ -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 Loading