diff options
author | guochong <guochong@chinamobile.com> | 2018-04-11 09:39:48 +0800 |
---|---|---|
committer | guochong <guochong@chinamobile.com> | 2018-04-11 09:39:48 +0800 |
commit | 10f96964015f89158941ae1f0698a6a89954ede8 (patch) | |
tree | ce6d76827e488d19399f05141705dbb20c543952 /docs/ONAP release 2 spec/im/virtualcomputedesc.rst | |
parent | 65b61f587060d3ae129afa6d36e0d87c1f537dc7 (diff) |
Convert doc to rst file
Issue-ID: MODELING-46
Change-Id: I1e73dcaa94365a7218421b1a9624ea051a802738
Signed-off-by: guochong <guochong@chinamobile.com>
Diffstat (limited to 'docs/ONAP release 2 spec/im/virtualcomputedesc.rst')
-rw-r--r-- | docs/ONAP release 2 spec/im/virtualcomputedesc.rst | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/docs/ONAP release 2 spec/im/virtualcomputedesc.rst b/docs/ONAP release 2 spec/im/virtualcomputedesc.rst new file mode 100644 index 0000000..3f05570 --- /dev/null +++ b/docs/ONAP release 2 spec/im/virtualcomputedesc.rst @@ -0,0 +1,67 @@ +.. 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: VirtualComputeDesc/VirtualCompute +======================================== + ++-------------------+-------------+------------------+-----------------+--------------------------+ +| **Attribute Name**| **Type** | **Multiplicity** | **Description** | **Applied Stereotypes** | ++===================+=============+==================+=================+==========================+ +| virtualComp | Identifier | 1 | Unique | support: | +| uteDescId | | | identifier | MANDATORY | +| | | | of this | | +| | | | VirtualComp | | +| | | | uteDesc | | +| | | | in the | | +| | | | VNFD. | | ++-------------------+-------------+------------------+-----------------+--------------------------+ +| logicalNode | LogicalNode | 1..N | The logical | support: | +| (logical_n | Data/Logici | | Node | MANDATORY | +| ode_id | alNodeDesc | | requirement | | +| in SOL001) | | | s. | | ++-------------------+-------------+------------------+-----------------+--------------------------+ +| requestAddi | RequestedAd | 0..N | Specifies | support: | +| tionalCapab | ditionalCap | | requirement | MANDATORY | +| ilities | abilityData | | s | | +| | | | for | | +| | | | additional | | +| | | | capabilitie | | +| | | | s. | | +| | | | These may | | +| | | | be for a | | +| | | | range of | | +| | | | purposes. | | +| | | | One example | | +| | | | is | | +| | | | acceleratio | | +| | | | n | | +| | | | related | | +| | | | capabilitie | | +| | | | s. | | ++-------------------+-------------+------------------+-----------------+--------------------------+ +| computeRequ | KeyValuePai | 0..N | Specifies | support: | +| irements | r/NameValue | | compute | MANDATORY | +| | Pair | | requirement | | +| | | | s. | | ++-------------------+-------------+------------------+-----------------+--------------------------+ +| virtualMemo | VirtualMemo | 1 | The virtual | support: | +| ry | ryData/Virt | | memory of | MANDATORY | +| | ualMemoryDe | | the | | +| | sc | | virtualised | | +| | | | compute. | | +| | (VirtualMem | | | | +| | ory) | | | | ++-------------------+-------------+------------------+-----------------+--------------------------+ +| virtualCpu | VirtualCpuD | 1 | The virtual | support: | +| | ata/Virtual | | CPU(s) of | MANDATORY | +| | CPUDesc | | the | | +| | | | virtualised | | +| | (VirtualCpu | | compute. | | +| | ) | | | | ++-------------------+-------------+------------------+-----------------+--------------------------+ +
\ No newline at end of file |