aboutsummaryrefslogtreecommitdiffstats
path: root/aai-schema/src/main/resources/onap/oxm
diff options
context:
space:
mode:
authorshashikanth.vh <shashikanth.vh@huawei.com>2019-12-13 11:37:34 +0530
committerShashikanth VH <shashikanth.vh@huawei.com>2019-12-13 06:18:31 +0000
commitc4e54a11bc5d2439c6ff498c2de62561c55c7108 (patch)
tree16a2528002c33518146a6cc471c552b55e4d38ed /aai-schema/src/main/resources/onap/oxm
parent1bdeba397bef337e6c0bafd0dd7351f6c299cde9 (diff)
CCVPN use case SOTN NNI AAI schema
AAI schema update for te-link-attribute Added fields available-bandwidth, odu-type and number. Change-Id: I484e27853575ee74266ec2061beb49fa8e9ed3a2 Issue-ID: AAI-2593 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
Diffstat (limited to 'aai-schema/src/main/resources/onap/oxm')
-rw-r--r--aai-schema/src/main/resources/onap/oxm/v19/aai_oxm_v19.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/aai-schema/src/main/resources/onap/oxm/v19/aai_oxm_v19.xml b/aai-schema/src/main/resources/onap/oxm/v19/aai_oxm_v19.xml
index 9ec8320..2b6bf1b 100644
--- a/aai-schema/src/main/resources/onap/oxm/v19/aai_oxm_v19.xml
+++ b/aai-schema/src/main/resources/onap/oxm/v19/aai_oxm_v19.xml
@@ -8758,6 +8758,21 @@
<xml-property name="description" value="Indicate link access type e.g, point-to-point or multi-access."/>
</xml-properties>
</xml-element>
+ <xml-element java-attribute="availableBandwidth" name="available-bandwidth" type="java.lang.Integer">
+ <xml-properties>
+ <xml-property name="description" value="Bandwidth available on link."/>
+ </xml-properties>
+ </xml-element>
+ <xml-element java-attribute="oduType" name="odu-type" type="java.lang.String">
+ <xml-properties>
+ <xml-property name="description" value="The type of ODU e.g, ODU1, ODU2, ODU3, ODU4."/>
+ </xml-properties>
+ </xml-element>
+ <xml-element java-attribute="number" name="number" type="java.lang.Integer">
+ <xml-properties>
+ <xml-property name="description" value="The value of available bandwidth."/>
+ </xml-properties>
+ </xml-element>
<xml-element java-attribute="selflink" name="selflink" type="java.lang.String">
<xml-properties>
<xml-property name="description" value="Store the link to get more information for this object."/>