blob: 82c2e898a900eb9683bc090bc4a9bde00a466315 (
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
.. 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: VduCpd/VDUCPDesc
=======================
+--------------------+-------------+------------------+------------------+--------------------------+
| **Attribute Name** | **Type** | **Multiplicity** | **Description** | **Applied Stereotypes** |
+====================+=============+==================+==================+==========================+
| bitrateRequ | Number | 0..1 | Bitrate | support: |
| irement | (recommende | | requirement | MANDATORY |
| | d | | on this CP. | |
| | DM type: | | | |
| | Scalar-Unit | | | |
| | -Rate) | | | |
+--------------------+-------------+------------------+------------------+--------------------------+
| vnicName | String | 0..1 | Describes | support: |
| | | | the name of | MANDATORY |
| | | | the vNIC | |
| | | | this CP | |
| | | | attaches | |
| | | | to, e.g. | |
| | | | eth0. It | |
| | | | will be | |
| | | | configured | |
| | | | during the | |
| | | | Vdu booting | |
| | | | process. | |
+--------------------+-------------+------------------+------------------+--------------------------+
| vnicOrder | Integer | 0..1 | Describes | support: |
| | | | the order | MANDATORY |
| | | | to create | |
| | | | the vNIC | |
| | | | within the | |
| | | | scope of | |
| | | | this Vdu. | |
+--------------------+-------------+------------------+------------------+--------------------------+
| vnicType | Enum | 0..1 | Describes | support: |
| | | | the type of | MANDATORY |
| | | | the vNIC | |
| | | | this CP | valueRange: |
| | | | attaches | normal, |
| | | | to. | macvtap, |
| | | | | direct, |
| | | | | baremetal, |
| | | | | direct-phys |
| | | | | ical |
| | | | | and |
| | | | | virtio-forw |
| | | | | arder |
+--------------------+-------------+------------------+------------------+--------------------------+
| virtualNetw | VirtualNetw | 0..N | Specifies | support: |
| orkInterfac | orkInterfac | | requirement | MANDATORY |
| eRequiremen | eRequiremen | | s | |
| ts | ts | | on a | |
| | | | virtual | |
| | | | network | |
| | | | interface | |
| | | | realising | |
| | | | the CPs | |
| | | | instantiate | |
| | | | d | |
| | | | from this | |
| | | | CPD. | |
+--------------------+-------------+------------------+------------------+--------------------------+
| (inherited | | | All | |
| attributes) | | | attributes | |
| | | | inherited | |
| | | | from Cpd. | |
+--------------------+-------------+------------------+------------------+--------------------------+
|