From 527261b99506f84906f1f72a9103d5d913d92a70 Mon Sep 17 00:00:00 2001 From: Kevin Scaggs Date: Fri, 7 Feb 2020 12:39:45 -0600 Subject: Slight update to Vnf Slight further update to Vnf for Allotted Resource contribution Issue-ID: MODELING-104 Change-Id: I372ea98c948d66cdeb9eabe8176f66451ff44c90 Signed-off-by: Kevin Scaggs --- ONAP Information Model/Vnf.uml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ONAP Information Model/Vnf.uml b/ONAP Information Model/Vnf.uml index 94cfc4c..c8316ac 100644 --- a/ONAP Information Model/Vnf.uml +++ b/ONAP Information Model/Vnf.uml @@ -505,6 +505,11 @@ NOTE 2: virtualLinkProfile needs to be provided for all VLs that the CPs of the
+ + An Anfd (Allotted Network Function Descriptor) is designed to run on top of some sharable NetworkFunction. It si therefore related to the NfD at design time. + +The NetworkFunctionDesc can be designed to have some number (zero to many). + @@ -517,6 +522,9 @@ NOTE 2: virtualLinkProfile needs to be provided for all VLs that the CPs of the
+ + An AnfInstance (Allotted Network Function Instance) runs on top of some sharable NetworkFunction. The NetworkFunctionInstance can have some number (zero to many) of AnfInstances running on it. + -- cgit 1.2.3-korg