diff options
author | decheng zhang <decheng.zhang@huawei.com> | 2022-01-31 19:35:57 -0500 |
---|---|---|
committer | decheng zhang <decheng.zhang@huawei.com> | 2022-01-31 19:46:43 -0500 |
commit | 484f6a1fb1eae95219e2f48d6f72bccfa2dc4bc4 (patch) | |
tree | b17741d27b02b4679025acb40d4b137caf1b19d6 /aai-schema | |
parent | 5671c82fb1d1c1eabd45ec9def6fb1f7dfd401e2 (diff) |
Adding UNI attributes for CCVPN usacase in Jakarta release.
Issue-ID: AAI-3437
Signed-off-by: decheng zhang <decheng.zhang@huawei.com>
Change-Id: I6167bb87e3dd9880b313a43c01fd6a067c2d879d
Diffstat (limited to 'aai-schema')
-rw-r--r-- | aai-schema/src/main/resources/onap/oxm/v26/aai_oxm_v26.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/aai-schema/src/main/resources/onap/oxm/v26/aai_oxm_v26.xml b/aai-schema/src/main/resources/onap/oxm/v26/aai_oxm_v26.xml index ea7ef84..d0cec2a 100644 --- a/aai-schema/src/main/resources/onap/oxm/v26/aai_oxm_v26.xml +++ b/aai-schema/src/main/resources/onap/oxm/v26/aai_oxm_v26.xml @@ -13977,6 +13977,26 @@ </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"/> |