From 061fec4860857e3eedf7c951813c178054e549b3 Mon Sep 17 00:00:00 2001 From: ur326r Date: Wed, 30 Aug 2017 12:02:55 -0400 Subject: Check in vhnf modified bandwith code Issue-ID: AAI-239 Change-Id: I9ab5b8651798a9db648e52edd8e1a720fdbaf703 Signed-off-by: ur326r --- .../main/resources/aai_schema/aai_schema_v11.xsd | 28 +++++++++++++ .../aai_swagger_html/aai_swagger_v11.html | 48 ++++++++++++++++++++++ .../aai_swagger_yaml/aai_swagger_v11.yaml | 14 +++++++ aai-schema/src/main/resources/oxm/aai_oxm_v11.xml | 20 +++++++++ 4 files changed, 110 insertions(+) (limited to 'aai-schema') diff --git a/aai-schema/src/main/resources/aai_schema/aai_schema_v11.xsd b/aai-schema/src/main/resources/aai_schema/aai_schema_v11.xsd index 45d89fdd..90c02529 100644 --- a/aai-schema/src/main/resources/aai_schema/aai_schema_v11.xsd +++ b/aai-schema/src/main/resources/aai_schema/aai_schema_v11.xsd @@ -6001,6 +6001,34 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" + + + + @org.openecomp.aai.annotations.Metadata(description="Upstream Bandwidth value agreed with the service provider") + + + + + + + @org.openecomp.aai.annotations.Metadata(description="Units for the upstream BW value") + + + + + + + @org.openecomp.aai.annotations.Metadata(description="Downstream Bandwidth value agreed with the service provider") + + + + + + + @org.openecomp.aai.annotations.Metadata(description="Units for downstream BW value") + + + diff --git a/aai-schema/src/main/resources/aai_swagger_html/aai_swagger_v11.html b/aai-schema/src/main/resources/aai_swagger_html/aai_swagger_v11.html index e2885809..bd2e18aa 100644 --- a/aai-schema/src/main/resources/aai_swagger_html/aai_swagger_v11.html +++ b/aai-schema/src/main/resources/aai_swagger_html/aai_swagger_v11.html @@ -147735,6 +147735,54 @@ This document is best viewed with Firefox or Chrome. Nodes can be found by appen +
+ service-provider-bandwidth-up-value: + integer + + +
+
+

Upstream Bandwidth value agreed with the service provider

+
+ +
+
+
+ service-provider-bandwidth-up-units: + string + + +
+
+

Units for the upstream BW value

+
+ +
+
+
+ service-provider-bandwidth-down-value: + integer + + +
+
+

Downstream Bandwidth value agreed with the service provider

+
+ +
+
+
+ service-provider-bandwidth-down-units: + string + + +
+
+

Units for downstream BW value

+
+ +
+
resource-version: string diff --git a/aai-schema/src/main/resources/aai_swagger_yaml/aai_swagger_v11.yaml b/aai-schema/src/main/resources/aai_swagger_yaml/aai_swagger_v11.yaml index 46a08b54..ea3badd3 100644 --- a/aai-schema/src/main/resources/aai_swagger_yaml/aai_swagger_v11.yaml +++ b/aai-schema/src/main/resources/aai_swagger_yaml/aai_swagger_v11.yaml @@ -42922,6 +42922,20 @@ definitions: service-provider-name: type: string description: Name of the service Provider on this link. + service-provider-bandwidth-up-value: + type: integer + format: int32 + description: Upstream Bandwidth value agreed with the service provider + service-provider-bandwidth-up-units: + type: string + description: Units for the upstream BW value + service-provider-bandwidth-down-value: + type: integer + format: int32 + description: Downstream Bandwidth value agreed with the service provider + service-provider-bandwidth-down-units: + type: string + description: Units for downstream BW value resource-version: type: string description: Used for optimistic concurrency. Must be empty on create, valid on update and delete. 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 @@ + + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg