Loading src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml +0 −1 Original line number Original line Diff line number Diff line swagger: "2.0" swagger: "2.0" info: info: version: "1.1.0" version: "1.1.0" title: "SOL005 - NS Lifecycle Management Interface" title: "SOL005 - NS Lifecycle Management Interface" Loading src/SOL005/NSLifecycleManagement/definitions/NSLifecycleManagement_def.yaml +10 −2 Original line number Original line Diff line number Diff line Loading @@ -22,11 +22,10 @@ definitions: items: items: $ref: "#/definitions/HealVnfData" $ref: "#/definitions/HealVnfData" CancelMode: CancelMode: description: > description: > This type represents a parameter to select the mode of canceling an ongoing NS LCM operation occurrence. 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 type: object required: required: - cancelMode - cancelMode Loading @@ -36,6 +35,15 @@ definitions: Cancellation mode to apply. Cancellation mode to apply. $ref: "#/definitions/CancelModeType" $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: HealNsData: description: > description: > This type represents the information used to heal a NS. This type represents the information used to heal a NS. Loading Loading
src/SOL005/NSLifecycleManagement/NSLifecycleManagement.yaml +0 −1 Original line number Original line Diff line number Diff line swagger: "2.0" swagger: "2.0" info: info: version: "1.1.0" version: "1.1.0" title: "SOL005 - NS Lifecycle Management Interface" title: "SOL005 - NS Lifecycle Management Interface" Loading
src/SOL005/NSLifecycleManagement/definitions/NSLifecycleManagement_def.yaml +10 −2 Original line number Original line Diff line number Diff line Loading @@ -22,11 +22,10 @@ definitions: items: items: $ref: "#/definitions/HealVnfData" $ref: "#/definitions/HealVnfData" CancelMode: CancelMode: description: > description: > This type represents a parameter to select the mode of canceling an ongoing NS LCM operation occurrence. 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 type: object required: required: - cancelMode - cancelMode Loading @@ -36,6 +35,15 @@ definitions: Cancellation mode to apply. Cancellation mode to apply. $ref: "#/definitions/CancelModeType" $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: HealNsData: description: > description: > This type represents the information used to heal a NS. This type represents the information used to heal a NS. Loading