blob: 63d08eb8b95732cd33863a7b575f15c3cbca4162 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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. | |
+----------------+-------------+------------------+-----------------+---------------+
|