diff options
Diffstat (limited to 'docs/ONAP release 2 spec/im/virtualcomputedesc.rst')
-rw-r--r-- | docs/ONAP release 2 spec/im/virtualcomputedesc.rst | 111 |
1 files changed, 50 insertions, 61 deletions
diff --git a/docs/ONAP release 2 spec/im/virtualcomputedesc.rst b/docs/ONAP release 2 spec/im/virtualcomputedesc.rst index 3f05570..081f90b 100644 --- a/docs/ONAP release 2 spec/im/virtualcomputedesc.rst +++ b/docs/ONAP release 2 spec/im/virtualcomputedesc.rst @@ -2,66 +2,55 @@ .. 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 +========================= -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. | | -| | ) | | | | -+-------------------+-------------+------------------+-----------------+--------------------------+ ++-------------------------------+-----------------------------------+------------------+-------------------+--------------------------+ +| **Attribute Name** | **Type** | **Multiplicity** | **Description** | **Applied Stereotypes** | ++===============================+===================================+==================+===================+==========================+ +| virtualComputeDescId | Identifier | 1 | Unique | support: | +| | | | identifier | MANDATORY | +| | | | of this | | +| | | | VirtualComputeDesc| | +| | | | in the | | +| | | | VNFD. | | ++-------------------------------+-----------------------------------+------------------+-------------------+--------------------------+ +| logicalNode | LogicalNodeData | 1..N | The logical | support: | +| | | | Node | MANDATORY | +| | | | requirements. | | ++-------------------------------+-----------------------------------+------------------+-------------------+--------------------------+ +| requestAdditionalCapabilities | RequestedAdditionalCapabilityData | 0..N | Specifies | support: | +| | | | requirements | MANDATORY | +| | | | for | | +| | | | additional | | +| | | | capabilities. | | +| | | | These may | | +| | | | be for a | | +| | | | range of | | +| | | | purposes. | | +| | | | One example | | +| | | | is | | +| | | | acceleration | | +| | | | related | | +| | | | capabilities. | | ++-------------------------------+-----------------------------------+------------------+-------------------+--------------------------+ +| computeRequirements | KeyValuePair | 0..N | Specifies | support: | +| | | | compute | MANDATORY | +| | | | requirements. | | ++-------------------------------+-----------------------------------+------------------+-------------------+--------------------------+ +| virtualMemory | VirtualMemoryData | 1 | The virtual | support: | +| | | | memory of | MANDATORY | +| | | | the | | +| | | | virtualised | | +| | | | compute. | | +| | | | | | +| | | | | | ++-------------------------------+-----------------------------------+------------------+-------------------+--------------------------+ +| virtualCpu | VirtualCpuData | 1 | The virtual | support: | +| | | | CPU(s) of | MANDATORY | +| | | | the | | +| | | | virtualised | | +| | | | compute. | | +| | | | | | ++-------------------------------+-----------------------------------+------------------+-------------------+--------------------------+
\ No newline at end of file |