diff options
author | Kevin Scaggs <ks0567@att.com> | 2020-02-07 12:39:45 -0600 |
---|---|---|
committer | Kevin Scaggs <ks0567@att.com> | 2020-02-07 12:39:45 -0600 |
commit | 527261b99506f84906f1f72a9103d5d913d92a70 (patch) | |
tree | d3b89a0fccfe97383fef5d6a2069c32ff709a38b | |
parent | 6b549ffcb0ce5e1b6b978adb35236eec64a1e099 (diff) |
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 <ks0567@att.com>
-rw-r--r-- | ONAP Information Model/Vnf.uml | 8 |
1 files changed, 8 insertions, 0 deletions
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 <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_42YXwL-SEemqDYUsJ60dmQ" source="org.eclipse.papyrus">
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_42Y-0L-SEemqDYUsJ60dmQ" key="nature" value="UML_Nature"/>
</eAnnotations>
+ <ownedComment xmi:type="uml:Comment" xmi:id="_o0w0wEbKEeq6lZJfEw6xcg" annotatedElement="_42UGUL-SEemqDYUsJ60dmQ">
+ <body>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). </body>
+ </ownedComment>
<ownedEnd xmi:type="uml:Property" xmi:id="_42Zl4L-SEemqDYUsJ60dmQ" name="networkfunctiondesc" association="_42UGUL-SEemqDYUsJ60dmQ">
<type xmi:type="uml:Class" href="Nf.uml#_O385oJssEeiPBvbfaqSLYg"/>
</ownedEnd>
@@ -517,6 +522,9 @@ NOTE 2: virtualLinkProfile needs to be provided for all VLs that the CPs of the <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_nWmm0L-VEemqDYUsJ60dmQ" source="org.eclipse.papyrus">
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_nWnN4L-VEemqDYUsJ60dmQ" key="nature" value="UML_Nature"/>
</eAnnotations>
+ <ownedComment xmi:type="uml:Comment" xmi:id="_9aSHQEbKEeq6lZJfEw6xcg" annotatedElement="_nWl_wL-VEemqDYUsJ60dmQ">
+ <body>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. </body>
+ </ownedComment>
<ownedEnd xmi:type="uml:Property" xmi:id="_nWnN4b-VEemqDYUsJ60dmQ" name="networkfunction" association="_nWl_wL-VEemqDYUsJ60dmQ">
<type xmi:type="uml:Class" href="Nf.uml#_VtzSoESyEeiVGPeZpaYNtQ"/>
</ownedEnd>
|