diff options
author | yxpoke <yangxu5@huawei.com> | 2018-04-15 21:02:33 +0800 |
---|---|---|
committer | yxpoke <yangxu5@huawei.com> | 2018-04-15 21:02:33 +0800 |
commit | 022606a50b91474e9677ea2442863506bed1e39f (patch) | |
tree | a096dd528265aa57859358b3430a67d66a134566 /docs/ONAP release 2 spec/im/VnfIndicator.rst | |
parent | d66e09b02dd275bb81c72428efa2dd45743cf102 (diff) |
more rst documents
Change-Id: If5171fbf442f14005cd0935a90040ea18d756a8d
Issue-ID: MODELING-46
Signed-off-by: yxpoke <yangxu5@huawei.com>
Diffstat (limited to 'docs/ONAP release 2 spec/im/VnfIndicator.rst')
-rw-r--r-- | docs/ONAP release 2 spec/im/VnfIndicator.rst | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/docs/ONAP release 2 spec/im/VnfIndicator.rst b/docs/ONAP release 2 spec/im/VnfIndicator.rst new file mode 100644 index 0000000..63d08eb --- /dev/null +++ b/docs/ONAP release 2 spec/im/VnfIndicator.rst @@ -0,0 +1,39 @@ +.. 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: VnfIndicator +===================== + ++----------------+-------------+------------------+-----------------+---------------+ +| **Attribute | **Type** | **Multiplicity** | **Description** | **Applied | +| Name** | | | | Stereotypes** | ++================+=============+==================+=================+===============+ +| id | Identifier | 1 | Unique | support: | +| | | | identifier. | MANDATORY | ++----------------+-------------+------------------+-----------------+---------------+ +| name | String | 0..1 | The human | support: | +| | | | readable | MANDATORY | +| | | | name of the | | +| | | | VnfIndicator. | | ++----------------+-------------+------------------+-----------------+---------------+ +| indicatorValue | String | 1..N | Defines the | support: | +| | | | allowed | MANDATORY | +| | | | values or | | +| | | | value | | +| | | | ranges of | | +| | | | this | | +| | | | indicator. | | ++----------------+-------------+------------------+-----------------+---------------+ +| source | Enum | 1 | Describe | support: | +| | | | the source | MANDATORY | +| | | | of the | | +| | | | indicator. | valueRange: | +| | | | This tells | "VNF", | +| | | | the | "EM", | +| | | | consumer | "Both" | +| | | | where to | | +| | | | send the | | +| | | | subscription | | +| | | | request. | | ++----------------+-------------+------------------+-----------------+---------------+ |