diff options
Diffstat (limited to 'aai-schema/src/main')
-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 bb0dfb5..f5b6c7f 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"/> |