From 10f96964015f89158941ae1f0698a6a89954ede8 Mon Sep 17 00:00:00 2001 From: guochong Date: Wed, 11 Apr 2018 09:39:48 +0800 Subject: Convert doc to rst file Issue-ID: MODELING-46 Change-Id: I1e73dcaa94365a7218421b1a9624ea051a802738 Signed-off-by: guochong --- docs/ONAP release 2 spec/im/virtualcomputedesc.rst | 67 ++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 docs/ONAP release 2 spec/im/virtualcomputedesc.rst (limited to 'docs/ONAP release 2 spec/im/virtualcomputedesc.rst') 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 -- cgit 1.2.3-korg