diff options
author | yxpoke <yangxu5@huawei.com> | 2018-04-14 10:29:33 +0800 |
---|---|---|
committer | yxpoke <yangxu5@huawei.com> | 2018-04-14 10:30:51 +0800 |
commit | d66e09b02dd275bb81c72428efa2dd45743cf102 (patch) | |
tree | fa98709fc8bf861d41773a5602b662cdd7d891b8 /docs/ONAP release 2 spec/im/VduLevel.rst | |
parent | 53a2848e0f4f1f20423ea0c9dd764e79ba9aab87 (diff) |
more im rst document
Change-Id: I78a01a5b3e5832b924ca9ce8a6ccd32e1880d391
Issue-ID: MODELING-46
Signed-off-by: yxpoke <yangxu5@huawei.com>
Diffstat (limited to 'docs/ONAP release 2 spec/im/VduLevel.rst')
-rw-r--r-- | docs/ONAP release 2 spec/im/VduLevel.rst | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/ONAP release 2 spec/im/VduLevel.rst b/docs/ONAP release 2 spec/im/VduLevel.rst new file mode 100644 index 0000000..981906e --- /dev/null +++ b/docs/ONAP release 2 spec/im/VduLevel.rst @@ -0,0 +1,24 @@ +.. Copyright 2018 (Huawei) +.. 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 + +Class: VduLevel +================= + ++-----------------+-------------+------------------+-----------------+---------------+ +| **Attribute | **Type** | **Multiplicity** | **Description** | **Applied | +| Name** | | | | Stereotypes** | ++=================+=============+==================+=================+===============+ +| vduId | Identifier | 1 | Uniquely | support: | +| | (Reference | | identifies | MANDATORY | +| | to Vdu) | | a VDU. | | ++-----------------+-------------+------------------+-----------------+---------------+ +|numberOfInstances| Integer | 1 | Number of | support: | +| | | | instances | MANDATORY | +| | | | of VNFC based on| | +| | | | this VDU to | | +| | | | deploy for an | | +| | | | instantiation | | +| | | | level or for a | | +| | | | scaling delta. | | ++-----------------+-------------+------------------+-----------------+---------------+ |