diff options
author | ur326r <ur326r@att.com> | 2017-08-30 12:02:55 -0400 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-08-31 09:47:49 -0400 |
commit | 061fec4860857e3eedf7c951813c178054e549b3 (patch) | |
tree | 60cad5fdc09a7f79e67535312faa3d797400c763 /aai-schema/src/main/resources/oxm | |
parent | 8dd94f5ef470840a9f58db22c38349914ff27d5f (diff) |
Check in vhnf modified bandwith code
Issue-ID: AAI-239
Change-Id: I9ab5b8651798a9db648e52edd8e1a720fdbaf703
Signed-off-by: ur326r <ur326r@att.com>
Diffstat (limited to 'aai-schema/src/main/resources/oxm')
-rw-r--r-- | aai-schema/src/main/resources/oxm/aai_oxm_v11.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/aai-schema/src/main/resources/oxm/aai_oxm_v11.xml b/aai-schema/src/main/resources/oxm/aai_oxm_v11.xml index 2fcb9226..956ee0a9 100644 --- a/aai-schema/src/main/resources/oxm/aai_oxm_v11.xml +++ b/aai-schema/src/main/resources/oxm/aai_oxm_v11.xml @@ -4346,6 +4346,26 @@ <xml-properties> <xml-property name="description" value="Name of the service Provider on this link." /> </xml-properties> + </xml-element> + <xml-element java-attribute="serviceProviderBandwidthUpValue" name="service-provider-bandwidth-up-value" type="java.lang.Integer"> + <xml-properties> + <xml-property name="description" value="Upstream Bandwidth value agreed with the service provider" /> + </xml-properties> + </xml-element> + <xml-element java-attribute="serviceProviderBandwidthUpUnits" name="service-provider-bandwidth-up-units" type="java.lang.String"> + <xml-properties> + <xml-property name="description" value="Units for the upstream BW value" /> + </xml-properties> + </xml-element> + <xml-element java-attribute="serviceProviderBandwidthDownValue" name="service-provider-bandwidth-down-value" type="java.lang.Integer"> + <xml-properties> + <xml-property name="description" value="Downstream Bandwidth value agreed with the service provider" /> + </xml-properties> + </xml-element> + <xml-element java-attribute="serviceProviderBandwidthDownUnits" name="service-provider-bandwidth-down-units" type="java.lang.String"> + <xml-properties> + <xml-property name="description" value="Units for downstream BW value" /> + </xml-properties> </xml-element> <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String"> <xml-properties> |