Adding UNI attributes for CCVPN usacase in Jakarta release. 09/126909/1
authordecheng zhang <decheng.zhang@huawei.com>
Tue, 1 Feb 2022 00:35:57 +0000 (19:35 -0500)
committerdecheng zhang <decheng.zhang@huawei.com>
Tue, 1 Feb 2022 00:46:43 +0000 (19:46 -0500)
Issue-ID: AAI-3437
Signed-off-by: decheng zhang <decheng.zhang@huawei.com>
Change-Id: I6167bb87e3dd9880b313a43c01fd6a067c2d879d

aai-schema/src/main/resources/onap/oxm/v26/aai_oxm_v26.xml

index ea7ef84..d0cec2a 100644 (file)
                     </xml-properties>
                 </xml-element>
                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v26.RelationshipList"/>
+                <xml-element java-attribute="provider" name="provider" type="java.lang.String">
+                    <xml-properties>
+                        <xml-property name="description" value="The network provider which provides the CLL service through this UNI port"/>
+                    </xml-properties>
+                </xml-element>
+                <xml-element java-attribute="role" name="role" type="java.lang.String">
+                    <xml-properties>
+                        <xml-property name="description" value="Denotes if the UNI port is leaf, root or root-secondary"/>
+                    </xml-properties>
+                </xml-element>
+                <xml-element java-attribute="bandwidthUnit" name="bandwidth-unit" type="java.lang.String">
+                    <xml-properties>
+                        <xml-property name="description" value="Denotes the unit of the bandwidth-value"/>
+                    </xml-properties>
+                </xml-element>
+                <xml-element java-attribute="bandwidthValue" name="bandwidth-value" type="java.lang.Integer">
+                    <xml-properties>
+                        <xml-property name="description" value="Denotes t configuration of the bandwidth value of this UNI port"/>
+                    </xml-properties>
+                </xml-element>
             </java-attributes>
             <xml-properties>
                 <xml-property name="description" value="Instance of an User network interface"/>