diff options
author | guochong <guochong@chinamobile.com> | 2018-04-12 14:12:37 +0800 |
---|---|---|
committer | guochong <guochong@chinamobile.com> | 2018-04-12 14:12:37 +0800 |
commit | 0313f31618f6edb75ea7b1da8fad486f936d6981 (patch) | |
tree | 58e4d14985520ad6787f471829fc9d8229894e58 /docs/ONAP release 2 spec/im/linkbitraterequirements.rst | |
parent | 0ad3ed660d9e0923416154e96e612b025233e4e6 (diff) |
Convert wiki page to rst files
Issue-ID: MODELING-46
Change-Id: I062a39412205e140ff046896eef6e06e579f8498
Signed-off-by: guochong <guochong@chinamobile.com>
Diffstat (limited to 'docs/ONAP release 2 spec/im/linkbitraterequirements.rst')
-rw-r--r-- | docs/ONAP release 2 spec/im/linkbitraterequirements.rst | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/docs/ONAP release 2 spec/im/linkbitraterequirements.rst b/docs/ONAP release 2 spec/im/linkbitraterequirements.rst new file mode 100644 index 0000000..154f9d3 --- /dev/null +++ b/docs/ONAP release 2 spec/im/linkbitraterequirements.rst @@ -0,0 +1,58 @@ +.. 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: LinkBitrateRequirements +============================== + ++--------------------+-------------+------------------+-----------------+--------------------------+ +| **Attribute Name** | **Type** | **Multiplicity** | **Description** | **Applied Stereotypes** | ++====================+=============+==================+=================+==========================+ +| root | Number | 1 | Throughput | support: | +| | | | requirement | MANDATORY | +| | | | of the | | +| | | | linkĀ (e.g. | | +| | | | bitrate of | | +| | | | E-Line, | | +| | | | root | | +| | | | bitrate of | | +| | | | E-Tree, | | +| | | | aggregate | | +| | | | capacity of | | +| | | | E-LAN). | | ++--------------------+-------------+------------------+-----------------+--------------------------+ +| leaf | Number | 0..1 | Throughput | support: | +| | | | requirement | MANDATORY | +| | | | of leaf | | +| | | | connections | | +| | | | to the link | | +| | | | when | | +| | | | applicable | | +| | | | to the | | +| | | | connectivit | | +| | | | y | | +| | | | type (e.g. | | +| | | | for E-Tree | | +| | | | and E?LAN | | +| | | | branches). | | +| | | | | | +| | | | NOTE: The | | +| | | | present | | +| | | | document | | +| | | | does not | | +| | | | specify the | | +| | | | means to | | +| | | | declare | | +| | | | different | | +| | | | bitrate | | +| | | | requirement | | +| | | | s | | +| | | | for leaf | | +| | | | connections | | +| | | | (e.g. E-LAN | | +| | | | leaves). | | ++--------------------+-------------+------------------+-----------------+--------------------------+ |