Loading src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml +0 −1 Original line number Diff line number Diff line swagger: "2.0" info: version: "1.1.0" title: "SOL005 - NS Lifecycle Management Interface" Loading src/SOL005/NSLifecycleManagement/definitions/NSLifecycleManagement_def.yaml +10 −2 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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. Loading Loading
src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml +0 −1 Original line number Diff line number Diff line swagger: "2.0" info: version: "1.1.0" title: "SOL005 - NS Lifecycle Management Interface" Loading
src/SOL005/NSLifecycleManagement/definitions/NSLifecycleManagement_def.yaml +10 −2 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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. Loading