Merge "Add epaCaps and cloudExtraInfo to cloud-region."
authorJames Forsyth <jf2512@att.com>
Thu, 31 Aug 2017 16:27:07 +0000 (16:27 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 31 Aug 2017 16:27:07 +0000 (16:27 +0000)
1  2 
aai-schema/src/main/resources/oxm/aai_oxm_v11.xml

                                                <xml-property name="description" value="Whether the cloud region supports (true) or does not support (false) SR-IOV automation." />
                                        </xml-properties>
                                </xml-element>
+                               <xml-element java-attribute="cloudExtraInfo" name="cloud-extra-info" type="java.lang.String">
+                                       <xml-properties>
+                                               <xml-property name="description" value="ESR inputs extra information about the VIM or Cloud which will be decoded by MultiVIM." />
+                                       </xml-properties>
+                               </xml-element>
+                               <xml-element java-attribute="cloudEpaCaps" name="cloud-epa-caps" type="java.lang.String">
+                                       <xml-properties>
+                                               <xml-property name="description" value="MultiVIM will discover and expose EPA capabilities." />
+                                       </xml-properties>
+                               </xml-element>
                                <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
                                        <xml-properties>
                                                <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
                                        <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>