From 1ac88410cbd96072397b976714acf6a003f12b3d Mon Sep 17 00:00:00 2001 From: Kevin Scaggs Date: Fri, 31 May 2019 10:29:51 -0500 Subject: Updates to Service Updated Network Slicing Model diagram, renaming filter to SelectionCriteria, and moving SelectionCriteria to Common. ALso renamed ServiceConfigurableProperties to ConfigurableProperties and moved to common. Issue-ID: MODELING-104 Change-Id: I2ef2fcb7bdcd705c25c096c99644e24b946ca0a7 Signed-off-by: Kevin Scaggs --- ONAP Information Model/Service.uml | 95 +++++++++++++++++++++++++++----------- 1 file changed, 67 insertions(+), 28 deletions(-) (limited to 'ONAP Information Model/Service.uml') diff --git a/ONAP Information Model/Service.uml b/ONAP Information Model/Service.uml index 51c3d6f..d6410db 100644 --- a/ONAP Information Model/Service.uml +++ b/ONAP Information Model/Service.uml @@ -464,24 +464,17 @@ - - -
- - - - - - - +
- + + - + + @@ -510,6 +503,21 @@ Do we need this diagram? + + +
+ + + + + + + + + + + + @@ -579,6 +587,9 @@ NOTE: NFV Management and Orchestration functions shall instantiate VNFs from th ServiceDescriptor is used to model the design time representation of a service. + + + Constant identifier of the service model. @@ -643,11 +654,23 @@ NOTE: NFV Management and Orchestration functions shall instantiate VNFs from th + + + Describes the configurable properties of the service. + + + + + + ServiceInstance is used to model the run time representation of a service. + + + Uniquely identifies this instance of a service. @@ -723,10 +746,6 @@ NOTE: NFV Management and Orchestration functions shall instantiate VNFs from th - - - - @@ -1285,13 +1304,6 @@ NOTE: Cardinality of zero is only valid for a non-instantiated NS. - - - - - - - @@ -1701,15 +1713,42 @@ If null, then represents to the end of time - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg