Loading src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml +16 −0 Original line number Diff line number Diff line Loading @@ -131,6 +131,22 @@ definitions: will be terminated automatically at this timestamp. Cardinality "0" indicates the NS termination takes place immediately $ref: "../../definitions/SOL005_def.yaml#/definitions/DateTime" terminateNsData: description: > Provides additional parameters to the termination process at the NS level. Information needed for terminating specific VNF instances shall only be specified in the "terminateVnfData" attribute, and not in the "terminateNsData" attribute. $ref: "#/definitions/TerminateNsData" terminateVnfData: description: > Provides the information to terminate VNF instance(s). Information needed for terminating specific VNF instances shall only be specified in the "terminateVnfData" attribute, and not in the "terminateNsData" attribute. VNF instance(s) part of this NS instance is(are) terminated as part of Terminate NS operation only if the instance(s) is(are) not used by any other NS instance. type: array items: $ref: "../../definitions/SOL005_def.yaml#/definitions/DateTime" CreateNsRequest: type: object Loading Loading
src/SOL005/NSLifecycleManagement/definitions/SOL005NSLifecycleManagement_def.yaml +16 −0 Original line number Diff line number Diff line Loading @@ -131,6 +131,22 @@ definitions: will be terminated automatically at this timestamp. Cardinality "0" indicates the NS termination takes place immediately $ref: "../../definitions/SOL005_def.yaml#/definitions/DateTime" terminateNsData: description: > Provides additional parameters to the termination process at the NS level. Information needed for terminating specific VNF instances shall only be specified in the "terminateVnfData" attribute, and not in the "terminateNsData" attribute. $ref: "#/definitions/TerminateNsData" terminateVnfData: description: > Provides the information to terminate VNF instance(s). Information needed for terminating specific VNF instances shall only be specified in the "terminateVnfData" attribute, and not in the "terminateNsData" attribute. VNF instance(s) part of this NS instance is(are) terminated as part of Terminate NS operation only if the instance(s) is(are) not used by any other NS instance. type: array items: $ref: "../../definitions/SOL005_def.yaml#/definitions/DateTime" CreateNsRequest: type: object Loading