summaryrefslogtreecommitdiffstats
path: root/docs/ONAP release 2 spec/im/virtualmemorydata.rst
diff options
context:
space:
mode:
authorguochong <guochong@chinamobile.com>2018-04-11 14:36:09 +0800
committerguochong <guochong@chinamobile.com>2018-04-11 14:36:09 +0800
commit9eaee30abeaa1ce6d58c485dc6968ee2f20284c1 (patch)
treea3bf179a70afdded4f19c6618e6085ffacf7f814 /docs/ONAP release 2 spec/im/virtualmemorydata.rst
parent10f96964015f89158941ae1f0698a6a89954ede8 (diff)
Convert wiki page to rst file
Issue-ID: MODELING-46 Change-Id: I738c202baae38aa30fabb8f0bea40937fad6bae4 Signed-off-by: guochong <guochong@chinamobile.com>
Diffstat (limited to 'docs/ONAP release 2 spec/im/virtualmemorydata.rst')
-rw-r--r--docs/ONAP release 2 spec/im/virtualmemorydata.rst76
1 files changed, 76 insertions, 0 deletions
diff --git a/docs/ONAP release 2 spec/im/virtualmemorydata.rst b/docs/ONAP release 2 spec/im/virtualmemorydata.rst
new file mode 100644
index 0000000..6f64b49
--- /dev/null
+++ b/docs/ONAP release 2 spec/im/virtualmemorydata.rst
@@ -0,0 +1,76 @@
+.. Copyright 2018 (China Mobile)
+.. This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE
+.. Full license text at https://creativecommons.org/licenses/by/4.0/legalcode
+
+.. contents::
+ :depth: 3
+..
+
+Class: VirtualMemoryData/VirtualMemoryDesc
+==========================================
+
++--------------------+-------------+------------------+-----------------+-------------------------+
+| **Attribute Name** | **Type** | **Multiplicity** | **Description** | **Applied Stereotypes** |
++====================+=============+==================+=================+=========================+
+| virtualMemS | Number | 1 | Amount of | support: |
+| ize | (recommende | | virtual | MANDATORY |
+| | d | | Memory | |
+| | DM type: | | (e.g. in | |
+| | Scalar-Unit | | MB). | |
+| | -Size) | | | |
++--------------------+-------------+------------------+-----------------+-------------------------+
+| virtualMemO | String | 0..1 | The memory | support: |
+| versubscrip | | | core | MANDATORY |
+| tionPolicy | | | oversubscri | |
+| | | | ption | |
+| | | | policy in | |
+| | | | terms of | |
+| | | | virtual | |
+| | | | memory to | |
+| | | | physical | |
+| | | | memory on | |
+| | | | the | |
+| | | | platform. | |
+| | | | The | |
+| | | | cardinality | |
+| | | | can be 0 | |
+| | | | during the | |
+| | | | allocation | |
+| | | | request, if | |
+| | | | no | |
+| | | | particular | |
+| | | | value is | |
+| | | | requested. | |
++--------------------+-------------+------------------+-----------------+-------------------------+
+| vduMemRequi | KeyValuePai | 0..N | Array of | support: |
+| rements | r/NameValue | | key-value | MANDATORY |
+| | Pair | | pair | |
+| | | | requirement | |
+| | | | s | |
+| | | | on the | |
+| | | | memory for | |
+| | | | the VDU. | |
++--------------------+-------------+------------------+-----------------+-------------------------+
+| numaEnabled | Boolean | 0..1 | It | support: |
+| | | | specifies | MANDATORY |
+| | | | the memory | |
+| | | | allocation | |
+| | | | to be | |
+| | | | cognisant | |
+| | | | of the | |
+| | | | relevant | |
+| | | | process/cor | |
+| | | | e | |
+| | | | allocation. | |
+| | | | The | |
+| | | | cardinality | |
+| | | | can be 0 | |
+| | | | during the | |
+| | | | allocation | |
+| | | | request, if | |
+| | | | no | |
+| | | | particular | |
+| | | | value is | |
+| | | | requested. | |
++--------------------+-------------+------------------+-----------------+-------------------------+
+ \ No newline at end of file