Update the aai-common with the latest code
[aai/aai-common.git] / aai-schema / src / main / resources / oxm / aai_oxm_v8.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!--
3   ============LICENSE_START=======================================================
4   org.openecomp.aai
5   ================================================================================
6   Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
7   ================================================================================
8   Licensed under the Apache License, Version 2.0 (the "License");
9   you may not use this file except in compliance with the License.
10   You may obtain a copy of the License at
11      http://www.apache.org/licenses/LICENSE-2.0
12   Unless required by applicable law or agreed to in writing, software
13   distributed under the License is distributed on an "AS IS" BASIS,
14   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15   See the License for the specific language governing permissions and
16   limitations under the License.
17   ============LICENSE_END=========================================================
18   -->
19
20 <xml-bindings xmlns="http://www.eclipse.org/eclipselink/xsds/persistence/oxm" package-name="inventory.aai.openecomp.org.v8" xml-mapping-metadata-complete="true">
21         <xml-schema element-form-default="QUALIFIED">
22                 <xml-ns namespace-uri="http://org.openecomp.aai.inventory/v8" />
23         </xml-schema>
24         <java-types>
25                 <java-type name="Inventory">
26                         <xml-root-element name="inventory" />
27                         <java-attributes>
28                                 <xml-element java-attribute="search" name="search" type="inventory.aai.openecomp.org.v8.Search" />
29                                 <xml-element java-attribute="actions" name="actions" type="inventory.aai.openecomp.org.v8.Actions" />
30                                 <xml-element java-attribute="cloudInfrastructure" name="cloud-infrastructure" type="inventory.aai.openecomp.org.v8.CloudInfrastructure" />
31                                 <xml-element java-attribute="business" name="business" type="inventory.aai.openecomp.org.v8.Business" />
32                                 <xml-element java-attribute="serviceDesignAndCreation" name="service-design-and-creation" type="inventory.aai.openecomp.org.v8.ServiceDesignAndCreation" />
33                                 <xml-element java-attribute="network" name="network" type="inventory.aai.openecomp.org.v8.Network" />
34                                 <xml-element java-attribute="aaiInternal" name="aai-internal" type="inventory.aai.openecomp.org.v8.AaiInternal" />
35                         </java-attributes>
36                 </java-type>
37
38                 <java-type name="Search">
39                         <xml-root-element name="search" />
40                         <java-attributes>
41                                 <xml-element java-attribute="edgeTagQueryResult" name="edge-tag-query-result" type="inventory.aai.openecomp.org.v8.EdgeTagQueryResult" />
42                                 <xml-element java-attribute="edgeTagQueryRequest" name="edge-tag-query-request" type="inventory.aai.openecomp.org.v8.EdgeTagQueryRequest" />
43                                 <xml-element java-attribute="searchResults" name="search-results" type="inventory.aai.openecomp.org.v8.SearchResults" />
44                                 <xml-element java-attribute="sdnZoneResponse" name="sdn-zone-response" type="inventory.aai.openecomp.org.v8.SdnZoneResponse" />
45                         </java-attributes>
46                 </java-type>
47
48                 <java-type name="EdgeTagQueryResult">
49                         <xml-root-element name="edge-tag-query-result" />
50                         <java-attributes>
51                                 <xml-element container-type="java.util.ArrayList" java-attribute="taggedInventoryItemList" name="tagged-inventory-item-list" type="inventory.aai.openecomp.org.v8.TaggedInventoryItemList" />
52                         </java-attributes>
53                 </java-type>
54
55                 <java-type name="TaggedInventoryItemList">
56                         <xml-root-element name="tagged-inventory-item-list" />
57                         <java-attributes>
58                                 <xml-element container-type="java.util.ArrayList" java-attribute="inventoryItem" name="inventory-item" type="inventory.aai.openecomp.org.v8.InventoryItem" />
59                         </java-attributes>
60                 </java-type>
61
62                 <java-type name="InventoryItem">
63                         <xml-root-element name="inventory-item" />
64                         <java-attributes>
65                                 <xml-element java-attribute="inventoryItemType" name="inventory-item-type" type="java.lang.String" />
66                                 <xml-element java-attribute="inventoryItemLink" name="inventory-item-link" type="java.lang.String" />
67                                 <xml-element container-type="java.util.ArrayList" java-attribute="inventoryItemData" name="inventory-item-data" type="inventory.aai.openecomp.org.v8.InventoryItemData" />
68                                 <xml-element container-type="java.util.ArrayList" java-attribute="taggedInventoryItemList" name="tagged-inventory-item-list" type="inventory.aai.openecomp.org.v8.TaggedInventoryItemList" />
69                         </java-attributes>
70                 </java-type>
71
72                 <java-type name="InventoryItemData">
73                         <xml-root-element name="inventory-item-data" />
74                         <java-attributes>
75                                 <xml-element java-attribute="propertyName" name="property-name" type="java.lang.String" />
76                                 <xml-element java-attribute="propertyValue" name="property-value" type="java.lang.String" />
77                         </java-attributes>
78                 </java-type>
79
80                 <java-type name="EdgeTagQueryRequest">
81                         <xml-root-element name="edge-tag-query-request" />
82                         <java-attributes>
83                                 <xml-element java-attribute="edgeTag" name="edge-tag" type="java.lang.String" />
84                                 <xml-element java-attribute="resultDetail" name="result-detail" type="java.lang.String" />
85                                 <xml-element java-attribute="startNodeType" name="start-node-type" type="java.lang.String" />
86                                 <xml-element container-type="java.util.ArrayList" java-attribute="startNodeFilter" name="start-node-filter" type="inventory.aai.openecomp.org.v8.StartNodeFilter" />
87                                 <xml-element container-type="java.util.ArrayList" java-attribute="includeNodeFilter" name="include-node-filter" type="inventory.aai.openecomp.org.v8.IncludeNodeFilter" />
88                                 <xml-element container-type="java.util.ArrayList" java-attribute="secondaryFilter" name="secondary-filter" type="inventory.aai.openecomp.org.v8.SecondaryFilter" />
89                         </java-attributes>
90                 </java-type>
91
92                 <java-type name="StartNodeFilter">
93                         <xml-root-element name="start-node-filter" />
94                         <java-attributes>
95                                 <xml-element java-attribute="propertyName" name="property-name" type="java.lang.String" />
96                                 <xml-element java-attribute="propertyValue" name="property-value" type="java.lang.String" />
97                         </java-attributes>
98                 </java-type>
99
100                 <java-type name="IncludeNodeFilter">
101                         <xml-root-element name="include-node-filter" />
102                         <java-attributes>
103                                 <xml-element java-attribute="includeNodeType" name="include-node-type" type="java.lang.String" />
104                         </java-attributes>
105                 </java-type>
106
107                 <java-type name="SecondaryFilter">
108                         <xml-root-element name="secondary-filter" />
109                         <java-attributes>
110                                 <xml-element java-attribute="propertyName" name="property-name" type="java.lang.String" />
111                                 <xml-element java-attribute="filterType" name="filter-type" type="java.lang.String" />
112                                 <xml-element java-attribute="propertyValue" name="property-value" type="java.lang.String" />
113                         </java-attributes>
114                 </java-type>
115
116                 <java-type name="SearchResults">
117                         <xml-root-element name="search-results" />
118                         <java-attributes>
119                                 <xml-element container-type="java.util.ArrayList" java-attribute="resultData" name="result-data" type="inventory.aai.openecomp.org.v8.ResultData" />
120                         </java-attributes>
121                 </java-type>
122
123                 <java-type name="ResultData">
124                         <xml-root-element name="result-data" />
125                         <java-attributes>
126                                 <xml-element java-attribute="resourceType" name="resource-type" type="java.lang.String">
127                                         <xml-properties>
128                                                 <xml-property name="description" value="The specific type of node in the A&amp;AI graph" />
129                                         </xml-properties>
130                                 </xml-element>
131                                 <xml-element java-attribute="resourceLink" name="resource-link" type="java.lang.String">
132                                         <xml-properties>
133                                                 <xml-property name="description" value="The URL to the specific resource" />
134                                         </xml-properties>
135                                 </xml-element>
136                         </java-attributes>
137                 </java-type>
138
139                 <java-type name="SdnZoneResponse">
140                         <xml-root-element name="sdn-zone-response" />
141                         <java-attributes>
142                                 <xml-element java-attribute="oamNetworks" name="oam-networks" type="inventory.aai.openecomp.org.v8.OamNetworks" />
143                                 <xml-element container-type="java.util.ArrayList" java-attribute="azAndDvsSwitches" name="az-and-dvs-switches" type="inventory.aai.openecomp.org.v8.AzAndDvsSwitches" />
144                         </java-attributes>
145                 </java-type>
146
147                 <java-type name="AzAndDvsSwitches">
148                         <xml-root-element name="az-and-dvs-switches" />
149                         <java-attributes>
150                                 <xml-element java-attribute="dvsSwitches" name="dvs-switches" type="inventory.aai.openecomp.org.v8.DvsSwitches" />
151                                 <xml-element java-attribute="availabilityZone" name="availability-zone" type="inventory.aai.openecomp.org.v8.AvailabilityZone" />
152                         </java-attributes>
153                 </java-type>
154
155                 <java-type name="Actions">
156                         <xml-properties>
157                                 <xml-property name="description" value="APIs that are more action related than REST (e.g., notify, update)." />
158                         </xml-properties>
159                         <xml-root-element name="actions" />
160                         <java-attributes>
161                                 <xml-element java-attribute="update" name="update" type="inventory.aai.openecomp.org.v8.Update" />
162                                 <xml-element java-attribute="notify" name="notify" type="inventory.aai.openecomp.org.v8.Notify" />
163                         </java-attributes>
164                 </java-type>
165
166                 <java-type name="Update">
167                         <xml-properties>
168                                 <xml-property name="description" value="Serves a PATCH like function.  Does not enforce concurrency control.  Clear each usage with AAI team." />
169                         </xml-properties>
170                         <xml-root-element name="update" />
171                         <java-attributes>
172                                 <xml-element java-attribute="updateNodeType" name="update-node-type" required="true" type="java.lang.String" />
173                                 <xml-element container-type="java.util.ArrayList" java-attribute="updateNodeKey" name="update-node-key" type="inventory.aai.openecomp.org.v8.UpdateNodeKey" />
174                                 <xml-element java-attribute="updateNodeUri" name="update-node-uri" type="java.lang.String" />
175                                 <xml-element container-type="java.util.ArrayList" java-attribute="action" name="action" type="inventory.aai.openecomp.org.v8.Action" />
176                         </java-attributes>
177                 </java-type>
178
179                 <java-type name="Action">
180                         <xml-root-element name="action" />
181                         <java-attributes>
182                                 <xml-element java-attribute="actionType" name="action-type" type="java.lang.String" />
183                                 <xml-element container-type="java.util.ArrayList" java-attribute="actionData" name="action-data" type="inventory.aai.openecomp.org.v8.ActionData" />
184                         </java-attributes>
185                 </java-type>
186
187                 <java-type name="ActionData">
188                         <xml-root-element name="action-data" />
189                         <java-attributes>
190                                 <xml-element java-attribute="propertyName" name="property-name" type="java.lang.String" />
191                                 <xml-element java-attribute="propertyValue" name="property-value" type="java.lang.String" />
192                         </java-attributes>
193                 </java-type>
194
195                 <java-type name="UpdateNodeKey">
196                         <xml-root-element name="update-node-key" />
197                         <java-attributes>
198                                 <xml-element java-attribute="keyName" name="key-name" type="java.lang.String" />
199                                 <xml-element java-attribute="keyValue" name="key-value" type="java.lang.String" />
200                         </java-attributes>
201                 </java-type>
202
203                 <java-type name="Notify">
204                         <xml-root-element name="notify" />
205                         <java-attributes>
206                                 <xml-element java-attribute="eventId" name="event-id" required="true" type="java.lang.String" />
207                                 <xml-element java-attribute="nodeType" name="node-type" type="java.lang.String" />
208                                 <xml-element java-attribute="eventTrigger" name="event-trigger" type="java.lang.String" />
209                                 <xml-element container-type="java.util.ArrayList" java-attribute="keyData" name="key-data" type="inventory.aai.openecomp.org.v8.KeyData" />
210                                 <xml-element java-attribute="selflink" name="selflink" type="java.lang.String" />
211                         </java-attributes>
212                 </java-type>
213
214                 <java-type name="KeyData">
215                         <xml-root-element name="key-data" />
216                         <java-attributes>
217                                 <xml-element java-attribute="keyName" name="key-name" type="java.lang.String" />
218                                 <xml-element java-attribute="keyValue" name="key-value" type="java.lang.String" />
219                         </java-attributes>
220                 </java-type>
221
222                 <java-type name="CloudInfrastructure">
223                         <xml-properties>
224                                 <xml-property name="description" value="Namespace for cloud infrastructure." />
225                         </xml-properties>
226                         <xml-root-element name="cloud-infrastructure" />
227                         <java-attributes>
228                                 <xml-element java-attribute="complexes" name="complexes" type="inventory.aai.openecomp.org.v8.Complexes" />
229                                 <xml-element java-attribute="cloudRegions" name="cloud-regions" type="inventory.aai.openecomp.org.v8.CloudRegions" />
230                                 <xml-element java-attribute="networkProfiles" name="network-profiles" type="inventory.aai.openecomp.org.v8.NetworkProfiles" />
231                                 <xml-element java-attribute="pservers" name="pservers" type="inventory.aai.openecomp.org.v8.Pservers" />
232                                 <xml-element java-attribute="virtualDataCenters" name="virtual-data-centers" type="inventory.aai.openecomp.org.v8.VirtualDataCenters" />
233                         </java-attributes>
234                 </java-type>
235
236                 <java-type name="CloudRegions">
237                         <xml-root-element name="cloud-regions" />
238                         <java-attributes>
239                                 <xml-element container-type="java.util.ArrayList" java-attribute="cloudRegion" name="cloud-region" type="inventory.aai.openecomp.org.v8.CloudRegion" />
240                         </java-attributes>
241                 </java-type>
242
243                 <java-type name="CloudRegion">
244                         <xml-root-element name="cloud-region" />
245                         <java-attributes>
246                                 <xml-element java-attribute="cloudOwner" name="cloud-owner" required="true" type="java.lang.String" xml-key="true">
247                                         <xml-properties>
248                                                 <xml-property name="description" value="Identifies the vendor and cloud name. First part of composite key should be formatted as vendor-cloudname" />
249                                         </xml-properties>
250                                 </xml-element>
251                                 <xml-element java-attribute="cloudRegionId" name="cloud-region-id" required="true" type="java.lang.String" xml-key="true">
252                                         <xml-properties>
253                                                 <xml-property name="description" value="Identifier used by the vendor for the region. Second part of composite key" />
254                                         </xml-properties>
255                                 </xml-element>
256                                 <xml-element java-attribute="cloudType" name="cloud-type" type="java.lang.String">
257                                         <xml-properties>
258                                                 <xml-property name="description" value="Type of the cloud (e.g., openstack)" />
259                                         </xml-properties>
260                                 </xml-element>
261                                 <xml-element java-attribute="ownerDefinedType" name="owner-defined-type" type="java.lang.String">
262                                         <xml-properties>
263                                                 <xml-property name="description" value="Cloud-owner defined type indicator (e.g., DCP, LCP)" />
264                                         </xml-properties>
265                                 </xml-element>
266                                 <xml-element java-attribute="cloudRegionVersion" name="cloud-region-version" type="java.lang.String">
267                                         <xml-properties>
268                                                 <xml-property name="description" value="Software version employed at the site" />
269                                         </xml-properties>
270                                 </xml-element>
271                                 <xml-element java-attribute="identityUrl" name="identity-url" type="java.lang.String">
272                                         <xml-properties>
273                                                 <xml-property name="description" value="URL of the keystone identity service" />
274                                         </xml-properties>
275                                 </xml-element>
276                                 <xml-element java-attribute="cloudZone" name="cloud-zone" type="java.lang.String">
277                                         <xml-properties>
278                                                 <xml-property name="description" value="Zone where the cloud is homed" />
279                                         </xml-properties>
280                                 </xml-element>
281                                 <xml-element java-attribute="complexName" name="complex-name" type="java.lang.String">
282                                         <xml-properties>
283                                                 <xml-property name="description" value="complex name for cloud-region instance" />
284                                         </xml-properties>
285                                 </xml-element>
286                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
287                                         <xml-properties>
288                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
289                                         </xml-properties>
290                                 </xml-element>
291                                 <xml-element java-attribute="volumeGroups" name="volume-groups" type="inventory.aai.openecomp.org.v8.VolumeGroups" />
292                                 <xml-element java-attribute="tenants" name="tenants" type="inventory.aai.openecomp.org.v8.Tenants" />
293                                 <xml-element java-attribute="flavors" name="flavors" type="inventory.aai.openecomp.org.v8.Flavors" />
294                                 <xml-element java-attribute="groupAssignments" name="group-assignments" type="inventory.aai.openecomp.org.v8.GroupAssignments" />
295                                 <xml-element java-attribute="snapshots" name="snapshots" type="inventory.aai.openecomp.org.v8.Snapshots" />
296                                 <xml-element java-attribute="images" name="images" type="inventory.aai.openecomp.org.v8.Images" />
297                                 <xml-element java-attribute="dvsSwitches" name="dvs-switches" type="inventory.aai.openecomp.org.v8.DvsSwitches" />
298                                 <xml-element java-attribute="oamNetworks" name="oam-networks" type="inventory.aai.openecomp.org.v8.OamNetworks" />
299                                 <xml-element java-attribute="availabilityZones" name="availability-zones" type="inventory.aai.openecomp.org.v8.AvailabilityZones" />
300                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
301                         </java-attributes>
302                         <xml-properties>
303                                 <xml-property name="description" value="cloud-region designates an installation of a cloud cluster or region or instantiation. In AT&amp;Ts AIC cloud, this could be an LCP or DCP. Cloud regions are uniquely identified by a composite key, cloud-owner + cloud-region-id. The format of the cloud-owner is vendor-cloudname and we will use att-aic for AT&amp;T's AIC." />
304                                 <xml-property name="indexedProps" value="cloud-owner,cloud-region-id,cloud-type,owner-defined-type" />
305                                 <xml-property name="nameProps" value="owner-defined-type" />
306                                 <xml-property name="container" value="cloud-regions" />
307                                 <xml-property name="namespace" value="cloud-infrastructure" />
308                         </xml-properties>
309                 </java-type>
310                 <java-type name="VolumeGroups">
311                         <xml-properties>
312                                 <xml-property name="description" value="Collection of persistent block-level storage." />
313                         </xml-properties>
314                         <xml-root-element name="volume-groups" />
315                         <java-attributes>
316                                 <xml-element container-type="java.util.ArrayList" java-attribute="volumeGroup" name="volume-group" type="inventory.aai.openecomp.org.v8.VolumeGroup" />
317                         </java-attributes>
318                 </java-type>
319
320                 <java-type name="VolumeGroup">
321                         <xml-root-element name="volume-group" />
322                         <java-attributes>
323                                 <xml-element java-attribute="volumeGroupId" name="volume-group-id" required="true" type="java.lang.String" xml-key="true">
324                                         <xml-properties>
325                                                 <xml-property name="description" value="Unique ID of volume-group." />
326                                         </xml-properties>
327                                 </xml-element>
328                                 <xml-element java-attribute="volumeGroupName" name="volume-group-name" required="true" type="java.lang.String">
329                                         <xml-properties>
330                                                 <xml-property name="description" value="Name of the volume group." />
331                                         </xml-properties>
332                                 </xml-element>
333                                 <xml-element java-attribute="heatStackId" name="heat-stack-id" type="java.lang.String">
334                                         <xml-properties>
335                                                 <xml-property name="description" value="Heat stack id corresponding to this volume-group" />
336                                         </xml-properties>
337                                 </xml-element>
338                                 <xml-element java-attribute="vnfType" name="vnf-type" required="true" type="java.lang.String">
339                                         <xml-properties>
340                                                 <xml-property name="description" value="String capturing type of vnf, that was intended to identify the ASDC resource.  This field has been overloaded and clients should expect changes                  to occur in the future to this field as ASDC matures." />
341                                         </xml-properties>
342                                 </xml-element>
343                                 <xml-element java-attribute="orchestrationStatus" name="orchestration-status" type="java.lang.String">
344                                         <xml-properties>
345                                                 <xml-property name="description" value="Orchestration status of this volume-group" />
346                                         </xml-properties>
347                                 </xml-element>
348                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
349                                         <xml-properties>
350                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
351                                         </xml-properties>
352                                 </xml-element>
353                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
354                         </java-attributes>
355                         <xml-properties>
356                                 <xml-property name="description" value="Persistent block-level storage." />
357                                 <xml-property name="indexedProps" value="volume-group-name,vnf-type,heat-stack-id,volume-group-id" />
358                                 <xml-property name="dependentOn" value="cloud-region" />
359                                 <xml-property name="container" value="volume-groups" />
360                         </xml-properties>
361                 </java-type>
362
363                 <java-type name="RelationshipList">
364                         <xml-root-element name="relationship-list" />
365                         <java-attributes>
366                                 <xml-element container-type="java.util.ArrayList" java-attribute="relationship" name="relationship" type="inventory.aai.openecomp.org.v8.Relationship" />
367                         </java-attributes>
368                 </java-type>
369
370                 <java-type name="Relationship">
371                         <xml-root-element name="relationship" />
372                         <java-attributes>
373                                 <xml-element java-attribute="relatedTo" name="related-to" type="java.lang.String">
374                                         <xml-properties>
375                                                 <xml-property name="description" value="A keyword provided by A&amp;AI to indicate type of node." />
376                                         </xml-properties>
377                                 </xml-element>
378                                 <xml-element java-attribute="relatedLink" name="related-link" type="java.lang.String">
379                                         <xml-properties>
380                                                 <xml-property name="description" value="URL to the object in A&amp;AI." />
381                                         </xml-properties>
382                                 </xml-element>
383                                 <xml-element container-type="java.util.ArrayList" java-attribute="relationshipData" name="relationship-data" type="inventory.aai.openecomp.org.v8.RelationshipData" />
384                                 <xml-element container-type="java.util.ArrayList" java-attribute="relatedToProperty" name="related-to-property" type="inventory.aai.openecomp.org.v8.RelatedToProperty" />
385                         </java-attributes>
386                 </java-type>
387
388                 <java-type name="RelatedToProperty">
389                         <xml-root-element name="related-to-property" />
390                         <java-attributes>
391                                 <xml-element java-attribute="propertyKey" name="property-key" type="java.lang.String">
392                                         <xml-properties>
393                                                 <xml-property name="description" value="Key part of a key/value pair" />
394                                         </xml-properties>
395                                 </xml-element>
396                                 <xml-element java-attribute="propertyValue" name="property-value" type="java.lang.String">
397                                         <xml-properties>
398                                                 <xml-property name="description" value="Value part of a key/value pair" />
399                                         </xml-properties>
400                                 </xml-element>
401                         </java-attributes>
402                 </java-type>
403
404                 <java-type name="RelationshipData">
405                         <xml-root-element name="relationship-data" />
406                         <java-attributes>
407                                 <xml-element java-attribute="relationshipKey" name="relationship-key" required="true" type="java.lang.String">
408                                         <xml-properties>
409                                                 <xml-property name="description" value="A keyword provided by A&amp;AI to indicate an attribute." />
410                                         </xml-properties>
411                                 </xml-element>
412                                 <xml-element java-attribute="relationshipValue" name="relationship-value" required="true" type="java.lang.String">
413                                         <xml-properties>
414                                                 <xml-property name="description" value="Value of the attribute." />
415                                         </xml-properties>
416                                 </xml-element>
417                         </java-attributes>
418                 </java-type>
419
420                 <java-type name="Complexes">
421                         <xml-properties>
422                                 <xml-property name="description" value="Collection of physical locations that can house cloud-regions." />
423                         </xml-properties>
424                         <xml-root-element name="complexes" />
425                         <java-attributes>
426                                 <xml-element container-type="java.util.ArrayList" java-attribute="complex" name="complex" type="inventory.aai.openecomp.org.v8.Complex" />
427                         </java-attributes>
428                 </java-type>
429
430                 <java-type name="Complex">
431                         <xml-root-element name="complex" />
432                         <java-attributes>
433                                 <xml-element java-attribute="physicalLocationId" name="physical-location-id" required="true" type="java.lang.String" xml-key="true">
434                                         <xml-properties>
435                                                 <xml-property name="description" value="Unique identifier for physical location, e.g., CLLI" />
436                                         </xml-properties>
437                                 </xml-element>
438                                 <xml-element java-attribute="dataCenterCode" name="data-center-code" type="java.lang.String">
439                                         <xml-properties>
440                                                 <xml-property name="description" value="Data center code which can be an alternate way to identify a complex" />
441                                         </xml-properties>
442                                 </xml-element>
443                                 <xml-element java-attribute="complexName" name="complex-name" type="java.lang.String">
444                                         <xml-properties>
445                                                 <xml-property name="description" value="Gamma complex name for LCP instance." />
446                                         </xml-properties>
447                                 </xml-element>
448                                 <xml-element java-attribute="identityUrl" name="identity-url" type="java.lang.String">
449                                         <xml-properties>
450                                                 <xml-property name="description" value="URL of the keystone identity service" />
451                                         </xml-properties>
452                                 </xml-element>
453                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
454                                         <xml-properties>
455                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
456                                         </xml-properties>
457                                 </xml-element>
458                                 <xml-element java-attribute="physicalLocationType" name="physical-location-type" required="true" type="java.lang.String">
459                                         <xml-properties>
460                                                 <xml-property name="description" value="Type, e.g., central office, data center." />
461                                         </xml-properties>
462                                 </xml-element>
463                                 <xml-element java-attribute="street1" name="street1" required="true" type="java.lang.String" />
464                                 <xml-element java-attribute="street2" name="street2" type="java.lang.String" />
465                                 <xml-element java-attribute="city" name="city" required="true" type="java.lang.String" />
466                                 <xml-element java-attribute="state" name="state" type="java.lang.String" />
467                                 <xml-element java-attribute="postalCode" name="postal-code" required="true" type="java.lang.String" />
468                                 <xml-element java-attribute="country" name="country" required="true" type="java.lang.String" />
469                                 <xml-element java-attribute="region" name="region" required="true" type="java.lang.String" />
470                                 <xml-element java-attribute="latitude" name="latitude" type="java.lang.String" />
471                                 <xml-element java-attribute="longitude" name="longitude" type="java.lang.String" />
472                                 <xml-element java-attribute="elevation" name="elevation" type="java.lang.String" />
473                                 <xml-element java-attribute="lata" name="lata" type="java.lang.String" />
474                                 <xml-element java-attribute="ctagPools" name="ctag-pools" type="inventory.aai.openecomp.org.v8.CtagPools" />
475                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
476                         </java-attributes>
477                         <xml-properties>
478                                 <xml-property name="description" value="Collection of physical locations that can house cloud-regions." />
479                                 <xml-property name="indexedProps" value="identity-url,data-center-code,complex-name,physical-location-id" />
480                                 <xml-property name="searchable" value="physical-location-id,data-center-code,complex-name,street1,street2,postal-code" />
481                                 <xml-property name="uniqueProps" value="physical-location-id" />
482                                 <xml-property name="container" value="complexes" />
483                                 <xml-property name="namespace" value="cloud-infrastructure" />
484                         </xml-properties>
485                 </java-type>
486
487                 <java-type name="CtagPools">
488                         <xml-root-element name="ctag-pools" />
489                         <java-attributes>
490                                 <xml-element container-type="java.util.ArrayList" java-attribute="ctagPool" name="ctag-pool" type="inventory.aai.openecomp.org.v8.CtagPool" />
491                         </java-attributes>
492                 </java-type>
493
494                 <java-type name="CtagPool">
495                         <xml-root-element name="ctag-pool" />
496                         <java-attributes>
497                                 <xml-element java-attribute="targetPe" name="target-pe" required="true" type="java.lang.String" xml-key="true">
498                                         <xml-properties>
499                                                 <xml-property name="description" value="The Target provider edge router" />
500                                         </xml-properties>
501                                 </xml-element>
502                                 <xml-element java-attribute="availabilityZoneName" name="availability-zone-name" required="true" type="java.lang.String" xml-key="true">
503                                         <xml-properties>
504                                                 <xml-property name="description" value="Name of the availability zone" />
505                                         </xml-properties>
506                                 </xml-element>
507                                 <xml-element java-attribute="ctagPoolPurpose" name="ctag-pool-purpose" required="true" type="java.lang.String">
508                                         <xml-properties>
509                                                 <xml-property name="description" value="Describes what the intended purpose of this pool is." />
510                                         </xml-properties>
511                                 </xml-element>
512                                 <xml-element java-attribute="ctagValues" name="ctag-values" type="java.lang.String">
513                                         <xml-properties>
514                                                 <xml-property name="description" value="Comma separated list of ctags" />
515                                         </xml-properties>
516                                 </xml-element>
517                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
518                                         <xml-properties>
519                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
520                                         </xml-properties>
521                                 </xml-element>
522                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
523                         </java-attributes>
524                         <xml-properties>
525                                 <xml-property name="description" value="A collection of C tags (vlan tags) grouped for a specific purpose." />
526                                 <xml-property name="indexedProps" value="availability-zone-name" />
527                                 <xml-property name="dependentOn" value="complex" />
528                                 <xml-property name="container" value="ctag-pools" />
529                         </xml-properties>
530                 </java-type>
531
532                 <java-type name="Tenants">
533                         <xml-properties>
534                                 <xml-property name="description" value="Collection of openstack tenants." />
535                         </xml-properties>
536                         <xml-root-element name="tenants" />
537                         <java-attributes>
538                                 <xml-element container-type="java.util.ArrayList" java-attribute="tenant" name="tenant" type="inventory.aai.openecomp.org.v8.Tenant" />
539                         </java-attributes>
540                 </java-type>
541
542                 <java-type name="Tenant">
543                         <xml-root-element name="tenant" />
544                         <java-attributes>
545                                 <xml-element java-attribute="tenantId" name="tenant-id" required="true" type="java.lang.String" xml-key="true">
546                                         <xml-properties>
547                                                 <xml-property name="description" value="Unique id relative to the cloud-region." />
548                                         </xml-properties>
549                                 </xml-element>
550                                 <xml-element java-attribute="tenantName" name="tenant-name" required="true" type="java.lang.String">
551                                         <xml-properties>
552                                                 <xml-property name="description" value="Readable name of tenant" />
553                                         </xml-properties>
554                                 </xml-element>
555                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
556                                         <xml-properties>
557                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
558                                         </xml-properties>
559                                 </xml-element>
560                                 <xml-element java-attribute="vservers" name="vservers" type="inventory.aai.openecomp.org.v8.Vservers" />
561                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
562                         </java-attributes>
563                         <xml-properties>
564                                 <xml-property name="description" value="Openstack tenant" />
565                                 <xml-property name="nameProps" value="tenant-name" />
566                                 <xml-property name="indexedProps" value="tenant-name,tenant-id" />
567                                 <xml-property name="dependentOn" value="cloud-region" />
568                                 <xml-property name="container" value="tenants" />
569                         </xml-properties>
570                 </java-type>
571
572                 <java-type name="Vservers">
573                         <xml-properties>
574                                 <xml-property name="description" value="Collection of virtual Servers, aka virtual machines or VMs." />
575                         </xml-properties>
576                         <xml-root-element name="vservers" />
577                         <java-attributes>
578                                 <xml-element container-type="java.util.ArrayList" java-attribute="vserver" name="vserver" type="inventory.aai.openecomp.org.v8.Vserver" />
579                         </java-attributes>
580                 </java-type>
581
582                 <java-type name="Vserver">
583                         <xml-root-element name="vserver" />
584                         <java-attributes>
585                                 <xml-element java-attribute="vserverId" name="vserver-id" required="true" type="java.lang.String" xml-key="true">
586                                         <xml-properties>
587                                                 <xml-property name="description" value="Unique identifier for this vserver relative to its tenant" />
588                                         </xml-properties>
589                                 </xml-element>
590                                 <xml-element java-attribute="vserverName" name="vserver-name" required="true" type="java.lang.String">
591                                         <xml-properties>
592                                                 <xml-property name="description" value="Name of vserver" />
593                                         </xml-properties>
594                                 </xml-element>
595                                 <xml-element java-attribute="vserverName2" name="vserver-name2" type="java.lang.String">
596                                         <xml-properties>
597                                                 <xml-property name="description" value="Alternative name of vserver" />
598                                         </xml-properties>
599                                 </xml-element>
600                                 <xml-element java-attribute="provStatus" name="prov-status" type="java.lang.String">
601                                         <xml-properties>
602                                                 <xml-property name="description" value="Trigger for operational monitoring of this resource by Service Assurance systems." />
603                                         </xml-properties>
604                                 </xml-element>
605                                 <xml-element java-attribute="vserverSelflink" name="vserver-selflink" required="true" type="java.lang.String">
606                                         <xml-properties>
607                                                 <xml-property name="description" value="URL to endpoint where AAI can get more details" />
608                                         </xml-properties>
609                                 </xml-element>
610                                 <xml-element default-value="false" required="true" java-attribute="inMaint" name="in-maint" type="java.lang.Boolean">
611                                         <xml-properties>
612                                                 <xml-property name="defaultValue" value="false"/>
613                                                 <xml-property name="description" value="Used to indicate whether or not this object is in maintenance mode (maintenance mode = true). This field (in conjunction with prov-status) is used to suppress alarms and vSCL on VNFs/VMs." />
614                                         </xml-properties>
615                                 </xml-element>
616                                 <xml-element default-value="false" required="true" java-attribute="isClosedLoopDisabled" name="is-closed-loop-disabled" type="java.lang.Boolean">
617                                         <xml-properties>
618                                                 <xml-property name="defaultValue" value="false"/>
619                                                 <xml-property name="description" value="Used to indicate whether closed loop function is enabled on this node" />
620                                         </xml-properties>
621                                 </xml-element>
622                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
623                                         <xml-properties>
624                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
625                                         </xml-properties>
626                                 </xml-element>
627                                 <xml-element java-attribute="volumes" name="volumes" type="inventory.aai.openecomp.org.v8.Volumes" />
628                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
629                                 <xml-element java-attribute="lInterfaces" name="l-interfaces" type="inventory.aai.openecomp.org.v8.LInterfaces" />
630                         </java-attributes>
631                         <xml-properties>
632                                 <xml-property name="description" value="Virtual Servers, aka virtual machine or VM." />
633                                 <xml-property name="nameProps" value="vserver-name" />
634                                 <xml-property name="indexedProps" value="is-closed-loop-disabled,prov-status,vserver-name,vserver-id,in-maint,vserver-name2" />
635                                 <xml-property name="searchable" value="vserver-name,vserver-id,vserver-name2" />
636                                 <xml-property name="dependentOn" value="tenant" />
637                                 <xml-property name="container" value="vservers" />
638                         </xml-properties>
639                 </java-type>
640
641                 <java-type name="LInterfaces">
642                         <xml-properties>
643                                 <xml-property name="description" value="Collection of logical interfaces." />
644                         </xml-properties>
645                         <xml-root-element name="l-interfaces" />
646                         <java-attributes>
647                                 <xml-element container-type="java.util.ArrayList" java-attribute="lInterface" name="l-interface" type="inventory.aai.openecomp.org.v8.LInterface" />
648                         </java-attributes>
649                 </java-type>
650
651                 <java-type name="LInterface">
652                         <xml-root-element name="l-interface" />
653                         <java-attributes>
654                                 <xml-element java-attribute="interfaceName" name="interface-name" required="true" type="java.lang.String" xml-key="true">
655                                         <xml-properties>
656                                                 <xml-property name="description" value="Name given to the interface" />
657                                         </xml-properties>
658                                 </xml-element>
659                                 <xml-element java-attribute="interfaceRole" name="interface-role" type="java.lang.String">
660                                         <xml-properties>
661                                                 <xml-property name="description" value="E.g., CUSTOMER, UPLINK, etc." />
662                                         </xml-properties>
663                                 </xml-element>
664                                 <xml-element java-attribute="v6WanLinkIp" name="v6-wan-link-ip" type="java.lang.String">
665                                         <xml-properties>
666                                                 <xml-property name="description" value="Questionably placed - v6 ip addr of this interface (is in vr-lan-interface from Mary B." />
667                                         </xml-properties>
668                                 </xml-element>
669                                 <xml-element java-attribute="selflink" name="selflink" type="java.lang.String">
670                                         <xml-properties>
671                                                 <xml-property name="description" value="URL to endpoint where AAI can get more details" />
672                                         </xml-properties>
673                                 </xml-element>
674                                 <xml-element java-attribute="interfaceId" name="interface-id" type="java.lang.String">
675                                         <xml-properties>
676                                                 <xml-property name="description" value="ID of interface" />
677                                         </xml-properties>
678                                 </xml-element>
679                                 <xml-element java-attribute="macaddr" name="macaddr" type="java.lang.String">
680                                         <xml-properties>
681                                                 <xml-property name="description" value="MAC address for the interface" />
682                                         </xml-properties>
683                                 </xml-element>
684                                 <xml-element java-attribute="networkName" name="network-name" type="java.lang.String">
685                                         <xml-properties>
686                                                 <xml-property name="description" value="Name of the network" />
687                                         </xml-properties>
688                                 </xml-element>
689                                 <xml-element java-attribute="managementOption" name="management-option" type="java.lang.String">
690                                         <xml-properties>
691                                                 <xml-property name="description" value="Whether A&amp;AI should be managing this interface of not. Could have value like CUSTOMER" />
692                                         </xml-properties>
693                                 </xml-element>
694                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
695                                         <xml-properties>
696                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
697                                         </xml-properties>
698                                 </xml-element>
699                                 <xml-element java-attribute="vlans" name="vlans" type="inventory.aai.openecomp.org.v8.Vlans" />
700                                 <xml-element java-attribute="sriovVfs" name="sriov-vfs" type="inventory.aai.openecomp.org.v8.SriovVfs" />
701                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
702                                 <xml-element container-type="java.util.ArrayList" java-attribute="l3InterfaceIpv4AddressList" name="l3-interface-ipv4-address-list" type="inventory.aai.openecomp.org.v8.L3InterfaceIpv4AddressList" />
703                                 <xml-element container-type="java.util.ArrayList" java-attribute="l3InterfaceIpv6AddressList" name="l3-interface-ipv6-address-list" type="inventory.aai.openecomp.org.v8.L3InterfaceIpv6AddressList" />
704                         </java-attributes>
705                         <xml-properties>
706                                 <xml-property name="description" value="Logical interfaces, e.g., a vnic." />
707                                 <xml-property name="indexedProps" value="macaddr,interface-id,interface-name,network-name" />
708                                 <xml-property name="dependentOn" value="generic-vnf,newvce,vpe,p-interface,vserver,lag-interface" />
709                                 <xml-property name="container" value="l-interfaces" />
710                         </xml-properties>
711                 </java-type>
712
713                 <java-type name="SriovVfs">
714                         <xml-properties>
715                                 <xml-property name="description" value="Collection of SR-IOV Virtual Functions." />
716                         </xml-properties>
717                         <xml-root-element name="sriov-vfs" />
718                         <java-attributes>
719                                 <xml-element container-type="java.util.ArrayList" java-attribute="sriovVf" name="sriov-vf" type="inventory.aai.openecomp.org.v8.SriovVf" />
720                         </java-attributes>
721                 </java-type>
722                 <java-type name="SriovVf">
723                         <xml-root-element name="sriov-vf" />
724                         <java-attributes>
725                                 <xml-element java-attribute="pciId" name="pci-id" required="true" type="java.lang.String" xml-key="true">
726                                         <xml-properties>
727                                                 <xml-property name="description" value="PCI ID used to identify the sriov-vf" />
728                                         </xml-properties>
729                                 </xml-element>
730                                 <xml-element java-attribute="vfVlanFilter" name="vf-vlan-filter" type="java.lang.String">
731                                         <xml-properties>
732                                                 <xml-property name="description" value="This metadata provides option to specify list of VLAN filters applied on VF to pass the traffic to VM." />
733                                         </xml-properties>
734                                 </xml-element>
735                                 <xml-element java-attribute="vfMacFilter" name="vf-mac-filter" type="java.lang.String">
736                                         <xml-properties>
737                                                 <xml-property name="description" value="When MAC filters are specified, VF-agent service configures VFs to do MAC level filtering before the traffic is passed to VM." />
738                                         </xml-properties>
739                                 </xml-element>
740                                 <xml-element java-attribute="vfVlanStrip" name="vf-vlan-strip" type="java.lang.Boolean">
741                                         <xml-properties>
742                                                 <xml-property name="description" value="When this field is set to true, VF will configured to strip the outer TAG before the traffic is passed to VM." />
743                                         </xml-properties>
744                                 </xml-element>
745                                 <xml-element java-attribute="vfVlanAntiSpoofCheck" name="vf-vlan-anti-spoof-check" type="java.lang.Boolean">
746                                         <xml-properties>
747                                                 <xml-property name="description" value="This option ensures anti VLAN spoof checks are done at the VF level to comply with security. The disable check will also be honored per the VNF needs for trusted VMs." />
748                                         </xml-properties>
749                                 </xml-element>
750                                 <xml-element java-attribute="vfMacAntiSpoofCheck" name="vf-mac-anti-spoof-check" type="java.lang.Boolean">
751                                         <xml-properties>
752                                                 <xml-property name="description" value="This option ensures anti MAC spoof checks are done at the VF level to comply with security. The disable check will also be honored per the VNF needs for trusted VMs." />
753                                         </xml-properties>
754                                 </xml-element>
755                                 <xml-element java-attribute="vfMirrors" name="vf-mirrors" type="java.lang.String">
756                                         <xml-properties>
757                                                 <xml-property name="description" value="This option defines the set of Mirror objects which essentially mirrors the traffic from source to set of collector VNF Ports." />
758                                         </xml-properties>
759                                 </xml-element>
760                                 <xml-element java-attribute="vfBroadcastAllow" name="vf-broadcast-allow" type="java.lang.Boolean">
761                                         <xml-properties>
762                                                 <xml-property name="description" value="This option, if set to true, sets the VF in promiscuous mode and allows all broadcast traffic to reach the VM" />
763                                         </xml-properties>
764                                 </xml-element>
765                                 <xml-element java-attribute="vfUnknownMulticastAllow" name="vf-unknown-multicast-allow" type="java.lang.Boolean">
766                                         <xml-properties>
767                                                 <xml-property name="description" value="This option, if set to true, sets the VF in promiscuous mode and allows unknown multicast traffic to reach the VM" />
768                                         </xml-properties>
769                                 </xml-element>
770                                 <xml-element java-attribute="vfUnknownUnicastAllow" name="vf-unknown-unicast-allow" type="java.lang.Boolean">
771                                         <xml-properties>
772                                                 <xml-property name="description" value="This option, if set to true, sets the VF in promiscuous mode and allows unknown unicast traffic to reach the VM" />
773                                         </xml-properties>
774                                 </xml-element>
775                                 <xml-element java-attribute="vfInsertStag" name="vf-insert-stag" type="java.lang.Boolean">
776                                         <xml-properties>
777                                                 <xml-property name="description" value="This option, if set to true, instructs to insert outer tag after traffic comes out of VM." />
778                                         </xml-properties>
779                                 </xml-element>
780                                 <xml-element java-attribute="vfLinkStatus" name="vf-link-status" type="java.lang.String">
781                                         <xml-properties>
782                                                 <xml-property name="description" value="This option is used to set the link status.  Valid values as of 1607 are on, off, and auto." />
783                                         </xml-properties>
784                                 </xml-element>
785                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
786                                         <xml-properties>
787                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
788                                         </xml-properties>
789                                 </xml-element>
790                                 <xml-element java-attribute="neutronNetworkId" name="neutron-network-id" type="java.lang.String">
791                                         <xml-properties>
792                                                 <xml-property name="description" value="Neutron network id of the interface" />
793                                         </xml-properties>
794                                 </xml-element>
795                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
796                         </java-attributes>
797                         <xml-properties>
798                                 <xml-property name="description" value="SR-IOV Virtual Function (not to be confused with virtual network function)" />
799                                 <xml-property name="indexedProps" value="pci-id,vf-vlan-filter,vf-mac-filter,vf-vlan-strip,neutron-network-id" />
800                                 <xml-property name="dependentOn" value="l-interface" />
801                                 <xml-property name="container" value="sriov-vfs" />
802                         </xml-properties>
803                 </java-type>
804
805                 <java-type name="L3InterfaceIpv4AddressList">
806                         <xml-root-element name="l3-interface-ipv4-address-list" />
807                         <java-attributes>
808                                 <xml-element java-attribute="l3InterfaceIpv4Address" name="l3-interface-ipv4-address" required="true" type="java.lang.String" xml-key="true">
809                                         <xml-properties>
810                                                 <xml-property name="description" value="IP address" />
811                                         </xml-properties>
812                                 </xml-element>
813                                 <xml-element java-attribute="l3InterfaceIpv4PrefixLength" name="l3-interface-ipv4-prefix-length" type="java.lang.Long">
814                                         <xml-properties>
815                                                 <xml-property name="description" value="Prefix length, 32 for single address" />
816                                         </xml-properties>
817                                 </xml-element>
818                                 <xml-element java-attribute="vlanIdInner" name="vlan-id-inner" type="java.lang.Long">
819                                         <xml-properties>
820                                                 <xml-property name="description" value="Inner VLAN tag" />
821                                         </xml-properties>
822                                 </xml-element>
823                                 <xml-element java-attribute="vlanIdOuter" name="vlan-id-outer" type="java.lang.Long">
824                                         <xml-properties>
825                                                 <xml-property name="description" value="Outer VLAN tag" />
826                                         </xml-properties>
827                                 </xml-element>
828                                 <xml-element java-attribute="isFloating" name="is-floating" type="java.lang.Boolean">
829                                         <xml-properties>
830                                                 <xml-property name="description" value="Indicator of fixed or floating address" />
831                                         </xml-properties>
832                                 </xml-element>
833                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
834                                         <xml-properties>
835                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
836                                         </xml-properties>
837                                 </xml-element>
838                                 <xml-element java-attribute="neutronNetworkId" name="neutron-network-id" type="java.lang.String">
839                                         <xml-properties>
840                                                 <xml-property name="description" value="Neutron network id of the interface that address belongs to" />
841                                         </xml-properties>
842                                 </xml-element>
843                                 <xml-element java-attribute="neutronSubnetId" name="neutron-subnet-id" type="java.lang.String">
844                                         <xml-properties>
845                                                 <xml-property name="description" value="Neutron id of subnet that address belongs to" />
846                                         </xml-properties>
847                                 </xml-element>
848                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
849                         </java-attributes>
850                         <xml-properties>
851                                 <xml-property name="description" value="IPv4 Address Range" />
852                                 <xml-property name="indexedProps" value="l3-interface-ipv4-address,vlan-id-inner,neutron-network-id,neutron-subnet-id" />
853                                 <xml-property name="dependentOn" value="vlan,l-interface" />
854                         </xml-properties>
855                 </java-type>
856
857                 <java-type name="Vlans">
858                         <xml-root-element name="vlans" />
859                         <java-attributes>
860                                 <xml-element container-type="java.util.ArrayList" java-attribute="vlan" name="vlan" type="inventory.aai.openecomp.org.v8.Vlan" />
861                         </java-attributes>
862                 </java-type>
863
864                 <java-type name="Vlan">
865                         <xml-root-element name="vlan" />
866                         <java-attributes>
867                                 <xml-element java-attribute="vlanInterface" name="vlan-interface" required="true" type="java.lang.String" xml-key="true">
868                                         <xml-properties>
869                                                 <xml-property name="description" value="String that identifies the interface" />
870                                         </xml-properties>
871                                 </xml-element>
872                                 <xml-element java-attribute="vlanIdInner" name="vlan-id-inner" type="java.lang.Long">
873                                         <xml-properties>
874                                                 <xml-property name="description" value="Inner VLAN tag" />
875                                         </xml-properties>
876                                 </xml-element>
877                                 <xml-element java-attribute="vlanIdOuter" name="vlan-id-outer" type="java.lang.Long">
878                                         <xml-properties>
879                                                 <xml-property name="description" value="Outer VLAN tag" />
880                                         </xml-properties>
881                                 </xml-element>
882                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
883                                         <xml-properties>
884                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
885                                         </xml-properties>
886                                 </xml-element>
887                                 <xml-element java-attribute="speedValue" name="speed-value" type="java.lang.String">
888                                         <xml-properties>
889                                                 <xml-property name="description" value="Captures the numeric part of the speed" />
890                                         </xml-properties>
891                                 </xml-element>
892                                 <xml-element java-attribute="speedUnits" name="speed-units" type="java.lang.String">
893                                         <xml-properties>
894                                                 <xml-property name="description" value="Captures the units corresponding to the speed" />
895                                         </xml-properties>
896                                 </xml-element>
897                                 <xml-element java-attribute="vlanDescription" name="vlan-description" type="java.lang.String">
898                                         <xml-properties>
899                                                 <xml-property name="description" value="Used to describe (the service associated with) the vlan" />
900                                         </xml-properties>
901                                 </xml-element>
902                                 <xml-element java-attribute="backdoorConnection" name="backdoor-connection" type="java.lang.String">
903                                         <xml-properties>
904                                                 <xml-property name="description" value="Whether customer is going to use this VLAN for backdoor connection to another customer premise device." />
905                                         </xml-properties>
906                                 </xml-element>
907                                 <xml-element java-attribute="vpnId" name="vpn-id" type="java.lang.String">
908                                         <xml-properties>
909                                                 <xml-property name="description" value="This indicates the customers VPN ID associated with this vlan" />
910                                                 <xml-property name="dbAlias" value="vpn-id-local" />
911                                         </xml-properties>
912                                 </xml-element>
913                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
914                                 <xml-element container-type="java.util.ArrayList" java-attribute="l3InterfaceIpv4AddressList" name="l3-interface-ipv4-address-list" type="inventory.aai.openecomp.org.v8.L3InterfaceIpv4AddressList" />
915                                 <xml-element container-type="java.util.ArrayList" java-attribute="l3InterfaceIpv6AddressList" name="l3-interface-ipv6-address-list" type="inventory.aai.openecomp.org.v8.L3InterfaceIpv6AddressList" />
916                         </java-attributes>
917                         <xml-properties>
918                                 <xml-property name="description" value="Definition of vlan" />
919                                 <xml-property name="indexedProps" value="vlan-interface,vlan-id-inner,vpn-id" />
920                                 <xml-property name="uniqueProps" value="vpn-id" />
921                                 <xml-property name="dependentOn" value="l-interface" />
922                                 <xml-property name="container" value="vlans" />
923                         </xml-properties>
924                 </java-type>
925
926                 <java-type name="L3InterfaceIpv6AddressList">
927                         <xml-root-element name="l3-interface-ipv6-address-list" />
928                         <java-attributes>
929                                 <xml-element java-attribute="l3InterfaceIpv6Address" name="l3-interface-ipv6-address" required="true" type="java.lang.String" xml-key="true">
930                                         <xml-properties>
931                                                 <xml-property name="description" value="IP address" />
932                                         </xml-properties>
933                                 </xml-element>
934                                 <xml-element java-attribute="l3InterfaceIpv6PrefixLength" name="l3-interface-ipv6-prefix-length" type="java.lang.Long">
935                                         <xml-properties>
936                                                 <xml-property name="description" value="Prefix length, 128 for single address" />
937                                         </xml-properties>
938                                 </xml-element>
939                                 <xml-element java-attribute="vlanIdInner" name="vlan-id-inner" type="java.lang.Long">
940                                         <xml-properties>
941                                                 <xml-property name="description" value="Inner VLAN tag" />
942                                         </xml-properties>
943                                 </xml-element>
944                                 <xml-element java-attribute="vlanIdOuter" name="vlan-id-outer" type="java.lang.Long">
945                                         <xml-properties>
946                                                 <xml-property name="description" value="Outer VLAN tag" />
947                                         </xml-properties>
948                                 </xml-element>
949                                 <xml-element java-attribute="isFloating" name="is-floating" type="java.lang.Boolean">
950                                         <xml-properties>
951                                                 <xml-property name="description" value="Indicator of fixed or floating address" />
952                                         </xml-properties>
953                                 </xml-element>
954                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
955                                         <xml-properties>
956                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
957                                         </xml-properties>
958                                 </xml-element>
959                                 <xml-element java-attribute="neutronNetworkId" name="neutron-network-id" type="java.lang.String">
960                                         <xml-properties>
961                                                 <xml-property name="description" value="Neutron network id of the interface that address belongs to" />
962                                         </xml-properties>
963                                 </xml-element>
964                                 <xml-element java-attribute="neutronSubnetId" name="neutron-subnet-id" type="java.lang.String">
965                                         <xml-properties>
966                                                 <xml-property name="description" value="Neutron id of subnet that address belongs to" />
967                                         </xml-properties>
968                                 </xml-element>
969                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
970                         </java-attributes>
971                         <xml-properties>
972                                 <xml-property name="description" value="IPv6 Address Range" />
973                                 <xml-property name="indexedProps" value="l3-interface-ipv6-address,vlan-id-inner,neutron-network-id,neutron-subnet-id" />
974                                 <xml-property name="dependentOn" value="vlan,l-interface" />
975                         </xml-properties>
976                 </java-type>
977
978                 <java-type name="Volumes">
979                         <xml-properties>
980                                 <xml-property name="description" value="Collection of ephemeral Block storage volumes." />
981                         </xml-properties>
982                         <xml-root-element name="volumes" />
983                         <java-attributes>
984                                 <xml-element container-type="java.util.ArrayList" java-attribute="volume" name="volume" type="inventory.aai.openecomp.org.v8.Volume" />
985                         </java-attributes>
986                 </java-type>
987
988                 <java-type name="Volume">
989                         <xml-root-element name="volume" />
990                         <java-attributes>
991                                 <xml-element java-attribute="volumeId" name="volume-id" required="true" type="java.lang.String" xml-key="true">
992                                         <xml-properties>
993                                                 <xml-property name="description" value="Unique ID of block storage volume relative to the vserver." />
994                                         </xml-properties>
995                                 </xml-element>
996                                 <xml-element java-attribute="volumeSelflink" name="volume-selflink" required="true" type="java.lang.String">
997                                         <xml-properties>
998                                                 <xml-property name="description" value="URL to endpoint where AAI can get more details" />
999                                         </xml-properties>
1000                                 </xml-element>
1001                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
1002                                         <xml-properties>
1003                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
1004                                         </xml-properties>
1005                                 </xml-element>
1006                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
1007                         </java-attributes>
1008                         <xml-properties>
1009                                 <xml-property name="description" value="Ephemeral Block storage volume." />
1010                                 <xml-property name="indexedProps" value="volume-id" />
1011                                 <xml-property name="dependentOn" value="vserver" />
1012                                 <xml-property name="container" value="volumes" />
1013                         </xml-properties>
1014                 </java-type>
1015
1016                 <java-type name="Flavors">
1017                         <xml-properties>
1018                                 <xml-property name="description" value="Collection of openstack flavors." />
1019                         </xml-properties>
1020                         <xml-root-element name="flavors" />
1021                         <java-attributes>
1022                                 <xml-element container-type="java.util.ArrayList" java-attribute="flavor" name="flavor" type="inventory.aai.openecomp.org.v8.Flavor" />
1023                         </java-attributes>
1024                 </java-type>
1025
1026                 <java-type name="Flavor">
1027                         <xml-root-element name="flavor" />
1028                         <java-attributes>
1029                                 <xml-element java-attribute="flavorId" name="flavor-id" required="true" type="java.lang.String" xml-key="true">
1030                                         <xml-properties>
1031                                                 <xml-property name="description" value="Flavor id, expected to be unique across cloud-region." />
1032                                         </xml-properties>
1033                                 </xml-element>
1034                                 <xml-element java-attribute="flavorName" name="flavor-name" required="true" type="java.lang.String">
1035                                         <xml-properties>
1036                                                 <xml-property name="description" value="Flavor name" />
1037                                         </xml-properties>
1038                                 </xml-element>
1039                                 <xml-element java-attribute="flavorVcpus" name="flavor-vcpus" type="java.lang.Integer">
1040                                         <xml-properties>
1041                                                 <xml-property name="description" value="Number of CPUs" />
1042                                         </xml-properties>
1043                                 </xml-element>
1044                                 <xml-element java-attribute="flavorRam" name="flavor-ram" type="java.lang.Integer">
1045                                         <xml-properties>
1046                                                 <xml-property name="description" value="Amount of memory" />
1047                                         </xml-properties>
1048                                 </xml-element>
1049                                 <xml-element java-attribute="flavorDisk" name="flavor-disk" type="java.lang.Integer">
1050                                         <xml-properties>
1051                                                 <xml-property name="description" value="Disk space" />
1052                                         </xml-properties>
1053                                 </xml-element>
1054                                 <xml-element java-attribute="flavorEphemeral" name="flavor-ephemeral" type="java.lang.Integer">
1055                                         <xml-properties>
1056                                                 <xml-property name="description" value="Amount of ephemeral disk space" />
1057                                         </xml-properties>
1058                                 </xml-element>
1059                                 <xml-element java-attribute="flavorSwap" name="flavor-swap" type="java.lang.String">
1060                                         <xml-properties>
1061                                                 <xml-property name="description" value="amount of swap space allocation" />
1062                                         </xml-properties>
1063                                 </xml-element>
1064                                 <xml-element java-attribute="flavorIsPublic" name="flavor-is-public" type="java.lang.Boolean">
1065                                         <xml-properties>
1066                                                 <xml-property name="description" value="whether flavor is available to all users or private to the tenant it was created in." />
1067                                         </xml-properties>
1068                                 </xml-element>
1069                                 <xml-element java-attribute="flavorSelflink" name="flavor-selflink" required="true" type="java.lang.String">
1070                                         <xml-properties>
1071                                                 <xml-property name="description" value="URL to endpoint where AAI can get more details" />
1072                                         </xml-properties>
1073                                 </xml-element>
1074                                 <xml-element java-attribute="flavorDisabled" name="flavor-disabled" type="java.lang.Boolean">
1075                                         <xml-properties>
1076                                                 <xml-property name="description" value="Boolean as to whether this flavor is no longer enabled" />
1077                                         </xml-properties>
1078                                 </xml-element>
1079                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
1080                                         <xml-properties>
1081                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
1082                                         </xml-properties>
1083                                 </xml-element>
1084                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
1085                         </java-attributes>
1086                         <xml-properties>
1087                                 <xml-property name="description" value="Openstack flavor." />
1088                                 <xml-property name="nameProps" value="flavor-name" />
1089                                 <xml-property name="indexedProps" value="flavor-name,flavor-id" />
1090                                 <xml-property name="dependentOn" value="cloud-region" />
1091                                 <xml-property name="container" value="flavors" />
1092                         </xml-properties>
1093                 </java-type>
1094
1095                 <java-type name="Snapshots">
1096                         <xml-properties>
1097                                 <xml-property name="description" value="Collection of openstack snapshots" />
1098                         </xml-properties>
1099                         <xml-root-element name="snapshots" />
1100                         <java-attributes>
1101                                 <xml-element container-type="java.util.ArrayList" java-attribute="snapshot" name="snapshot" type="inventory.aai.openecomp.org.v8.Snapshot" />
1102                         </java-attributes>
1103                 </java-type>
1104
1105                 <java-type name="Snapshot">
1106                         <xml-root-element name="snapshot" />
1107                         <java-attributes>
1108                                 <xml-element java-attribute="snapshotId" name="snapshot-id" required="true" type="java.lang.String" xml-key="true">
1109                                         <xml-properties>
1110                                                 <xml-property name="description" value="Snapshot id, this is the key UUID assoc associated in glance with the snapshots." />
1111                                         </xml-properties>
1112                                 </xml-element>
1113                                 <xml-element java-attribute="snapshotName" name="snapshot-name" type="java.lang.String">
1114                                         <xml-properties>
1115                                                 <xml-property name="description" value="Snapshot name" />
1116                                         </xml-properties>
1117                                 </xml-element>
1118                                 <xml-element java-attribute="snapshotArchitecture" name="snapshot-architecture" type="java.lang.String">
1119                                         <xml-properties>
1120                                                 <xml-property name="description" value="Operating system architecture" />
1121                                         </xml-properties>
1122                                 </xml-element>
1123                                 <xml-element java-attribute="snapshotOsDistro" name="snapshot-os-distro" type="java.lang.String">
1124                                         <xml-properties>
1125                                                 <xml-property name="description" value="The common name of the operating system distribution in lowercase" />
1126                                         </xml-properties>
1127                                 </xml-element>
1128                                 <xml-element java-attribute="snapshotOsVersion" name="snapshot-os-version" type="java.lang.String">
1129                                         <xml-properties>
1130                                                 <xml-property name="description" value="The operating system version as specified by the distributor." />
1131                                         </xml-properties>
1132                                 </xml-element>
1133                                 <xml-element java-attribute="application" name="application" type="java.lang.String">
1134                                         <xml-properties>
1135                                                 <xml-property name="description" value="The application that the image instantiates." />
1136                                         </xml-properties>
1137                                 </xml-element>
1138                                 <xml-element java-attribute="applicationVendor" name="application-vendor" type="java.lang.String">
1139                                         <xml-properties>
1140                                                 <xml-property name="description" value="The vendor of the application." />
1141                                         </xml-properties>
1142                                 </xml-element>
1143                                 <xml-element java-attribute="applicationVersion" name="application-version" type="java.lang.String">
1144                                         <xml-properties>
1145                                                 <xml-property name="description" value="The version of the application." />
1146                                         </xml-properties>
1147                                 </xml-element>
1148                                 <xml-element java-attribute="snapshotSelflink" name="snapshot-selflink" type="java.lang.String">
1149                                         <xml-properties>
1150                                                 <xml-property name="description" value="URL to endpoint where AAI can get more details" />
1151                                         </xml-properties>
1152                                 </xml-element>
1153                                 <xml-element java-attribute="prevSnapshotId" name="prev-snapshot-id" type="java.lang.String">
1154                                         <xml-properties>
1155                                                 <xml-property name="description" value="This field contains the UUID of the previous snapshot (if any)." />
1156                                         </xml-properties>
1157                                 </xml-element>
1158                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
1159                                         <xml-properties>
1160                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
1161                                         </xml-properties>
1162                                 </xml-element>
1163                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
1164                         </java-attributes>
1165                         <xml-properties>
1166                                 <xml-property name="description" value="Openstack snapshot" />
1167                                 <xml-property name="nameProps" value="snapshot-name" />
1168                                 <xml-property name="uniqueProps" value="snapshot-id" />
1169                                 <xml-property name="indexedProps" value="application,snapshot-name,application-vendor,snapshot-id,application-version,prev-snapshot-id" />
1170                                 <xml-property name="dependentOn" value="cloud-region" />
1171                                 <xml-property name="container" value="snapshots" />
1172                         </xml-properties>
1173                 </java-type>
1174
1175                 <java-type name="GroupAssignments">
1176                         <xml-properties>
1177                                 <xml-property name="description" value="Collection of openstack group assignments" />
1178                         </xml-properties>
1179                         <xml-root-element name="group-assignments" />
1180                         <java-attributes>
1181                                 <xml-element container-type="java.util.ArrayList" java-attribute="groupAssignment" name="group-assignment" type="inventory.aai.openecomp.org.v8.GroupAssignment" />
1182                         </java-attributes>
1183                 </java-type>
1184
1185                 <java-type name="GroupAssignment">
1186                         <xml-root-element name="group-assignment" />
1187                         <java-attributes>
1188                                 <xml-element java-attribute="groupId" name="group-id" required="true" type="java.lang.String" xml-key="true">
1189                                         <xml-properties>
1190                                                 <xml-property name="description" value="Group id, expected to be unique across cloud-region." />
1191                                         </xml-properties>
1192                                 </xml-element>
1193                                 <xml-element java-attribute="groupType" name="group-type" required="true" type="java.lang.String">
1194                                         <xml-properties>
1195                                                 <xml-property name="description" value="Group type - the type of group this instance refers to" />
1196                                         </xml-properties>
1197                                 </xml-element>
1198                                 <xml-element java-attribute="groupName" name="group-name" required="true" type="java.lang.String">
1199                                         <xml-properties>
1200                                                 <xml-property name="description" value="Group name - name assigned to the group" />
1201                                         </xml-properties>
1202                                 </xml-element>
1203                                 <xml-element java-attribute="groupDescription" name="group-description" type="java.lang.String">
1204                                         <xml-properties>
1205                                                 <xml-property name="description" value="Group description - description of the group" />
1206                                         </xml-properties>
1207                                 </xml-element>
1208                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
1209                                         <xml-properties>
1210                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
1211                                         </xml-properties>
1212                                 </xml-element>
1213                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
1214                         </java-attributes>
1215                         <xml-properties>
1216                                 <xml-property name="description" value="Openstack group-assignment used to store exclusivity groups (EG)." />
1217                                 <xml-property name="nameProps" value="group-name" />
1218                                 <xml-property name="indexedProps" value="group-id,group-type,group-name" />
1219                                 <xml-property name="dependentOn" value="cloud-region" />
1220                                 <xml-property name="container" value="group-assignments" />
1221                         </xml-properties>
1222                 </java-type>
1223
1224                 <java-type name="Images">
1225                         <xml-properties>
1226                                 <xml-property name="description" value="Collectio of Openstack images." />
1227                         </xml-properties>
1228                         <xml-root-element name="images" />
1229                         <java-attributes>
1230                                 <xml-element container-type="java.util.ArrayList" java-attribute="image" name="image" type="inventory.aai.openecomp.org.v8.Image" />
1231                         </java-attributes>
1232                 </java-type>
1233
1234                 <java-type name="Image">
1235                         <xml-root-element name="image" />
1236                         <java-attributes>
1237                                 <xml-element java-attribute="imageId" name="image-id" required="true" type="java.lang.String" xml-key="true">
1238                                         <xml-properties>
1239                                                 <xml-property name="description" value="Image id, expected to be unique across cloud region" />
1240                                         </xml-properties>
1241                                 </xml-element>
1242                                 <xml-element java-attribute="imageName" name="image-name" required="true" type="java.lang.String">
1243                                         <xml-properties>
1244                                                 <xml-property name="description" value="Image name" />
1245                                         </xml-properties>
1246                                 </xml-element>
1247                                 <xml-element java-attribute="imageArchitecture" name="image-architecture" type="java.lang.String">
1248                                         <xml-properties>
1249                                                 <xml-property name="description" value="Operating system architecture." />
1250                                         </xml-properties>
1251                                 </xml-element>
1252                                 <xml-element java-attribute="imageOsDistro" name="image-os-distro" required="true" type="java.lang.String">
1253                                         <xml-properties>
1254                                                 <xml-property name="description" value="The common name of the operating system distribution in lowercase" />
1255                                         </xml-properties>
1256                                 </xml-element>
1257                                 <xml-element java-attribute="imageOsVersion" name="image-os-version" required="true" type="java.lang.String">
1258                                         <xml-properties>
1259                                                 <xml-property name="description" value="The operating system version as specified by the distributor." />
1260                                         </xml-properties>
1261                                 </xml-element>
1262                                 <xml-element java-attribute="application" name="application" type="java.lang.String">
1263                                         <xml-properties>
1264                                                 <xml-property name="description" value="The application that the image instantiates." />
1265                                         </xml-properties>
1266                                 </xml-element>
1267                                 <xml-element java-attribute="applicationVendor" name="application-vendor" type="java.lang.String">
1268                                         <xml-properties>
1269                                                 <xml-property name="description" value="The vendor of the application." />
1270                                         </xml-properties>
1271                                 </xml-element>
1272                                 <xml-element java-attribute="applicationVersion" name="application-version" type="java.lang.String">
1273                                         <xml-properties>
1274                                                 <xml-property name="description" value="The version of the application." />
1275                                         </xml-properties>
1276                                 </xml-element>
1277                                 <xml-element java-attribute="imageSelflink" name="image-selflink" required="true" type="java.lang.String">
1278                                         <xml-properties>
1279                                                 <xml-property name="description" value="URL to endpoint where AAI can get more details" />
1280                                         </xml-properties>
1281                                 </xml-element>
1282                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
1283                                         <xml-properties>
1284                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
1285                                         </xml-properties>
1286                                 </xml-element>
1287                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
1288                                 <xml-element java-attribute="metadata" name="metadata" type="inventory.aai.openecomp.org.v8.Metadata" />
1289                         </java-attributes>
1290                         <xml-properties>
1291                                 <xml-property name="description" value="Openstack image." />
1292                                 <xml-property name="nameProps" value="image-name" />
1293                                 <xml-property name="indexedProps" value="application,image-name,application-vendor,image-id,application-version" />
1294                                 <xml-property name="dependentOn" value="cloud-region" />
1295                                 <xml-property name="container" value="images" />
1296                         </xml-properties>
1297                 </java-type>
1298
1299                 <java-type name="Metadata">
1300                         <xml-properties>
1301                                 <xml-property name="description" value="Collection of metadatum (key/value pairs)" />
1302                         </xml-properties>
1303                         <xml-root-element name="metadata" />
1304                         <java-attributes>
1305                                 <xml-element container-type="java.util.ArrayList" java-attribute="metadatum" name="metadatum" type="inventory.aai.openecomp.org.v8.Metadatum" />
1306                         </java-attributes>
1307                 </java-type>
1308
1309                 <java-type name="Metadatum">
1310                         <xml-root-element name="metadatum" />
1311                         <java-attributes>
1312                                 <xml-element java-attribute="metaname" name="metaname" required="true" type="java.lang.String" xml-key="true" />
1313                                 <xml-element java-attribute="metaval" name="metaval" required="true" type="java.lang.String" />
1314                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
1315                                         <xml-properties>
1316                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
1317                                         </xml-properties>
1318                                 </xml-element>
1319                         </java-attributes>
1320                         <xml-properties>
1321                                 <xml-property name="description" value="Key/value pairs" />
1322                                 <xml-property name="indexedProps" value="metaname" />
1323                                 <xml-property name="dependentOn" value="tenant,image,service-instance,connector,model" />
1324                                 <xml-property name="container" value="metadata" />
1325                         </xml-properties>
1326                 </java-type>
1327
1328                 <java-type name="DvsSwitches">
1329                         <xml-properties>
1330                                 <xml-property name="description" value="Collection of digital virtual switch metadata used for vmWare VCEs and VPEs." />
1331                         </xml-properties>
1332                         <xml-root-element name="dvs-switches" />
1333                         <java-attributes>
1334                                 <xml-element container-type="java.util.ArrayList" java-attribute="dvsSwitch" name="dvs-switch" type="inventory.aai.openecomp.org.v8.DvsSwitch" />
1335                         </java-attributes>
1336                 </java-type>
1337
1338                 <java-type name="DvsSwitch">
1339                         <xml-root-element name="dvs-switch" />
1340                         <java-attributes>
1341                                 <xml-element java-attribute="switchName" name="switch-name" required="true" type="java.lang.String" xml-key="true">
1342                                         <xml-properties>
1343                                                 <xml-property name="description" value="DVS switch name" />
1344                                         </xml-properties>
1345                                 </xml-element>
1346                                 <xml-element java-attribute="vcenterUrl" name="vcenter-url" required="true" type="java.lang.String">
1347                                         <xml-properties>
1348                                                 <xml-property name="description" value="URL used to reach the vcenter" />
1349                                         </xml-properties>
1350                                 </xml-element>
1351                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
1352                                         <xml-properties>
1353                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
1354                                         </xml-properties>
1355                                 </xml-element>
1356                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
1357                         </java-attributes>
1358                         <xml-properties>
1359                                 <xml-property name="description" value="Digital virtual switch metadata, used by SDN-C to configure VCEs.  A&amp;AI needs to receive this data from the PO deployment team and administer it using the provisioningTool.sh into A&amp;AI. " />
1360                                 <xml-property name="indexedProps" value="vcenter-url,switch-name" />
1361                                 <xml-property name="dependentOn" value="cloud-region" />
1362                                 <xml-property name="container" value="dvs-switches" />
1363                         </xml-properties>
1364                 </java-type>
1365
1366                 <java-type name="NetworkProfiles">
1367                         <xml-properties>
1368                                 <xml-property name="description" value="Collection of network profiles" />
1369                         </xml-properties>
1370                         <xml-root-element name="network-profiles" />
1371                         <java-attributes>
1372                                 <xml-element container-type="java.util.ArrayList" java-attribute="networkProfile" name="network-profile" type="inventory.aai.openecomp.org.v8.NetworkProfile" />
1373                         </java-attributes>
1374                 </java-type>
1375
1376                 <java-type name="NetworkProfile">
1377                         <xml-root-element name="network-profile" />
1378                         <java-attributes>
1379                                 <xml-element java-attribute="nmProfileName" name="nm-profile-name" required="true" type="java.lang.String" xml-key="true">
1380                                         <xml-properties>
1381                                                 <xml-property name="description" value="Unique name of network profile." />
1382                                         </xml-properties>
1383                                 </xml-element>
1384                                 <xml-element java-attribute="communityString" name="community-string" type="java.lang.String">
1385                                         <xml-properties>
1386                                                 <xml-property name="description" value="Encrypted SNMP community string" />
1387                                         </xml-properties>
1388                                 </xml-element>
1389                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
1390                                         <xml-properties>
1391                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
1392                                         </xml-properties>
1393                                 </xml-element>
1394                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
1395                         </java-attributes>
1396                         <xml-properties>
1397                                 <xml-property name="description" value="Network profile populated by SDN-GP for SNMP" />
1398                                 <xml-property name="indexedProps" value="nm-profile-name" />
1399                                 <xml-property name="container" value="network-profiles" />
1400                                 <xml-property name="namespace" value="cloud-infrastructure" />
1401                         </xml-properties>
1402                 </java-type>
1403
1404                 <java-type name="Pservers">
1405                         <xml-properties>
1406                                 <xml-property name="description" value="Collection of compute hosts." />
1407                         </xml-properties>
1408                         <xml-root-element name="pservers" />
1409                         <java-attributes>
1410                                 <xml-element container-type="java.util.ArrayList" java-attribute="pserver" name="pserver" type="inventory.aai.openecomp.org.v8.Pserver" />
1411                         </java-attributes>
1412                 </java-type>
1413
1414                 <java-type name="Pserver">
1415                         <xml-root-element name="pserver" />
1416                         <java-attributes>
1417                                 <xml-element java-attribute="hostname" name="hostname" required="true" type="java.lang.String" xml-key="true">
1418                                         <xml-properties>
1419                                                 <xml-property name="description" value="Value from executing hostname on the compute node." />
1420                                         </xml-properties>
1421                                 </xml-element>
1422                                 <xml-element java-attribute="ptniiEquipName" name="ptnii-equip-name" type="java.lang.String">
1423                                         <xml-properties>
1424                                                 <xml-property name="description" value="PTNII name" />
1425                                         </xml-properties>
1426                                 </xml-element>
1427                                 <xml-element java-attribute="numberOfCpus" name="number-of-cpus" type="java.lang.Integer">
1428                                         <xml-properties>
1429                                                 <xml-property name="description" value="Number of cpus" />
1430                                         </xml-properties>
1431                                 </xml-element>
1432                                 <xml-element java-attribute="diskInGigabytes" name="disk-in-gigabytes" type="java.lang.Integer">
1433                                         <xml-properties>
1434                                                 <xml-property name="description" value="Disk size, in GBs" />
1435                                         </xml-properties>
1436                                 </xml-element>
1437                                 <xml-element java-attribute="ramInMegabytes" name="ram-in-megabytes" type="java.lang.Integer">
1438                                         <xml-properties>
1439                                                 <xml-property name="description" value="RAM size, in MBs" />
1440                                         </xml-properties>
1441                                 </xml-element>
1442                                 <xml-element java-attribute="equipType" name="equip-type" type="java.lang.String">
1443                                         <xml-properties>
1444                                                 <xml-property name="description" value="Equipment type.  Source of truth should define valid values." />
1445                                         </xml-properties>
1446                                 </xml-element>
1447                                 <xml-element java-attribute="equipVendor" name="equip-vendor" type="java.lang.String">
1448                                         <xml-properties>
1449                                                 <xml-property name="description" value="Equipment vendor.  Source of truth should define valid values." />
1450                                         </xml-properties>
1451                                 </xml-element>
1452                                 <xml-element java-attribute="equipModel" name="equip-model" type="java.lang.String">
1453                                         <xml-properties>
1454                                                 <xml-property name="description" value="Equipment model.  Source of truth should define valid values." />
1455                                         </xml-properties>
1456                                 </xml-element>
1457                                 <xml-element java-attribute="fqdn" name="fqdn" type="java.lang.String">
1458                                         <xml-properties>
1459                                                 <xml-property name="description" value="Fully-qualified domain name" />
1460                                         </xml-properties>
1461                                 </xml-element>
1462                                 <xml-element java-attribute="pserverSelflink" name="pserver-selflink" type="java.lang.String">
1463                                         <xml-properties>
1464                                                 <xml-property name="description" value="URL to endpoint where AAI can get more details" />
1465                                         </xml-properties>
1466                                 </xml-element>
1467                                 <xml-element java-attribute="ipv4OamAddress" name="ipv4-oam-address" type="java.lang.String">
1468                                         <xml-properties>
1469                                                 <xml-property name="description" value="Used to configure device, also used for troubleshooting and is IP used for traps generated by device." />
1470                                         </xml-properties>
1471                                 </xml-element>
1472                                 <xml-element java-attribute="serialNumber" name="serial-number" type="java.lang.String">
1473                                         <xml-properties>
1474                                                 <xml-property name="description" value="Serial number, may be queried" />
1475                                         </xml-properties>
1476                                 </xml-element>
1477                                 <xml-element java-attribute="pserverId" name="pserver-id" type="java.lang.String">
1478                                         <xml-properties>
1479                                                 <xml-property name="description" value="ID of Pserver" />
1480                                         </xml-properties>
1481                                 </xml-element>
1482                                 <xml-element java-attribute="internetTopology" name="internet-topology" type="java.lang.String">
1483                                         <xml-properties>
1484                                                 <xml-property name="description" value="internet topology of Pserver" />
1485                                         </xml-properties>
1486                                 </xml-element>
1487                                 <xml-element default-value="false" required="true" java-attribute="inMaint" name="in-maint" type="java.lang.Boolean">
1488                                         <xml-properties>
1489                                                 <xml-property name="defaultValue" value="false"/>
1490                                                 <xml-property name="description" value="used to indicate whether or not this object is in maintenance mode (maintenance mode = true). This field (in conjunction with prov-status) is used to suppress alarms and vSCL on VNFs/VMs." />
1491                                         </xml-properties>
1492                                 </xml-element>
1493                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
1494                                         <xml-properties>
1495                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
1496                                         </xml-properties>
1497                                 </xml-element>
1498                                 <xml-element java-attribute="pserverName2" name="pserver-name2" type="java.lang.String">
1499                                         <xml-properties>
1500                                                 <xml-property name="description" value="alternative pserver name" />
1501                                         </xml-properties>
1502                                 </xml-element>
1503                                 <xml-element java-attribute="purpose" name="purpose" type="java.lang.String">
1504                                         <xml-properties>
1505                                                 <xml-property name="description" value="purpose of pserver" />
1506                                         </xml-properties>
1507                                 </xml-element>
1508                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
1509                                 <xml-element java-attribute="pInterfaces" name="p-interfaces" type="inventory.aai.openecomp.org.v8.PInterfaces" />
1510                                 <xml-element java-attribute="lagInterfaces" name="lag-interfaces" type="inventory.aai.openecomp.org.v8.LagInterfaces" />
1511                         </java-attributes>
1512                         <xml-properties>
1513                                 <xml-property name="description" value="Compute host whose hostname must be unique and must exactly match what is sent as a relationship to a vserver." />
1514                                 <xml-property name="nameProps" value="pserver-name2" />
1515                                 <xml-property name="indexedProps" value="hostname,in-maint,pserver-id,pserver-name2" />
1516                                 <xml-property name="searchable" value="hostname,pserver-name2,pserver-id,ipv4-oam-address" />
1517                                 <xml-property name="container" value="pservers" />
1518                                 <xml-property name="namespace" value="cloud-infrastructure" />
1519                         </xml-properties>
1520                 </java-type>
1521
1522                 <java-type name="PInterfaces">
1523                         <xml-properties>
1524                                 <xml-property name="description" value="Collection of physical interfaces." />
1525                         </xml-properties>
1526                         <xml-root-element name="p-interfaces" />
1527                         <java-attributes>
1528                                 <xml-element container-type="java.util.ArrayList" java-attribute="pInterface" name="p-interface" type="inventory.aai.openecomp.org.v8.PInterface" />
1529                         </java-attributes>
1530                 </java-type>
1531
1532                 <java-type name="PInterface">
1533                         <xml-root-element name="p-interface" />
1534                         <java-attributes>
1535                                 <xml-element java-attribute="interfaceName" name="interface-name" required="true" type="java.lang.String" xml-key="true">
1536                                         <xml-properties>
1537                                                 <xml-property name="description" value="Name that identifies the physical interface" />
1538                                         </xml-properties>
1539                                 </xml-element>
1540                                 <xml-element java-attribute="speedValue" name="speed-value" type="java.lang.String">
1541                                         <xml-properties>
1542                                                 <xml-property name="description" value="Captures the numeric part of the speed" />
1543                                         </xml-properties>
1544                                 </xml-element>
1545                                 <xml-element java-attribute="speedUnits" name="speed-units" type="java.lang.String">
1546                                         <xml-properties>
1547                                                 <xml-property name="description" value="Captures the units corresponding to the speed" />
1548                                         </xml-properties>
1549                                 </xml-element>
1550                                 <xml-element java-attribute="portDescription" name="port-description" type="java.lang.String">
1551                                         <xml-properties>
1552                                                 <xml-property name="description" value="Nature of the services and connectivity on this port." />
1553                                         </xml-properties>
1554                                 </xml-element>
1555                                 <xml-element java-attribute="equipmentIdentifier" name="equipment-identifier" type="java.lang.String">
1556                                         <xml-properties>
1557                                                 <xml-property name="description" value="CLEI or other specification for p-interface hardware." />
1558                                         </xml-properties>
1559                                 </xml-element>
1560                                 <xml-element java-attribute="interfaceRole" name="interface-role" type="java.lang.String">
1561                                         <xml-properties>
1562                                                 <xml-property name="description" value="Role specification for p-interface hardware." />
1563                                         </xml-properties>
1564                                 </xml-element>
1565                                 <xml-element java-attribute="interfaceType" name="interface-type" type="java.lang.String">
1566                                         <xml-properties>
1567                                                 <xml-property name="description" value="Indicates the physical properties of the interface." />
1568                                         </xml-properties>
1569                                 </xml-element>
1570                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
1571                                         <xml-properties>
1572                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
1573                                         </xml-properties>
1574                                 </xml-element>
1575                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
1576                                 <xml-element java-attribute="lInterfaces" name="l-interfaces" type="inventory.aai.openecomp.org.v8.LInterfaces" />
1577                         </java-attributes>
1578                         <xml-properties>
1579                                 <xml-property name="description" value="Physical interface (e.g., nic)" />
1580                                 <xml-property name="indexedProps" value="interface-name" />
1581                                 <xml-property name="dependentOn" value="vpls-pe,pserver,pnf" />
1582                                 <xml-property name="container" value="p-interfaces" />
1583                         </xml-properties>
1584                 </java-type>
1585
1586                 <java-type name="LagInterfaces">
1587                         <xml-properties>
1588                                 <xml-property name="description" value="Collection of link aggregate interfaces." />
1589                         </xml-properties>
1590                         <xml-root-element name="lag-interfaces" />
1591                         <java-attributes>
1592                                 <xml-element container-type="java.util.ArrayList" java-attribute="lagInterface" name="lag-interface" type="inventory.aai.openecomp.org.v8.LagInterface" />
1593                         </java-attributes>
1594                 </java-type>
1595
1596                 <java-type name="LagInterface">
1597                         <xml-root-element name="lag-interface" />
1598                         <java-attributes>
1599                                 <xml-element java-attribute="interfaceName" name="interface-name" required="true" type="java.lang.String" xml-key="true">
1600                                         <xml-properties>
1601                                                 <xml-property name="description" value="Name that identifies the link aggregate interface" />
1602                                         </xml-properties>
1603                                 </xml-element>
1604                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
1605                                         <xml-properties>
1606                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
1607                                         </xml-properties>
1608                                 </xml-element>
1609                                 <xml-element java-attribute="speedValue" name="speed-value" type="java.lang.String">
1610                                         <xml-properties>
1611                                                 <xml-property name="description" value="Captures the numeric part of the speed" />
1612                                         </xml-properties>
1613                                 </xml-element>
1614                                 <xml-element java-attribute="speedUnits" name="speed-units" type="java.lang.String">
1615                                         <xml-properties>
1616                                                 <xml-property name="description" value="Captures the units corresponding to the speed" />
1617                                         </xml-properties>
1618                                 </xml-element>
1619                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
1620                                 <xml-element java-attribute="lInterfaces" name="l-interfaces" type="inventory.aai.openecomp.org.v8.LInterfaces" />
1621                         </java-attributes>
1622                         <xml-properties>
1623                                 <xml-property name="description" value="Link aggregate interface" />
1624                                 <xml-property name="indexedProps" value="interface-name" />
1625                                 <xml-property name="dependentOn" value="generic-vnf,pserver,vpe,vpls-pe,pnf" />
1626                                 <xml-property name="container" value="lag-interfaces" />
1627                         </xml-properties>
1628                 </java-type>
1629
1630                 <java-type name="OamNetworks">
1631                         <xml-properties>
1632                                 <xml-property name="description" value="Collection of OAM networks, to be deprecated shortly.  Do not use for new purposes. " />
1633                         </xml-properties>
1634                         <xml-root-element name="oam-networks" />
1635                         <java-attributes>
1636                                 <xml-element container-type="java.util.ArrayList" java-attribute="oamNetwork" name="oam-network" type="inventory.aai.openecomp.org.v8.OamNetwork" />
1637                         </java-attributes>
1638                 </java-type>
1639
1640                 <java-type name="OamNetwork">
1641                         <xml-root-element name="oam-network" />
1642                         <java-attributes>
1643                                 <xml-element java-attribute="networkUuid" name="network-uuid" required="true" type="java.lang.String" xml-key="true">
1644                                         <xml-properties>
1645                                                 <xml-property name="description" value="UUID of the network. Unique across a cloud-region" />
1646                                         </xml-properties>
1647                                 </xml-element>
1648                                 <xml-element java-attribute="networkName" name="network-name" required="true" type="java.lang.String">
1649                                         <xml-properties>
1650                                                 <xml-property name="description" value="Name of the network." />
1651                                         </xml-properties>
1652                                 </xml-element>
1653                                 <xml-element java-attribute="cvlanTag" name="cvlan-tag" required="true" type="java.lang.Long">
1654                                         <xml-properties>
1655                                                 <xml-property name="description" value="cvlan-id" />
1656                                         </xml-properties>
1657                                 </xml-element>
1658                                 <xml-element java-attribute="ipv4OamGatewayAddress" name="ipv4-oam-gateway-address" type="java.lang.String">
1659                                         <xml-properties>
1660                                                 <xml-property name="description" value="Used for VNF firewall rule so customer cannot send customer traffic over this oam network" />
1661                                         </xml-properties>
1662                                 </xml-element>
1663                                 <xml-element java-attribute="ipv4OamGatewayAddressPrefixLength" name="ipv4-oam-gateway-address-prefix-length" type="java.lang.Integer">
1664                                         <xml-properties>
1665                                                 <xml-property name="description" value="Used for VNF firewall rule so customer cannot send customer traffic over this oam network" />
1666                                         </xml-properties>
1667                                 </xml-element>
1668                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
1669                                         <xml-properties>
1670                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
1671                                         </xml-properties>
1672                                 </xml-element>
1673                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
1674                         </java-attributes>
1675                         <xml-properties>
1676                                 <xml-property name="description" value="OAM network, to be deprecated shortly.  Do not use for new purposes. " />
1677                                 <xml-property name="nameProps" value="network-name" />
1678                                 <xml-property name="indexedProps" value="cvlan-tag,network-uuid,network-name" />
1679                                 <xml-property name="dependentOn" value="cloud-region" />
1680                                 <xml-property name="container" value="oam-networks" />
1681                         </xml-properties>
1682                 </java-type>
1683
1684                 <java-type name="AvailabilityZones">
1685                         <xml-properties>
1686                                 <xml-property name="description" value="Collection of availability zones" />
1687                         </xml-properties>
1688                         <xml-root-element name="availability-zones" />
1689                         <java-attributes>
1690                                 <xml-element container-type="java.util.ArrayList" java-attribute="availabilityZone" name="availability-zone" type="inventory.aai.openecomp.org.v8.AvailabilityZone" />
1691                         </java-attributes>
1692                 </java-type>
1693
1694                 <java-type name="AvailabilityZone">
1695                         <xml-root-element name="availability-zone" />
1696                         <java-attributes>
1697                                 <xml-element java-attribute="availabilityZoneName" name="availability-zone-name" required="true" type="java.lang.String" xml-key="true">
1698                                         <xml-properties>
1699                                                 <xml-property name="description" value="Name of the availability zone.  Unique across a cloud region" />
1700                                         </xml-properties>
1701                                 </xml-element>
1702                                 <xml-element java-attribute="hypervisorType" name="hypervisor-type" required="true" type="java.lang.String">
1703                                         <xml-properties>
1704                                                 <xml-property name="description" value="Type of hypervisor.  Source of truth should define valid values." />
1705                                         </xml-properties>
1706                                 </xml-element>
1707                                 <xml-element java-attribute="operationalState" name="operational-state" type="java.lang.String">
1708                                         <xml-properties>
1709                                                 <xml-property name="description" value="State that indicates whether the availability zone should be used, etc.  Source of truth should define valid values." />
1710                                                 <xml-property name="dbAlias" value="operational-status" />
1711                                         </xml-properties>
1712                                 </xml-element>
1713                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
1714                                         <xml-properties>
1715                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
1716                                         </xml-properties>
1717                                 </xml-element>
1718                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
1719                         </java-attributes>
1720                         <xml-properties>
1721                                 <xml-property name="description" value="Availability zone, a collection of compute hosts/pservers" />
1722                                 <xml-property name="indexedProps" value="availability-zone-name" />
1723                                 <xml-property name="dependentOn" value="cloud-region" />
1724                                 <xml-property name="container" value="availability-zones" />
1725                         </xml-properties>
1726                 </java-type>
1727
1728                 <java-type name="VirtualDataCenters">
1729                         <xml-properties>
1730                                 <xml-property name="description" value="Virtual organization of cloud infrastructure elements in a data center context" />
1731                         </xml-properties>
1732                         <xml-root-element name="virtual-data-centers" />
1733                         <java-attributes>
1734                                 <xml-element container-type="java.util.ArrayList" java-attribute="virtualDataCenter" name="virtual-data-center" type="inventory.aai.openecomp.org.v8.VirtualDataCenter" />
1735                         </java-attributes>
1736                 </java-type>
1737
1738                 <java-type name="VirtualDataCenter">
1739                         <xml-root-element name="virtual-data-center" />
1740                         <java-attributes>
1741                                 <xml-element java-attribute="vdcId" name="vdc-id" required="true" type="java.lang.String" xml-key="true">
1742                                         <xml-properties>
1743                                                 <xml-property name="description" value="Unique ID of the vdc" />
1744                                         </xml-properties>
1745                                 </xml-element>
1746                                 <xml-element java-attribute="vdcName" name="vdc-name" required="true" type="java.lang.String">
1747                                         <xml-properties>
1748                                                 <xml-property name="description" value="Name of the virtual data center" />
1749                                         </xml-properties>
1750                                 </xml-element>
1751                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
1752                                         <xml-properties>
1753                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
1754                                         </xml-properties>
1755                                 </xml-element>
1756                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
1757                         </java-attributes>
1758                         <xml-properties>
1759                                 <xml-property name="description" value="Virtual organization of cloud infrastructure elements in a data center context" />
1760                                 <xml-property name="nameProps" value="vdc-name" />
1761                                 <xml-property name="indexedProps" value="vdc-name,vdc-id" />
1762                                 <xml-property name="container" value="virtual-data-centers" />
1763                                 <xml-property name="namespace" value="cloud-infrastructure" />
1764                         </xml-properties>
1765                 </java-type>
1766
1767
1768
1769
1770                 <java-type name="Business">
1771                         <xml-properties>
1772                                 <xml-property name="description" value="Namespace for business related constructs" />
1773                         </xml-properties>
1774                         <xml-root-element name="business" />
1775                         <java-attributes>
1776                                 <xml-element java-attribute="connectors" name="connectors" type="inventory.aai.openecomp.org.v8.Connectors" />
1777                                 <xml-element java-attribute="customers" name="customers" type="inventory.aai.openecomp.org.v8.Customers" />
1778                         </java-attributes>
1779                 </java-type>
1780
1781                 <java-type name="Connectors">
1782                         <xml-properties>
1783                                 <xml-property name="description" value="Collection of resource instances used to connect a variety of disparate inventory widgets" />
1784                         </xml-properties>
1785                         <xml-root-element name="connectors" />
1786                         <java-attributes>
1787                                 <xml-element container-type="java.util.ArrayList" java-attribute="connector" name="connector" type="inventory.aai.openecomp.org.v8.Connector" />
1788                         </java-attributes>
1789                 </java-type>
1790
1791                 <java-type name="Connector">
1792                         <xml-root-element name="connector" />
1793                         <java-attributes>
1794                                 <xml-element java-attribute="resourceInstanceId" name="resource-instance-id" required="true" type="java.lang.String" xml-key="true">
1795                                         <xml-properties>
1796                                                 <xml-property name="description" value="Unique id of resource instance." />
1797                                         </xml-properties>
1798                                 </xml-element>
1799                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
1800                                         <xml-properties>
1801                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
1802                                         </xml-properties>
1803                                 </xml-element>
1804                                 <xml-element java-attribute="personaModelId" name="persona-model-id" type="java.lang.String">
1805                                         <xml-properties>
1806                                                 <xml-property name="description" value="the ASDC model id for this resource or service model." />
1807                                                 <xml-property name="dbAlias" value="model-invariant-id-local" />
1808                                                 <xml-property name="requires" value="persona-model-version" />
1809                                                 <xml-property name="visibility" value="deployment" />
1810                                         </xml-properties>
1811                                 </xml-element>
1812                                 <xml-element java-attribute="personaModelVersion" name="persona-model-version" type="java.lang.String">
1813                                         <xml-properties>
1814                                                 <xml-property name="description" value="the ASDC model version for this resource or service model." />
1815                                                 <xml-property name="visibility" value="deployment" />
1816                                                 <xml-property name="requires" value="persona-model-id" />
1817                                         </xml-properties>
1818                                 </xml-element>
1819                                 <xml-element java-attribute="modelVersionId" name="model-version-id" type="java.lang.String">
1820                                         <xml-properties>
1821                                                 <xml-property name="description" value="the ASDC model version for this resource or service model." />
1822                                                 <xml-property name="visibility" value="internal" />
1823                                                 <xml-property name="dbAlias" value="model-version-id-local" />
1824                                                 <xml-property name="dataCopy" value="service-design-and-creation/models/model/{persona-model-id}/model-vers?model-version={persona-model-version}#model-version-id" />
1825                                         </xml-properties>
1826                                 </xml-element>
1827                                 <xml-element java-attribute="widgetModelId" name="widget-model-id" type="java.lang.String">
1828                                         <xml-properties>
1829                                                 <xml-property name="description" value="the ASDC data dictionary widget model. This maps directly to the A&amp;AI widget." />
1830                                         </xml-properties>
1831                                 </xml-element>
1832                                 <xml-element java-attribute="widgetModelVersion" name="widget-model-version" type="java.lang.String">
1833                                         <xml-properties>
1834                                                 <xml-property name="description" value="the ASDC data dictionary version of the widget model.This maps directly to the A&amp;AI version of the widget." />
1835                                         </xml-properties>
1836                                 </xml-element>
1837                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
1838                                 <xml-element java-attribute="metadata" name="metadata" type="inventory.aai.openecomp.org.v8.Metadata" />
1839                         </java-attributes>
1840                         <xml-properties>
1841                                 <xml-property name="description" value="Collection of resource instances used to connect a variety of disparate inventory widgets" />
1842                                 <xml-property name="indexedProps" value="resource-instance-id,persona-model-id,persona-model-version,widget-model-id,widget-model-version" />
1843                                 <xml-property name="container" value="connectors" />
1844                                 <xml-property name="namespace" value="business" />
1845                         </xml-properties>
1846                 </java-type>
1847
1848                 <java-type name="Customers">
1849                         <xml-properties>
1850                                 <xml-property name="description" value="Collection of customer identifiers to provide linkage back to BSS information." />
1851                         </xml-properties>
1852                         <xml-root-element name="customers" />
1853                         <java-attributes>
1854                                 <xml-element container-type="java.util.ArrayList" java-attribute="customer" name="customer" type="inventory.aai.openecomp.org.v8.Customer" />
1855                         </java-attributes>
1856                 </java-type>
1857
1858                 <java-type name="Customer">
1859                         <xml-root-element name="customer" />
1860                         <java-attributes>
1861                                 <xml-element java-attribute="globalCustomerId" name="global-customer-id" required="true" type="java.lang.String" xml-key="true">
1862                                         <xml-properties>
1863                                                 <xml-property name="description" value="Global customer id used across ECOMP to uniquely identify customer." />
1864                                         </xml-properties>
1865                                 </xml-element>
1866                                 <xml-element java-attribute="subscriberName" name="subscriber-name" required="true" type="java.lang.String">
1867                                         <xml-properties>
1868                                                 <xml-property name="description" value="Subscriber name, an alternate way to retrieve a customer." />
1869                                         </xml-properties>
1870                                 </xml-element>
1871                                 <xml-element java-attribute="subscriberType" name="subscriber-type" required="true" type="java.lang.String">
1872                                         <xml-properties>
1873                                                 <xml-property name="description" value="Subscriber type, a way to provide VID with only the INFRA customers." />
1874                                                 <xml-property name="defaultValue" value="CUST" />
1875                                         </xml-properties>
1876                                 </xml-element>
1877                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
1878                                         <xml-properties>
1879                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
1880                                         </xml-properties>
1881                                 </xml-element>
1882                                 <xml-element java-attribute="serviceSubscriptions" name="service-subscriptions" type="inventory.aai.openecomp.org.v8.ServiceSubscriptions" />
1883                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
1884                         </java-attributes>
1885                         <xml-properties>
1886                                 <xml-property name="description" value="customer identifiers to provide linkage back to BSS information." />
1887                                 <xml-property name="nameProps" value="subscriber-name" />
1888                                 <xml-property name="indexedProps" value="subscriber-name,global-customer-id,subscriber-type" />
1889                                 <xml-property name="searchable" value="subscriber-name,global-customer-id" />
1890                                 <xml-property name="uniqueProps" value="global-customer-id" />
1891                                 <xml-property name="container" value="customers" />
1892                                 <xml-property name="namespace" value="business" />
1893                         </xml-properties>
1894                 </java-type>
1895
1896                 <java-type name="ServiceSubscriptions">
1897                         <xml-properties>
1898                                 <xml-property name="description" value="Collection of objects that group service instances." />
1899                         </xml-properties>
1900                         <xml-root-element name="service-subscriptions" />
1901                         <java-attributes>
1902                                 <xml-element container-type="java.util.ArrayList" java-attribute="serviceSubscription" name="service-subscription" type="inventory.aai.openecomp.org.v8.ServiceSubscription" />
1903                         </java-attributes>
1904                 </java-type>
1905
1906                 <java-type name="ServiceSubscription">
1907                         <xml-root-element name="service-subscription" />
1908                         <java-attributes>
1909                                 <xml-element java-attribute="serviceType" name="service-type" required="true" type="java.lang.String" xml-key="true">
1910                                         <xml-properties>
1911                                                 <xml-property name="description" value="Value defined by orchestration to identify this service across ECOMP." />
1912                                         </xml-properties>
1913                                 </xml-element>
1914                                 <xml-element java-attribute="tempUbSubAccountId" name="temp-ub-sub-account-id" type="java.lang.String">
1915                                         <xml-properties>
1916                                                 <xml-property name="description" value="This property will be deleted from A&amp;AI in the near future. Only stop gap solution." />
1917                                         </xml-properties>
1918                                 </xml-element>
1919                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
1920                                         <xml-properties>
1921                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
1922                                         </xml-properties>
1923                                 </xml-element>
1924                                 <xml-element java-attribute="serviceInstances" name="service-instances" type="inventory.aai.openecomp.org.v8.ServiceInstances">
1925                                 </xml-element>
1926                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
1927                         </java-attributes>
1928                         <xml-properties>
1929                                 <xml-property name="description" value="Object that group service instances." />
1930                                 <xml-property name="indexedProps" value="service-type" />
1931                                 <xml-property name="dependentOn" value="customer" />
1932                                 <xml-property name="container" value="service-subscriptions" />
1933                         </xml-properties>
1934                 </java-type>
1935
1936                 <java-type name="ServiceInstances">
1937                         <xml-properties>
1938                                 <xml-property name="description" value="Collection of service instances" />
1939                         </xml-properties>
1940                         <xml-root-element name="service-instances" />
1941                         <java-attributes>
1942                                 <xml-element container-type="java.util.ArrayList" java-attribute="serviceInstance" name="service-instance" type="inventory.aai.openecomp.org.v8.ServiceInstance" />
1943                         </java-attributes>
1944                 </java-type>
1945
1946                 <java-type name="ServiceInstance">
1947                         <xml-root-element name="service-instance" />
1948                         <java-attributes>
1949                                 <xml-element java-attribute="serviceInstanceId" name="service-instance-id" required="true" type="java.lang.String" xml-key="true">
1950                                         <xml-properties>
1951                                                 <xml-property name="description" value="Uniquely identifies this instance of a service" />
1952                                         </xml-properties>
1953                                 </xml-element>
1954                                 <xml-element java-attribute="serviceInstanceName" name="service-instance-name" type="java.lang.String">
1955                                         <xml-properties>
1956                                                 <xml-property name="description" value="This field will store a name assigned to the service-instance." />
1957                                         </xml-properties>
1958                                 </xml-element>
1959                                 <xml-element java-attribute="personaModelId" name="persona-model-id" type="java.lang.String">
1960                                         <xml-properties>
1961                                                 <xml-property name="description" value="the ASDC model id for this resource or service model." />
1962                                                 <xml-property name="dbAlias" value="model-invariant-id-local" />
1963                                                 <xml-property name="requires" value="persona-model-version" />
1964                                                 <xml-property name="visibility" value="deployment" />
1965                                         </xml-properties>
1966                                 </xml-element>
1967                                 <xml-element java-attribute="personaModelVersion" name="persona-model-version" type="java.lang.String">
1968                                         <xml-properties>
1969                                                 <xml-property name="description" value="the ASDC model version for this resource or service model." />
1970                                                 <xml-property name="visibility" value="deployment" />
1971                                                 <xml-property name="requires" value="persona-model-id" />
1972                                         </xml-properties>
1973                                 </xml-element>
1974                                 <xml-element java-attribute="modelVersionId" name="model-version-id" type="java.lang.String">
1975                                         <xml-properties>
1976                                                 <xml-property name="description" value="the ASDC model version for this resource or service model." />
1977                                                 <xml-property name="visibility" value="internal" />
1978                                                 <xml-property name="dbAlias" value="model-version-id-local" />
1979                                                 <xml-property name="dataCopy" value="service-design-and-creation/models/model/{persona-model-id}/model-vers?model-version={persona-model-version}#model-version-id" />
1980                                         </xml-properties>
1981                                 </xml-element>
1982                                 <xml-element java-attribute="widgetModelId" name="widget-model-id" type="java.lang.String">
1983                                         <xml-properties>
1984                                                 <xml-property name="description" value="the ASDC data dictionary widget model. This maps directly to the A&amp;AI widget." />
1985                                         </xml-properties>
1986                                 </xml-element>
1987                                 <xml-element java-attribute="widgetModelVersion" name="widget-model-version" type="java.lang.String">
1988                                         <xml-properties>
1989                                                 <xml-property name="description" value="the ASDC data dictionary version of the widget model.This maps directly to the A&amp;AI version of the widget." />
1990                                         </xml-properties>
1991                                 </xml-element>
1992                                 <xml-element java-attribute="bandwidthTotal" name="bandwidth-total" type="java.lang.String">
1993                                         <xml-properties>
1994                                                 <xml-property name="description" value="Indicates the total bandwidth to be used for this service." />
1995                                         </xml-properties>
1996                                 </xml-element>
1997                                 <xml-element java-attribute="bandwidthUpWan1" name="bandwidth-up-wan1" type="java.lang.String">
1998                                         <xml-properties>
1999                                                 <xml-property name="description" value="indicates the upstream bandwidth this service will use on the WAN1 port of the physical device." />
2000                                         </xml-properties>
2001                                 </xml-element>
2002                                 <xml-element java-attribute="bandwidthDownWan1" name="bandwidth-down-wan1" type="java.lang.String">
2003                                         <xml-properties>
2004                                                 <xml-property name="description" value="indicates the downstream bandwidth this service will use on the WAN1 port of the physical device." />
2005                                         </xml-properties>
2006                                 </xml-element>
2007                                 <xml-element java-attribute="bandwidthUpWan2" name="bandwidth-up-wan2" type="java.lang.String">
2008                                         <xml-properties>
2009                                                 <xml-property name="description" value="indicates the upstream bandwidth this service will use on the WAN2 port of the physical device." />
2010                                         </xml-properties>
2011                                 </xml-element>
2012                                 <xml-element java-attribute="bandwidthDownWan2" name="bandwidth-down-wan2" type="java.lang.String">
2013                                         <xml-properties>
2014                                                 <xml-property name="description" value="indicates the downstream bandwidth this service will use on the WAN2 port of the physical device." />
2015                                         </xml-properties>
2016                                 </xml-element>
2017                                 <xml-element java-attribute="vhnPortalUrl" name="vhn-portal-url" type="java.lang.String">
2018                                         <xml-properties>
2019                                                 <xml-property name="description" value="URL customers will use to access the vHN Portal." />
2020                                         </xml-properties>
2021                                 </xml-element>
2022                                 <xml-element java-attribute="serviceInstanceLocationId" name="service-instance-location-id" type="java.lang.String">
2023                                         <xml-properties>
2024                                                 <xml-property name="description" value="An identifier that customers assign to the location where this service is being used." />
2025                                         </xml-properties>
2026                                 </xml-element>
2027                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
2028                                         <xml-properties>
2029                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
2030                                         </xml-properties>
2031                                 </xml-element>
2032                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
2033                                 <xml-element java-attribute="metadata" name="metadata" type="inventory.aai.openecomp.org.v8.Metadata" />
2034                         </java-attributes>
2035                         <xml-properties>
2036                                 <xml-property name="description" value="Instance of a service" />
2037                                 <xml-property name="indexedProps" value="service-instance-id,persona-model-id,persona-model-version,widget-model-id,widget-model-version,service-instance-name,service-instance-location-id" />
2038                                 <xml-property name="nameProps" value="service-instance-name" />
2039                                 <xml-property name="searchable" value="service-instance-id" />
2040                                 <xml-property name="uniqueProps" value="service-instance-id" />
2041                                 <xml-property name="dependentOn" value="service-subscription" />
2042                                 <xml-property name="container" value="service-instances" />
2043                         </xml-properties>
2044                 </java-type>
2045
2046                 <java-type name="ServiceDesignAndCreation">
2047                         <xml-properties>
2048                                 <xml-property name="description" value="Namespace for objects managed by ASDC" />
2049                         </xml-properties>
2050                         <xml-root-element name="service-design-and-creation" />
2051                         <java-attributes>
2052                                 <xml-element java-attribute="vnfImages" name="vnf-images" type="inventory.aai.openecomp.org.v8.VnfImages" />
2053                                 <xml-element java-attribute="services" name="services" type="inventory.aai.openecomp.org.v8.Services" />
2054                                 <xml-element java-attribute="serviceCapabilities" name="service-capabilities" type="inventory.aai.openecomp.org.v8.ServiceCapabilities" />
2055                                 <xml-element java-attribute="models" name="models" type="inventory.aai.openecomp.org.v8.Models" />
2056                                 <xml-element java-attribute="namedQueries" name="named-queries" type="inventory.aai.openecomp.org.v8.NamedQueries" />
2057                         </java-attributes>
2058                 </java-type>
2059
2060                 <java-type name="VnfImages">
2061                         <xml-properties>
2062                                 <xml-property name="description" value="Collection of image objects that pertain to a VNF that doesn't have associated vservers.  This is a kludge." />
2063                         </xml-properties>
2064                         <xml-root-element name="vnf-images" />
2065                         <java-attributes>
2066                                 <xml-element container-type="java.util.ArrayList" java-attribute="vnfImage" name="vnf-image" type="inventory.aai.openecomp.org.v8.VnfImage" />
2067                         </java-attributes>
2068                 </java-type>
2069
2070                 <java-type name="VnfImage">
2071                         <xml-root-element name="vnf-image" />
2072                         <java-attributes>
2073                                 <xml-element java-attribute="vnfImageUuid" name="vnf-image-uuid" required="true" type="java.lang.String" xml-key="true">
2074                                         <xml-properties>
2075                                                 <xml-property name="description" value="Unique ID of this asset" />
2076                                         </xml-properties>
2077                                 </xml-element>
2078                                 <xml-element java-attribute="application" name="application" required="true" type="java.lang.String">
2079                                         <xml-properties>
2080                                                 <xml-property name="description" value="The application that the image instantiates." />
2081                                         </xml-properties>
2082                                 </xml-element>
2083                                 <xml-element java-attribute="applicationVendor" name="application-vendor" required="true" type="java.lang.String">
2084                                         <xml-properties>
2085                                                 <xml-property name="description" value="The vendor of the application." />
2086                                         </xml-properties>
2087                                 </xml-element>
2088                                 <xml-element java-attribute="applicationVersion" name="application-version" type="java.lang.String">
2089                                         <xml-properties>
2090                                                 <xml-property name="description" value="The version of the application." />
2091                                         </xml-properties>
2092                                 </xml-element>
2093                                 <xml-element java-attribute="selflink" name="selflink" type="java.lang.String">
2094                                         <xml-properties>
2095                                                 <xml-property name="description" value="URL to endpoint where AAI can get more details" />
2096                                         </xml-properties>
2097                                 </xml-element>
2098                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
2099                                         <xml-properties>
2100                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
2101                                         </xml-properties>
2102                                 </xml-element>
2103                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
2104                         </java-attributes>
2105                         <xml-properties>
2106                                 <xml-property name="description" value="Image object that pertain to a VNF that doesn't have associated vservers.  This is a kludge." />
2107                                 <xml-property name="indexedProps" value="application,vnf-image-uuid,application-vendor,application-version" />
2108                                 <xml-property name="uniqueProps" value="vnf-image-uuid" />
2109                                 <xml-property name="container" value="vnf-images" />
2110                                 <xml-property name="namespace" value="service-design-and-creation" />
2111                         </xml-properties>
2112                 </java-type>
2113
2114                 <java-type name="Services">
2115                         <xml-properties>
2116                                 <xml-property name="description" value="Collection of service model definitions.  Likely to be deprecated in favor of models from ASDC." />
2117                         </xml-properties>
2118                         <xml-root-element name="services" />
2119                         <java-attributes>
2120                                 <xml-element container-type="java.util.ArrayList" java-attribute="service" name="service" type="inventory.aai.openecomp.org.v8.Service" />
2121                         </java-attributes>
2122                 </java-type>
2123
2124                 <java-type name="Service">
2125                         <xml-root-element name="service" />
2126                         <java-attributes>
2127                                 <xml-element java-attribute="serviceId" name="service-id" required="true" type="java.lang.String" xml-key="true">
2128                                         <xml-properties>
2129                                                 <xml-property name="description" value="This gets defined by others to provide a unique ID for the service, we accept what is sent." />
2130                                         </xml-properties>
2131                                 </xml-element>
2132                                 <xml-element java-attribute="serviceDescription" name="service-description" required="true" type="java.lang.String">
2133                                         <xml-properties>
2134                                                 <xml-property name="description" value="Description of the service" />
2135                                         </xml-properties>
2136                                 </xml-element>
2137                                 <xml-element java-attribute="serviceSelflink" name="service-selflink" type="java.lang.String">
2138                                         <xml-properties>
2139                                                 <xml-property name="description" value="URL to endpoint where AAI can get more details" />
2140                                         </xml-properties>
2141                                 </xml-element>
2142                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
2143                                         <xml-properties>
2144                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
2145                                         </xml-properties>
2146                                 </xml-element>
2147                                 <xml-element java-attribute="serviceVersion" name="service-version" type="java.lang.String">
2148                                         <xml-properties>
2149                                                 <xml-property name="description" value="service version" />
2150                                         </xml-properties>
2151                                 </xml-element>
2152                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
2153                         </java-attributes>
2154                         <xml-properties>
2155                                 <xml-property name="description" value="Stand-in for service model definitions.  Likely to be deprecated in favor of models from ASDC." />
2156                                 <xml-property name="indexedProps" value="service-description,service-id" />
2157                                 <xml-property name="container" value="services" />
2158                                 <xml-property name="namespace" value="service-design-and-creation" />
2159                         </xml-properties>
2160                 </java-type>
2161
2162                 <java-type name="ServiceCapabilities">
2163                         <xml-properties>
2164                                 <xml-property name="description" value="Collection of service capabilities." />
2165                         </xml-properties>
2166                         <xml-root-element name="service-capabilities" />
2167                         <java-attributes>
2168                                 <xml-element container-type="java.util.ArrayList" java-attribute="serviceCapability" name="service-capability" type="inventory.aai.openecomp.org.v8.ServiceCapability" />
2169                         </java-attributes>
2170                 </java-type>
2171
2172                 <java-type name="ServiceCapability">
2173                         <xml-root-element name="service-capability" />
2174                         <java-attributes>
2175                                 <xml-element java-attribute="serviceType" name="service-type" required="true" type="java.lang.String" xml-key="true">
2176                                         <xml-properties>
2177                                                 <xml-property name="description" value="This gets defined by others to provide a unique ID for the service, we accept what is sent." />
2178                                         </xml-properties>
2179                                 </xml-element>
2180                                 <xml-element java-attribute="vnfType" name="vnf-type" required="true" type="java.lang.String" xml-key="true">
2181                                         <xml-properties>
2182                                                 <xml-property name="description" value="String capturing type of vnf, that was intended to identify the ASDC resource.  This field has been overloaded and clients should expect changes                  to occur in the future to this field as ASDC matures." />
2183                                         </xml-properties>
2184                                 </xml-element>
2185                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
2186                                         <xml-properties>
2187                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
2188                                         </xml-properties>
2189                                 </xml-element>
2190                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
2191                         </java-attributes>
2192                         <xml-properties>
2193                                 <xml-property name="description" value="Early definition of server/resource pairings, likely to be replaced by models.  No new use should be made of this." />
2194                                 <xml-property name="indexedProps" value="service-type,vnf-type" />
2195                                 <xml-property name="container" value="service-capabilities" />
2196                                 <xml-property name="namespace" value="service-design-and-creation" />
2197                         </xml-properties>
2198                 </java-type>
2199
2200                 <java-type name="Network">
2201                         <xml-properties>
2202                                 <xml-property name="description" value="Namespace for network inventory resources." />
2203                         </xml-properties>
2204                         <xml-root-element name="network" />
2205                         <java-attributes>
2206                                 <xml-element java-attribute="logicalLinks" name="logical-links" type="inventory.aai.openecomp.org.v8.LogicalLinks" />
2207                                 <xml-element java-attribute="sitePairSets" name="site-pair-sets" type="inventory.aai.openecomp.org.v8.SitePairSets" />
2208                                 <xml-element java-attribute="vpnBindings" name="vpn-bindings" type="inventory.aai.openecomp.org.v8.VpnBindings" />
2209                                 <xml-element java-attribute="vplsPes" name="vpls-pes" type="inventory.aai.openecomp.org.v8.VplsPes" />
2210                                 <xml-element java-attribute="multicastConfigurations" name="multicast-configurations" type="inventory.aai.openecomp.org.v8.MulticastConfigurations" />
2211                                 <xml-element java-attribute="vces" name="vces" type="inventory.aai.openecomp.org.v8.Vces" />
2212                                 <xml-element java-attribute="vpes" name="vpes" type="inventory.aai.openecomp.org.v8.Vpes" />
2213                                 <xml-element java-attribute="vnfcs" name="vnfcs" type="inventory.aai.openecomp.org.v8.Vnfcs" />
2214                                 <xml-element java-attribute="l3Networks" name="l3-networks" type="inventory.aai.openecomp.org.v8.L3Networks" />
2215                                 <xml-element java-attribute="networkPolicies" name="network-policies" type="inventory.aai.openecomp.org.v8.NetworkPolicies" />
2216                                 <xml-element java-attribute="genericVnfs" name="generic-vnfs" type="inventory.aai.openecomp.org.v8.GenericVnfs" />
2217                                 <xml-element java-attribute="lagLinks" name="lag-links" type="inventory.aai.openecomp.org.v8.LagLinks" />
2218                                 <xml-element java-attribute="newvces" name="newvces" type="inventory.aai.openecomp.org.v8.Newvces" />
2219                                 <xml-element java-attribute="pnfs" name="pnfs" type="inventory.aai.openecomp.org.v8.Pnfs" />
2220                                 <xml-element java-attribute="physicalLinks" name="physical-links" type="inventory.aai.openecomp.org.v8.PhysicalLinks" />
2221                                 <xml-element java-attribute="ipsecConfigurations" name="ipsec-configurations" type="inventory.aai.openecomp.org.v8.IpsecConfigurations" />
2222                                 <xml-element java-attribute="routeTableReferences" name="route-table-references" type="inventory.aai.openecomp.org.v8.RouteTableReferences" />
2223                         </java-attributes>
2224                 </java-type>
2225
2226                 <java-type name="LogicalLinks">
2227                         <xml-properties>
2228                                 <xml-property name="description" value="Collection of logical connections" />
2229                         </xml-properties>
2230                         <xml-root-element name="logical-links" />
2231                         <java-attributes>
2232                                 <xml-element container-type="java.util.ArrayList" java-attribute="logicalLink" name="logical-link" type="inventory.aai.openecomp.org.v8.LogicalLink" />
2233                         </java-attributes>
2234                 </java-type>
2235
2236                 <java-type name="LogicalLink">
2237                         <xml-root-element name="logical-link" />
2238                         <java-attributes>
2239                                 <xml-element java-attribute="linkName" name="link-name" required="true" type="java.lang.String" xml-key="true">
2240                                         <xml-properties>
2241                                                 <xml-property name="description" value="e.g., evc-name, or vnf-nameA_interface-nameA_vnf-nameZ_interface-nameZ" />
2242                                         </xml-properties>
2243                                 </xml-element>
2244                                 <xml-element java-attribute="linkType" name="link-type" required="true" type="java.lang.String">
2245                                         <xml-properties>
2246                                                 <xml-property name="description" value="Type of logical link, e.g., evc" />
2247                                         </xml-properties>
2248                                 </xml-element>
2249                                 <xml-element java-attribute="speedValue" name="speed-value" type="java.lang.String">
2250                                         <xml-properties>
2251                                                 <xml-property name="description" value="Captures the numeric part of the speed" />
2252                                         </xml-properties>
2253                                 </xml-element>
2254                                 <xml-element java-attribute="speedUnits" name="speed-units" type="java.lang.String">
2255                                         <xml-properties>
2256                                                 <xml-property name="description" value="Captures the units corresponding to the speed" />
2257                                         </xml-properties>
2258                                 </xml-element>
2259                                 <xml-element java-attribute="ipVersion" name="ip-version" type="java.lang.String">
2260                                         <xml-properties>
2261                                                 <xml-property name="description" value="v4, v6, or ds for dual stack" />
2262                                         </xml-properties>
2263                                 </xml-element>
2264                                 <xml-element java-attribute="routingProtocol" name="routing-protocol" type="java.lang.String">
2265                                         <xml-properties>
2266                                                 <xml-property name="description" value="For example, static or BGP" />
2267                                         </xml-properties>
2268                                 </xml-element>
2269                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
2270                                         <xml-properties>
2271                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
2272                                         </xml-properties>
2273                                 </xml-element>
2274                                 <xml-element java-attribute="personaModelId" name="persona-model-id" type="java.lang.String">
2275                                         <xml-properties>
2276                                                 <xml-property name="description" value="the ASDC model id for this resource or service model." />
2277                                                 <xml-property name="dbAlias" value="model-invariant-id-local" />
2278                                                 <xml-property name="requires" value="persona-model-version" />
2279                                                 <xml-property name="visibility" value="deployment" />
2280                                         </xml-properties>
2281                                 </xml-element>
2282                                 <xml-element java-attribute="personaModelVersion" name="persona-model-version" type="java.lang.String">
2283                                         <xml-properties>
2284                                                 <xml-property name="description" value="the ASDC model version for this resource or service model." />
2285                                                 <xml-property name="visibility" value="deployment" />
2286                                                 <xml-property name="requires" value="persona-model-id" />
2287                                         </xml-properties>
2288                                 </xml-element>
2289                                 <xml-element java-attribute="modelVersionId" name="model-version-id" type="java.lang.String">
2290                                         <xml-properties>
2291                                                 <xml-property name="description" value="the ASDC model version for this resource or service model." />
2292                                                 <xml-property name="visibility" value="internal" />
2293                                                 <xml-property name="dbAlias" value="model-version-id-local" />
2294                                                 <xml-property name="dataCopy" value="service-design-and-creation/models/model/{persona-model-id}/model-vers?model-version={persona-model-version}#model-version-id" />
2295                                         </xml-properties>
2296                                 </xml-element>
2297                                 <xml-element java-attribute="widgetModelId" name="widget-model-id" type="java.lang.String">
2298                                         <xml-properties>
2299                                                 <xml-property name="description" value="the ASDC data dictionary widget model. This maps directly to the A&amp;AI widget." />
2300                                         </xml-properties>
2301                                 </xml-element>
2302                                 <xml-element java-attribute="widgetModelVersion" name="widget-model-version" type="java.lang.String">
2303                                         <xml-properties>
2304                                                 <xml-property name="description" value="the ASDC data dictionary version of the widget model.This maps directly to the A&amp;AI version of the widget." />
2305                                         </xml-properties>
2306                                 </xml-element>
2307                                 <xml-element java-attribute="operationalStatus" name="operational-status" type="java.lang.String">
2308                                         <xml-properties>
2309                                                 <xml-property name="description" value="Indication of operational status of the logical link." />
2310                                         </xml-properties>
2311                                 </xml-element>
2312                                 <xml-element java-attribute="linkRole" name="link-role" type="java.lang.String">
2313                                         <xml-properties>
2314                                                 <xml-property name="description" value="Indication of the network use of the logical link." />
2315                                         </xml-properties>
2316                                 </xml-element>
2317                                 <xml-element java-attribute="linkName2" name="link-name2" type="java.lang.String">
2318                                         <xml-properties>
2319                                                 <xml-property name="description" value="Alias or alternate name (CLCI or D1 name)." />
2320                                         </xml-properties>
2321                                 </xml-element>
2322                                 <xml-element java-attribute="linkId" name="link-id" type="java.lang.String">
2323                                         <xml-properties>
2324                                                 <xml-property name="description" value="UUID of the logical-link, SDNC generates this." />
2325                                         </xml-properties>
2326                                 </xml-element>
2327                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
2328                         </java-attributes>
2329                         <xml-properties>
2330                                 <xml-property name="description" value="Logical links generally connect l-interfaces but are used to express logical connectivity between two points" />
2331                                 <xml-property name="indexedProps" value="link-name,persona-model-id,persona-model-version,widget-model-id,widget-model-version,link-id" />
2332                                 <xml-property name="uniqueProps" value="link-id" />
2333                                 <xml-property name="container" value="logical-links" />
2334                                 <xml-property name="namespace" value="network" />
2335                         </xml-properties>
2336                 </java-type>
2337
2338                 <java-type name="SitePairSets">
2339                         <xml-properties>
2340                                 <xml-property name="description" value="Collection of sets of instances for probes related to generic-vnf" />
2341                         </xml-properties>
2342                         <xml-root-element name="site-pair-sets" />
2343                         <java-attributes>
2344                                 <xml-element container-type="java.util.ArrayList" java-attribute="sitePairSet" name="site-pair-set" type="inventory.aai.openecomp.org.v8.SitePairSet" />
2345                         </java-attributes>
2346                 </java-type>
2347
2348                 <java-type name="SitePairSet">
2349                         <xml-root-element name="site-pair-set" />
2350                         <java-attributes>
2351                                 <xml-element java-attribute="sitePairSetId" name="site-pair-set-id" required="true" type="java.lang.String" xml-key="true">
2352                                         <xml-properties>
2353                                                 <xml-property name="description" value="Unique id of site pair set." />
2354                                         </xml-properties>
2355                                 </xml-element>
2356                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
2357                                         <xml-properties>
2358                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
2359                                         </xml-properties>
2360                                 </xml-element>
2361                                 <xml-element java-attribute="routingInstances" name="routing-instances" type="inventory.aai.openecomp.org.v8.RoutingInstances" />
2362                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
2363                         </java-attributes>
2364                         <xml-properties>
2365                                 <xml-property name="description" value="Set of instances for probes used to measure service level agreements" />
2366                                 <xml-property name="indexedProps" value="site-pair-set-id" />
2367                                 <xml-property name="uniqueProps" value="site-pair-set-id" />
2368                                 <xml-property name="container" value="site-pair-sets" />
2369                                 <xml-property name="namespace" value="network" />
2370                         </xml-properties>
2371                 </java-type>
2372
2373                 <java-type name="RoutingInstances">
2374                         <xml-properties>
2375                                 <xml-property name="description" value="set of probes related to generic-vnf routing instance" />
2376                         </xml-properties>
2377                         <xml-root-element name="routing-instances" />
2378                         <java-attributes>
2379                                 <xml-element container-type="java.util.ArrayList" java-attribute="routingInstance" name="routing-instance" type="inventory.aai.openecomp.org.v8.RoutingInstance" />
2380                         </java-attributes>
2381                 </java-type>
2382
2383                 <java-type name="RoutingInstance">
2384                         <xml-root-element name="routing-instance" />
2385                         <java-attributes>
2386                                 <xml-element java-attribute="routingInstanceId" name="routing-instance-id" required="true" type="java.lang.String" xml-key="true">
2387                                         <xml-properties>
2388                                                 <xml-property name="description" value="Unique id of routing instance" />
2389                                         </xml-properties>
2390                                 </xml-element>
2391                                 <xml-element java-attribute="rpmOwner" name="rpm-owner" type="java.lang.String">
2392                                         <xml-properties>
2393                                                 <xml-property name="description" value="rpm owner" />
2394                                         </xml-properties>
2395                                 </xml-element>
2396                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
2397                                         <xml-properties>
2398                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
2399                                         </xml-properties>
2400                                 </xml-element>
2401                                 <xml-element java-attribute="sitePairs" name="site-pairs" type="inventory.aai.openecomp.org.v8.SitePairs" />
2402                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
2403                         </java-attributes>
2404                         <xml-properties>
2405                                 <xml-property name="indexedProps" value="routing-instance-id" />
2406                                 <xml-property name="uniqueProps" value="routing-instance-id" />
2407                                 <xml-property name="dependentOn" value="site-pair-set" />
2408                                 <xml-property name="container" value="routing-instances" />
2409                         </xml-properties>
2410                 </java-type>
2411
2412                 <java-type name="SitePairs">
2413                         <xml-properties>
2414                                 <xml-property name="description" value="probe within a set" />
2415                         </xml-properties>
2416                         <xml-root-element name="site-pairs" />
2417                         <java-attributes>
2418                                 <xml-element container-type="java.util.ArrayList" java-attribute="sitePair" name="site-pair" type="inventory.aai.openecomp.org.v8.SitePair" />
2419                         </java-attributes>
2420                 </java-type>
2421
2422                 <java-type name="SitePair">
2423                         <xml-root-element name="site-pair" />
2424                         <java-attributes>
2425                                 <xml-element java-attribute="sitePairId" name="site-pair-id" required="true" type="java.lang.String" xml-key="true">
2426                                         <xml-properties>
2427                                                 <xml-property name="description" value="unique identifier of probe" />
2428                                         </xml-properties>
2429                                 </xml-element>
2430                                 <xml-element java-attribute="sourceIp" name="source-ip" type="java.lang.String">
2431                                         <xml-properties>
2432                                                 <xml-property name="description" value="Prefix address" />
2433                                         </xml-properties>
2434                                 </xml-element>
2435                                 <xml-element java-attribute="destinationIp" name="destination-ip" type="java.lang.String">
2436                                         <xml-properties>
2437                                                 <xml-property name="description" value="Prefix address" />
2438                                         </xml-properties>
2439                                 </xml-element>
2440                                 <xml-element java-attribute="ipVersion" name="ip-version" type="java.lang.String">
2441                                         <xml-properties>
2442                                                 <xml-property name="description" value="ip version, v4, v6" />
2443                                         </xml-properties>
2444                                 </xml-element>
2445                                 <xml-element java-attribute="destinationHostname" name="destination-hostname" type="java.lang.String">
2446                                         <xml-properties>
2447                                                 <xml-property name="description" value="Hostname of the destination equipment to which SLAs are measured against." />
2448                                         </xml-properties>
2449                                 </xml-element>
2450                                 <xml-element java-attribute="destinationEquipType" name="destination-equip-type" type="java.lang.String">
2451                                         <xml-properties>
2452                                                 <xml-property name="description" value="The type of destinatination equipment. Could be Router, etc." />
2453                                         </xml-properties>
2454                                 </xml-element>
2455                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
2456                                         <xml-properties>
2457                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
2458                                         </xml-properties>
2459                                 </xml-element>
2460                                 <xml-element java-attribute="classesOfService" name="classes-of-service" type="inventory.aai.openecomp.org.v8.ClassesOfService" />
2461                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
2462                         </java-attributes>
2463                         <xml-properties>
2464                                 <xml-property name="indexedProps" value="site-pair-id" />
2465                                 <xml-property name="uniqueProps" value="site-pair-id" />
2466                                 <xml-property name="dependentOn" value="routing-instance" />
2467                                 <xml-property name="container" value="site-pairs" />
2468                         </xml-properties>
2469                 </java-type>
2470
2471                 <java-type name="ClassesOfService">
2472                         <xml-properties>
2473                                 <xml-property name="description" value="class-of-service of probe" />
2474                         </xml-properties>
2475                         <xml-root-element name="classes-of-service" />
2476                         <java-attributes>
2477                                 <xml-element container-type="java.util.ArrayList" java-attribute="classOfService" name="class-of-service" type="inventory.aai.openecomp.org.v8.ClassOfService" />
2478                         </java-attributes>
2479                 </java-type>
2480
2481                 <java-type name="ClassOfService">
2482                         <xml-root-element name="class-of-service" />
2483                         <java-attributes>
2484                                 <xml-element java-attribute="cos" name="cos" required="true" type="java.lang.String" xml-key="true">
2485                                         <xml-properties>
2486                                                 <xml-property name="description" value="unique identifier of probe" />
2487                                         </xml-properties>
2488                                 </xml-element>
2489                                 <xml-element java-attribute="probeId" name="probe-id" type="java.lang.String">
2490                                         <xml-properties>
2491                                                 <xml-property name="description" value="identifier of probe" />
2492                                         </xml-properties>
2493                                 </xml-element>
2494                                 <xml-element java-attribute="probeType" name="probe-type" type="java.lang.String">
2495                                         <xml-properties>
2496                                                 <xml-property name="description" value="type of probe" />
2497                                         </xml-properties>
2498                                 </xml-element>
2499                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
2500                                         <xml-properties>
2501                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
2502                                         </xml-properties>
2503                                 </xml-element>
2504                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
2505                         </java-attributes>
2506                         <xml-properties>
2507                                 <xml-property name="indexedProps" value="cos" />
2508                                 <xml-property name="dependentOn" value="site-pair" />
2509                                 <xml-property name="container" value="classes-of-service" />
2510                         </xml-properties>
2511                 </java-type>
2512
2513                 <java-type name="VpnBindings">
2514                         <xml-root-element name="vpn-bindings" />
2515                         <java-attributes>
2516                                 <xml-element container-type="java.util.ArrayList" java-attribute="vpnBinding" name="vpn-binding" type="inventory.aai.openecomp.org.v8.VpnBinding" />
2517                         </java-attributes>
2518                 </java-type>
2519
2520                 <java-type name="VpnBinding">
2521                         <xml-root-element name="vpn-binding" />
2522                         <java-attributes>
2523                                 <xml-element java-attribute="vpnId" name="vpn-id" required="true" type="java.lang.String" xml-key="true">
2524                                         <xml-properties>
2525                                                 <xml-property name="description" value="VPN ID, globally unique within A&amp;AI" />
2526                                         </xml-properties>
2527                                 </xml-element>
2528                                 <xml-element java-attribute="vpnName" name="vpn-name" required="true" type="java.lang.String">
2529                                         <xml-properties>
2530                                                 <xml-property name="description" value="VPN Name" />
2531                                         </xml-properties>
2532                                 </xml-element>
2533                                 <xml-element java-attribute="globalRouteTarget" name="global-route-target" required="true" type="java.lang.String">
2534                                         <xml-properties>
2535                                                 <xml-property name="description" value="Number used to identify a VPN, globally unique in the network" />
2536                                         </xml-properties>
2537                                 </xml-element>
2538                                 <xml-element java-attribute="vpnPlatform" name="vpn-platform" type="java.lang.String">
2539                                         <xml-properties>
2540                                                 <xml-property name="description" value="the platform associated with the VPN example AVPN, Mobility" />
2541                                         </xml-properties>
2542                                 </xml-element>
2543                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
2544                                         <xml-properties>
2545                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
2546                                         </xml-properties>
2547                                 </xml-element>
2548                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList">
2549                                         <xml-properties>
2550                                                 <xml-property name="description" value="l3-networks relate to vpn-bindings" />
2551                                         </xml-properties>
2552                                 </xml-element>
2553                         </java-attributes>
2554                         <xml-properties>
2555                                 <xml-property name="description" value="VPN binding" />
2556                                 <xml-property name="nameProps" value="vpn-name" />
2557                                 <xml-property name="indexedProps" value="vpn-name,vpn-id,global-route-target" />
2558                                 <xml-property name="uniqueProps" value="vpn-id" />
2559                                 <xml-property name="container" value="vpn-bindings" />
2560                                 <xml-property name="namespace" value="network" />
2561                         </xml-properties>
2562                 </java-type>
2563
2564                 <java-type name="VplsPes">
2565                         <xml-properties>
2566                                 <xml-property name="description" value="Collection of VPLS Provider Edge routers" />
2567                         </xml-properties>
2568                         <xml-root-element name="vpls-pes" />
2569                         <java-attributes>
2570                                 <xml-element container-type="java.util.ArrayList" java-attribute="vplsPe" name="vpls-pe" type="inventory.aai.openecomp.org.v8.VplsPe" />
2571                         </java-attributes>
2572                 </java-type>
2573
2574                 <java-type name="VplsPe">
2575                         <xml-root-element name="vpls-pe" />
2576                         <java-attributes>
2577                                 <xml-element java-attribute="equipmentName" name="equipment-name" required="true" type="java.lang.String" xml-key="true" />
2578                                 <xml-element java-attribute="provStatus" name="prov-status" type="java.lang.String">
2579                                         <xml-properties>
2580                                                 <xml-property name="description" value="Trigger for operational monitoring of this VNF by BAU Service Assurance systems." />
2581                                         </xml-properties>
2582                                 </xml-element>
2583                                 <xml-element java-attribute="ipv4OamAddress" name="ipv4-oam-address" type="java.lang.String">
2584                                         <xml-properties>
2585                                                 <xml-property name="description" value="Address tail-f uses to configure vpe, also used for troubleshooting and is IP used for traps generated by VPE (v4-loopback0-ip-address)." />
2586                                         </xml-properties>
2587                                 </xml-element>
2588                                 <xml-element java-attribute="equipmentRole" name="equipment-role" type="java.lang.String">
2589                                         <xml-properties>
2590                                                 <xml-property name="description" value="Client should send valid enumerated value, e.g., VPLS-PE." />
2591                                         </xml-properties>
2592                                 </xml-element>
2593                                 <xml-element java-attribute="vlanIdOuter" name="vlan-id-outer" type="java.lang.Long">
2594                                         <xml-properties>
2595                                                 <xml-property name="description" value="Temporary location for stag to get to VCE" />
2596                                         </xml-properties>
2597                                 </xml-element>
2598                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
2599                                         <xml-properties>
2600                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
2601                                         </xml-properties>
2602                                 </xml-element>
2603                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
2604                                 <xml-element java-attribute="pInterfaces" name="p-interfaces" type="inventory.aai.openecomp.org.v8.PInterfaces" />
2605                                 <xml-element java-attribute="lagInterfaces" name="lag-interfaces" type="inventory.aai.openecomp.org.v8.LagInterfaces" />
2606                         </java-attributes>
2607                         <xml-properties>
2608                                 <xml-property name="description" value="VPLS Provider Edge routers." />
2609                                 <xml-property name="indexedProps" value="prov-status,equipment-name" />
2610                                 <xml-property name="container" value="vpls-pes" />
2611                                 <xml-property name="namespace" value="network" />
2612                         </xml-properties>
2613                 </java-type>
2614
2615                 <java-type name="MulticastConfigurations">
2616                         <xml-properties>
2617                                 <xml-property name="description" value="multicast configuration of generic-vnf ip-address" />
2618                         </xml-properties>
2619                         <xml-root-element name="multicast-configurations" />
2620                         <java-attributes>
2621                                 <xml-element container-type="java.util.ArrayList" java-attribute="multicastConfiguration" name="multicast-configuration" type="inventory.aai.openecomp.org.v8.MulticastConfiguration" />
2622                         </java-attributes>
2623                 </java-type>
2624
2625                 <java-type name="MulticastConfiguration">
2626                         <xml-root-element name="multicast-configuration" />
2627                         <java-attributes>
2628                                 <xml-element java-attribute="multicastConfigurationId" name="multicast-configuration-id" required="true" type="java.lang.String" xml-key="true">
2629                                         <xml-properties>
2630                                                 <xml-property name="description" value="Unique id of multicast configuration." />
2631                                         </xml-properties>
2632                                 </xml-element>
2633                                 <xml-element java-attribute="multicastProtocol" name="multicast-protocol" required="true" type="java.lang.String">
2634                                         <xml-properties>
2635                                                 <xml-property name="description" value="protocol of multicast configuration" />
2636                                         </xml-properties>
2637                                 </xml-element>
2638                                 <xml-element java-attribute="rpType" name="rp-type" required="true" type="java.lang.String">
2639                                         <xml-properties>
2640                                                 <xml-property name="description" value="rp type of multicast configuration" />
2641                                         </xml-properties>
2642                                 </xml-element>
2643                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
2644                                         <xml-properties>
2645                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
2646                                         </xml-properties>
2647                                 </xml-element>
2648                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
2649                         </java-attributes>
2650                         <xml-properties>
2651                                 <xml-property name="indexedProps" value="multicast-configuration-id" />
2652                                 <xml-property name="uniqueProps" value="multicast-configuration-id" />
2653                                 <xml-property name="container" value="multicast-configurations" />
2654                                 <xml-property name="namespace" value="network" />
2655                         </xml-properties>
2656                 </java-type>
2657
2658                 <java-type name="Vces">
2659                         <xml-properties>
2660                                 <xml-property name="description" value="Collection of Virtual Customer Edge Routers, used specifically for Gamma.  This object is deprecated." />
2661                         </xml-properties>
2662                         <xml-root-element name="vces" />
2663                         <java-attributes>
2664                                 <xml-element container-type="java.util.ArrayList" java-attribute="vce" name="vce" type="inventory.aai.openecomp.org.v8.Vce" />
2665                         </java-attributes>
2666                 </java-type>
2667
2668                 <java-type name="Vce">
2669                         <xml-root-element name="vce" />
2670                         <java-attributes>
2671                                 <xml-element java-attribute="vnfId" name="vnf-id" required="true" type="java.lang.String" xml-key="true">
2672                                         <xml-properties>
2673                                                 <xml-property name="description" value="Unique id of VNF.  This is unique across the graph." />
2674                                         </xml-properties>
2675                                 </xml-element>
2676                                 <xml-element java-attribute="vnfName" name="vnf-name" required="true" type="java.lang.String">
2677                                         <xml-properties>
2678                                                 <xml-property name="description" value="Name of VNF." />
2679                                         </xml-properties>
2680                                 </xml-element>
2681                                 <xml-element java-attribute="vnfName2" name="vnf-name2" type="java.lang.String">
2682                                         <xml-properties>
2683                                                 <xml-property name="description" value="Alternate name of VNF." />
2684                                         </xml-properties>
2685                                 </xml-element>
2686                                 <xml-element java-attribute="vnfType" name="vnf-type" required="true" type="java.lang.String">
2687                                         <xml-properties>
2688                                                 <xml-property name="description" value="String capturing type of vnf, that was intended to identify the ASDC resource.  This field has been overloaded and clients should expect changes                  to occur in the future to this field as ASDC matures." />
2689                                         </xml-properties>
2690                                 </xml-element>
2691                                 <xml-element java-attribute="serviceId" name="service-id" type="java.lang.String">
2692                                         <xml-properties>
2693                                                 <xml-property name="description" value="Unique identifier of service from ASDC.  Expect this to change as ASDC matures." />
2694                                         </xml-properties>
2695                                 </xml-element>
2696                                 <xml-element java-attribute="regionalResourceZone" name="regional-resource-zone" type="java.lang.String">
2697                                         <xml-properties>
2698                                                 <xml-property name="description" value="Regional way of organizing pservers, source of truth should define values" />
2699                                         </xml-properties>
2700                                 </xml-element>
2701                                 <xml-element java-attribute="provStatus" name="prov-status" type="java.lang.String">
2702                                         <xml-properties>
2703                                                 <xml-property name="description" value="Trigger for operational monitoring of this resource by Service Assurance systems." />
2704                                         </xml-properties>
2705                                 </xml-element>
2706                                 <xml-element java-attribute="operationalState" name="operational-state" type="java.lang.String">
2707                                         <xml-properties>
2708                                                 <xml-property name="description" value="Indicator for whether the resource is considered operational" />
2709                                                 <xml-property name="dbAlias" value="operational-status" />
2710                                         </xml-properties>
2711                                 </xml-element>
2712                                 <xml-element java-attribute="licenseKey" name="license-key" type="java.lang.String">
2713                                         <xml-properties>
2714                                                 <xml-property name="description" value="License key" />
2715                                         </xml-properties>
2716                                 </xml-element>
2717                                 <xml-element java-attribute="equipmentRole" name="equipment-role" type="java.lang.String">
2718                                         <xml-properties>
2719                                                 <xml-property name="description" value="Network role being played by this VNF" />
2720                                         </xml-properties>
2721                                 </xml-element>
2722                                 <xml-element java-attribute="orchestrationStatus" name="orchestration-status" type="java.lang.String">
2723                                         <xml-properties>
2724                                                 <xml-property name="description" value="Orchestration status of this VNF, mastered by MSO" />
2725                                         </xml-properties>
2726                                 </xml-element>
2727                                 <xml-element java-attribute="heatStackId" name="heat-stack-id" type="java.lang.String">
2728                                         <xml-properties>
2729                                                 <xml-property name="description" value="Heat stack id corresponding to this instance, managed by MSO" />
2730                                         </xml-properties>
2731                                 </xml-element>
2732                                 <xml-element java-attribute="msoCatalogKey" name="mso-catalog-key" type="java.lang.String">
2733                                         <xml-properties>
2734                                                 <xml-property name="description" value="Corresponds to the SDN-C catalog id used to configure this VCE" />
2735                                         </xml-properties>
2736                                 </xml-element>
2737                                 <xml-element java-attribute="vpeId" name="vpe-id" type="java.lang.String">
2738                                         <xml-properties>
2739                                                 <xml-property name="description" value="Unique ID of VPE connected to this VCE." />
2740                                         </xml-properties>
2741                                 </xml-element>
2742                                 <xml-element java-attribute="v6VceWanAddress" name="v6-vce-wan-address" type="java.lang.String">
2743                                         <xml-properties>
2744                                                 <xml-property name="description" value="Valid v6 IP address for the WAN Link on this router.  Implied length of /64." />
2745                                         </xml-properties>
2746                                 </xml-element>
2747                                 <xml-element java-attribute="ipv4OamAddress" name="ipv4-oam-address" type="java.lang.String">
2748                                         <xml-properties>
2749                                                 <xml-property name="description" value="Address tail-f uses to configure vce, also used for troubleshooting and is IP used for traps generated by VCE." />
2750                                         </xml-properties>
2751                                 </xml-element>
2752                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
2753                                         <xml-properties>
2754                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
2755                                         </xml-properties>
2756                                 </xml-element>
2757                                 <xml-element java-attribute="ipv4Loopback0Address" name="ipv4-loopback0-address" type="java.lang.String">
2758                                         <xml-properties>
2759                                                 <xml-property name="description" value="Loopback0 address" />
2760                                         </xml-properties>
2761                                 </xml-element>
2762                                 <xml-element java-attribute="entitlementResourceUuid" name="entitlement-resource-uuid" type="java.lang.String">
2763                                         <xml-properties>
2764                                                 <xml-property name="description" value="Entitlement resource uuid" />
2765                                         </xml-properties>
2766                                 </xml-element>
2767                                 <xml-element java-attribute="portGroups" name="port-groups" type="inventory.aai.openecomp.org.v8.PortGroups" />
2768                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
2769                         </java-attributes>
2770                         <xml-properties>
2771                                 <xml-property name="description" value="Virtual Customer Edge Router, used specifically for Gamma.  This object is deprecated." />
2772                                 <xml-property name="nameProps" value="vnf-name" />
2773                                 <xml-property name="indexedProps" value="vnf-name,vnf-name2,vnf-type,heat-stack-id,vnf-id,interface-name,regional-resource-zone,vpe-id,prov-status,service-id" />
2774                                 <xml-property name="searchable" value="vnf-id,vnf-name,vnf-name2" />
2775                                 <xml-property name="uniqueProps" value="vnf-id" />
2776                                 <xml-property name="container" value="vces" />
2777                                 <xml-property name="namespace" value="network" />
2778                                 <xml-property name="extends" value="vnf" />
2779                         </xml-properties>
2780                 </java-type>
2781
2782                 <java-type name="PortGroups">
2783                         <xml-root-element name="port-groups" />
2784                         <java-attributes>
2785                                 <xml-element container-type="java.util.ArrayList" java-attribute="portGroup" name="port-group" type="inventory.aai.openecomp.org.v8.PortGroup" />
2786                         </java-attributes>
2787                 </java-type>
2788
2789                 <java-type name="PortGroup">
2790                         <xml-root-element name="port-group" />
2791                         <java-attributes>
2792                                 <xml-element java-attribute="interfaceId" name="interface-id" required="true" type="java.lang.String" xml-key="true">
2793                                         <xml-properties>
2794                                                 <xml-property name="description" value="Unique ID of the interface" />
2795                                         </xml-properties>
2796                                 </xml-element>
2797                                 <xml-element java-attribute="neutronNetworkId" name="neutron-network-id" type="java.lang.String">
2798                                         <xml-properties>
2799                                                 <xml-property name="description" value="Neutron network id of this Interface" />
2800                                         </xml-properties>
2801                                 </xml-element>
2802                                 <xml-element java-attribute="neutronNetworkName" name="neutron-network-name" type="java.lang.String">
2803                                         <xml-properties>
2804                                                 <xml-property name="description" value="Neutron network name of this Interface" />
2805                                         </xml-properties>
2806                                 </xml-element>
2807                                 <xml-element java-attribute="interfaceRole" name="interface-role" type="java.lang.String">
2808                                         <xml-properties>
2809                                                 <xml-property name="description" value="Role assigned to this Interface, should use values as defined in ECOMP Yang models." />
2810                                         </xml-properties>
2811                                 </xml-element>
2812                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
2813                                         <xml-properties>
2814                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
2815                                         </xml-properties>
2816                                 </xml-element>
2817                                 <xml-element java-attribute="portGroupId" name="port-group-id" type="java.lang.String">
2818                                         <xml-properties>
2819                                                 <xml-property name="description" value="Unique ID for port group in vmware" />
2820                                         </xml-properties>
2821                                 </xml-element>
2822                                 <xml-element java-attribute="portGroupName" name="port-group-name" type="java.lang.String">
2823                                         <xml-properties>
2824                                                 <xml-property name="description" value="Likely to duplicate value of neutron network name" />
2825                                         </xml-properties>
2826                                 </xml-element>
2827                                 <xml-element java-attribute="switchName" name="switch-name" type="java.lang.String">
2828                                         <xml-properties>
2829                                                 <xml-property name="description" value="DVS or standard switch name (should be non-null for port groups associated with DVS)" />
2830                                         </xml-properties>
2831                                 </xml-element>
2832                                 <xml-element java-attribute="orchestrationStatus" name="orchestration-status" required="true" type="java.lang.String">
2833                                         <xml-properties>
2834                                                 <xml-property name="description" value="Orchestration status of this VNF, mastered by MSO" />
2835                                         </xml-properties>
2836                                 </xml-element>
2837                                 <xml-element java-attribute="heatStackId" name="heat-stack-id" type="java.lang.String">
2838                                         <xml-properties>
2839                                                 <xml-property name="description" value="Heat stack id corresponding to this instance, managed by MSO" />
2840                                         </xml-properties>
2841                                 </xml-element>
2842                                 <xml-element java-attribute="msoCatalogKey" name="mso-catalog-key" type="java.lang.String">
2843                                         <xml-properties>
2844                                                 <xml-property name="description" value="Corresponds to the SDN-C catalog id used to configure this VCE" />
2845                                         </xml-properties>
2846                                 </xml-element>
2847                                 <xml-element java-attribute="cvlanTags" name="cvlan-tags" type="inventory.aai.openecomp.org.v8.CvlanTags" />
2848                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
2849                         </java-attributes>
2850                         <xml-properties>
2851                                 <xml-property name="description" value="Used to capture the network interfaces of this VCE" />
2852                                 <xml-property name="nameProps" value="port-group-name" />
2853                                 <xml-property name="indexedProps" value="port-group-id,heat-stack-id,interface-id,interface-name,switch-name" />
2854                                 <xml-property name="dependentOn" value="vce" />
2855                                 <xml-property name="container" value="port-groups" />
2856                         </xml-properties>
2857                 </java-type>
2858
2859                 <java-type name="CvlanTags">
2860                         <xml-root-element name="cvlan-tags" />
2861                         <java-attributes>
2862                                 <xml-element container-type="java.util.ArrayList" java-attribute="cvlanTagEntry" name="cvlan-tag-entry" type="inventory.aai.openecomp.org.v8.CvlanTagEntry" />
2863                         </java-attributes>
2864                 </java-type>
2865
2866                 <java-type name="CvlanTagEntry">
2867                         <xml-root-element name="cvlan-tag-entry" />
2868                         <java-attributes>
2869                                 <xml-element java-attribute="cvlanTag" name="cvlan-tag" required="true" type="java.lang.Long" xml-key="true">
2870                                         <xml-properties>
2871                                                 <xml-property name="description" value="See mis-na-virtualization-platform.yang" />
2872                                         </xml-properties>
2873                                 </xml-element>
2874                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
2875                                         <xml-properties>
2876                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
2877                                         </xml-properties>
2878                                 </xml-element>
2879                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
2880                         </java-attributes>
2881                         <xml-properties>
2882                                 <xml-property name="dependentOn" value="port-group" />
2883                                 <xml-property name="indexedProps" value="cvlan-tag" />
2884                                 <xml-property name="container" value="cvlan-tags" />
2885                         </xml-properties>
2886                 </java-type>
2887
2888                 <java-type name="Vpes">
2889                         <xml-properties>
2890                                 <xml-property name="description" value="Virtual provider edge router. In 1504, A&amp;AI will populate this object through an M&amp;P and tool provided to operations." />
2891                         </xml-properties>
2892                         <xml-root-element name="vpes" />
2893                         <java-attributes>
2894                                 <xml-element container-type="java.util.ArrayList" java-attribute="vpe" name="vpe" type="inventory.aai.openecomp.org.v8.Vpe" />
2895                         </java-attributes>
2896                 </java-type>
2897
2898                 <java-type name="Vpe">
2899                         <xml-root-element name="vpe" />
2900                         <java-attributes>
2901                                 <xml-element java-attribute="vnfId" name="vnf-id" required="true" type="java.lang.String" xml-key="true">
2902                                         <xml-properties>
2903                                                 <xml-property name="description" value="Unique id of VNF.  This is unique across the graph." />
2904                                         </xml-properties>
2905                                 </xml-element>
2906                                 <xml-element java-attribute="vnfName" name="vnf-name" required="true" type="java.lang.String">
2907                                         <xml-properties>
2908                                                 <xml-property name="description" value="Name of VNF." />
2909                                         </xml-properties>
2910                                 </xml-element>
2911                                 <xml-element java-attribute="vnfName2" name="vnf-name2" type="java.lang.String">
2912                                         <xml-properties>
2913                                                 <xml-property name="description" value="Alternate name of VNF." />
2914                                         </xml-properties>
2915                                 </xml-element>
2916                                 <xml-element java-attribute="vnfType" name="vnf-type" required="true" type="java.lang.String">
2917                                         <xml-properties>
2918                                                 <xml-property name="description" value="String capturing type of vnf, that was intended to identify the ASDC resource.  This field has been overloaded and clients should expect changes                  to occur in the future to this field as ASDC matures." />
2919                                         </xml-properties>
2920                                 </xml-element>
2921                                 <xml-element java-attribute="serviceId" name="service-id" type="java.lang.String">
2922                                         <xml-properties>
2923                                                 <xml-property name="description" value="Unique identifier of service from ASDC" />
2924                                         </xml-properties>
2925                                 </xml-element>
2926                                 <xml-element java-attribute="regionalResourceZone" name="regional-resource-zone" type="java.lang.String">
2927                                         <xml-properties>
2928                                                 <xml-property name="description" value="Regional way of organizing pservers, source of truth should define values" />
2929                                         </xml-properties>
2930                                 </xml-element>
2931                                 <xml-element java-attribute="provStatus" name="prov-status" type="java.lang.String">
2932                                         <xml-properties>
2933                                                 <xml-property name="description" value="Trigger for operational monitoring of this resource by Service Assurance systems." />
2934                                         </xml-properties>
2935                                 </xml-element>
2936                                 <xml-element java-attribute="operationalState" name="operational-state" type="java.lang.String">
2937                                         <xml-properties>
2938                                                 <xml-property name="description" value="Indicator for whether the resource is considered operational" />
2939                                                 <xml-property name="dbAlias" value="operational-status" />
2940                                         </xml-properties>
2941                                 </xml-element>
2942                                 <xml-element java-attribute="licenseKey" name="license-key" type="java.lang.String">
2943                                         <xml-properties>
2944                                                 <xml-property name="description" value="License key" />
2945                                         </xml-properties>
2946                                 </xml-element>
2947                                 <xml-element java-attribute="equipmentRole" name="equipment-role" type="java.lang.String">
2948                                         <xml-properties>
2949                                                 <xml-property name="description" value="Client should send valid enumerated value" />
2950                                         </xml-properties>
2951                                 </xml-element>
2952                                 <xml-element java-attribute="orchestrationStatus" name="orchestration-status" type="java.lang.String">
2953                                         <xml-properties>
2954                                                 <xml-property name="description" value="Orchestration status of this VNF, mastered by MSO" />
2955                                         </xml-properties>
2956                                 </xml-element>
2957                                 <xml-element java-attribute="heatStackId" name="heat-stack-id" type="java.lang.String">
2958                                         <xml-properties>
2959                                                 <xml-property name="description" value="Heat stack id corresponding to this instance, managed by MSO" />
2960                                         </xml-properties>
2961                                 </xml-element>
2962                                 <xml-element java-attribute="msoCatalogKey" name="mso-catalog-key" type="java.lang.String">
2963                                         <xml-properties>
2964                                                 <xml-property name="description" value="Corresponds to the SDN-C catalog id used to configure this VCE" />
2965                                         </xml-properties>
2966                                 </xml-element>
2967                                 <xml-element java-attribute="ipv4OamAddress" name="ipv4-oam-address" type="java.lang.String">
2968                                         <xml-properties>
2969                                                 <xml-property name="description" value="Address tail-f uses to configure vpe, also used for troubleshooting and is IP used for traps generated by VPE (v4-loopback0-ip-address)." />
2970                                         </xml-properties>
2971                                 </xml-element>
2972                                 <xml-element java-attribute="ipv4OamGatewayAddressPrefixLength" name="ipv4-oam-gateway-address-prefix-length" type="java.lang.Integer">
2973                                         <xml-properties>
2974                                                 <xml-property name="description" value="Prefix length for oam-address" />
2975                                         </xml-properties>
2976                                 </xml-element>
2977                                 <xml-element java-attribute="ipv4OamGatewayAddress" name="ipv4-oam-gateway-address" type="java.lang.String">
2978                                         <xml-properties>
2979                                                 <xml-property name="description" value="Gateway address" />
2980                                         </xml-properties>
2981                                 </xml-element>
2982                                 <xml-element java-attribute="v4Loopback0IpAddress" name="v4-loopback0-ip-address" type="java.lang.String">
2983                                         <xml-properties>
2984                                                 <xml-property name="description" value="Loopback0 address" />
2985                                         </xml-properties>
2986                                 </xml-element>
2987                                 <xml-element java-attribute="vlanIdOuter" name="vlan-id-outer" type="java.lang.Long">
2988                                         <xml-properties>
2989                                                 <xml-property name="description" value="Temporary location for stag to get to VCE" />
2990                                         </xml-properties>
2991                                 </xml-element>
2992                                 <xml-element java-attribute="asNumber" name="as-number" type="java.lang.String">
2993                                         <xml-properties>
2994                                                 <xml-property name="description" value="as-number of the VPE" />
2995                                         </xml-properties>
2996                                 </xml-element>
2997                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
2998                                         <xml-properties>
2999                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
3000                                         </xml-properties>
3001                                 </xml-element>
3002                                 <xml-element java-attribute="summaryStatus" name="summary-status" type="java.lang.String">
3003                                         <xml-properties>
3004                                                 <xml-property name="description" value="details regarding the vpe operation" />
3005                                         </xml-properties>
3006                                 </xml-element>
3007                                 <xml-element java-attribute="encryptedAccessFlag" name="encrypted-access-flag" type="java.lang.Boolean">
3008                                         <xml-properties>
3009                                                 <xml-property name="description" value="indicates whether vpe access uses SSH" />
3010                                         </xml-properties>
3011                                 </xml-element>
3012                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
3013                                 <xml-element java-attribute="lInterfaces" name="l-interfaces" type="inventory.aai.openecomp.org.v8.LInterfaces" />
3014                                 <xml-element java-attribute="lagInterfaces" name="lag-interfaces" type="inventory.aai.openecomp.org.v8.LagInterfaces" />
3015                         </java-attributes>
3016                         <xml-properties>
3017                                 <xml-property name="description" value="Relationship-list must include related to info for complex." />
3018                                 <xml-property name="nameProps" value="vnf-name" />
3019                                 <xml-property name="indexedProps" value="vnf-name,vnf-name2,vnf-type,heat-stack-id,vnf-id,regional-resource-zone,prov-status,service-id" />
3020                                 <xml-property name="searchable" value="vnf-id,vnf-name,vnf-name2" />
3021                                 <xml-property name="uniqueProps" value="vnf-id" />
3022                                 <xml-property name="container" value="vpes" />
3023                                 <xml-property name="namespace" value="network" />
3024                                 <xml-property name="extends" value="vnf" />
3025                         </xml-properties>
3026                 </java-type>
3027
3028                 <java-type name="Vnfcs">
3029                         <xml-properties>
3030                                 <xml-property name="description" value="virtual network components associated with a vserver from application controller." />
3031                         </xml-properties>
3032                         <xml-root-element name="vnfcs" />
3033                         <java-attributes>
3034                                 <xml-element container-type="java.util.ArrayList" java-attribute="vnfc" name="vnfc" type="inventory.aai.openecomp.org.v8.Vnfc" />
3035                         </java-attributes>
3036                 </java-type>
3037
3038                 <java-type name="Vnfc">
3039                         <xml-root-element name="vnfc" />
3040                         <java-attributes>
3041                                 <xml-element java-attribute="vnfcName" name="vnfc-name" required="true" type="java.lang.String" xml-key="true">
3042                                         <xml-properties>
3043                                                 <xml-property name="description" value="Unique ID of vnfc." />
3044                                         </xml-properties>
3045                                 </xml-element>
3046                                 <xml-element java-attribute="vnfcFunctionCode" name="vnfc-function-code" required="true" type="java.lang.String">
3047                                         <xml-properties>
3048                                                 <xml-property name="description" value="function code" />
3049                                         </xml-properties>
3050                                 </xml-element>
3051                                 <xml-element java-attribute="vnfcType" name="vnfc-type" required="true" type="java.lang.String">
3052                                         <xml-properties>
3053                                                 <xml-property name="description" value="type" />
3054                                         </xml-properties>
3055                                 </xml-element>
3056                                 <xml-element java-attribute="provStatus" name="prov-status" type="java.lang.String">
3057                                         <xml-properties>
3058                                                 <xml-property name="description" value="prov status of this vnfc" />
3059                                         </xml-properties>
3060                                 </xml-element>
3061                                 <xml-element java-attribute="orchestrationStatus" name="orchestration-status" type="java.lang.String">
3062                                         <xml-properties>
3063                                                 <xml-property name="description" value="Orchestration status of this VNF, mastered by APP-C" />
3064                                         </xml-properties>
3065                                 </xml-element>
3066                                 <xml-element java-attribute="ipaddressV4OamVip" name="ipaddress-v4-oam-vip" type="java.lang.String">
3067                                         <xml-properties>
3068                                                 <xml-property name="description" value="Oam V4 vip address of this vnfc" />
3069                                         </xml-properties>
3070                                 </xml-element>
3071                                 <xml-element default-value="false" required="true" java-attribute="inMaint" name="in-maint" type="java.lang.Boolean">
3072                                         <xml-properties>
3073                                                 <xml-property name="defaultValue" value="false"/>
3074                                                 <xml-property name="description" value="used to indicate whether or not this object is in maintenance mode (maintenance mode = true)" />
3075                                         </xml-properties>
3076                                 </xml-element>
3077                                 <xml-element default-value="false" required="true" java-attribute="isClosedLoopDisabled" name="is-closed-loop-disabled" type="java.lang.Boolean">
3078                                         <xml-properties>
3079                                                 <xml-property name="defaultValue" value="false"/>
3080                                                 <xml-property name="description" value="used to indicate whether closed loop function is enabled on this node" />
3081                                         </xml-properties>
3082                                 </xml-element>
3083                                 <xml-element java-attribute="groupNotation" name="group-notation" type="java.lang.String">
3084                                         <xml-properties>
3085                                                 <xml-property name="description" value="Group notation of VNFC" />
3086                                         </xml-properties>
3087                                 </xml-element>
3088                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
3089                                         <xml-properties>
3090                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
3091                                         </xml-properties>
3092                                 </xml-element>
3093                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
3094                         </java-attributes>
3095                         <xml-properties>
3096                                 <xml-property name="indexedProps" value="vnfc-name,prov-status,vnfc-type,vnfc-function-code,ipaddress-v4-oam-vip,in-maint,is-closed-loop-disabled,group-notation" />
3097                                 <xml-property name="container" value="vnfcs" />
3098                                 <xml-property name="namespace" value="network" />
3099                         </xml-properties>
3100                 </java-type>
3101
3102                 <java-type name="L3Networks">
3103                         <xml-root-element name="l3-networks" />
3104                         <java-attributes>
3105                                 <xml-element container-type="java.util.ArrayList" java-attribute="l3Network" name="l3-network" type="inventory.aai.openecomp.org.v8.L3Network" />
3106                         </java-attributes>
3107                 </java-type>
3108
3109                 <java-type name="L3Network">
3110                         <xml-root-element name="l3-network" />
3111                         <java-attributes>
3112                                 <xml-element java-attribute="networkId" name="network-id" required="true" type="java.lang.String" xml-key="true">
3113                                         <xml-properties>
3114                                                 <xml-property name="description" value="Network ID, should be uuid. Unique across A&amp;AI." />
3115                                         </xml-properties>
3116                                 </xml-element>
3117                                 <xml-element java-attribute="networkName" name="network-name" required="true" type="java.lang.String">
3118                                         <xml-properties>
3119                                                 <xml-property name="description" value="Name of the network, governed by some naming convention.." />
3120                                         </xml-properties>
3121                                 </xml-element>
3122                                 <xml-element java-attribute="networkType" name="network-type" type="java.lang.String">
3123                                         <xml-properties>
3124                                                 <xml-property name="description" value="Type of the network - who defines these values?" />
3125                                         </xml-properties>
3126                                 </xml-element>
3127                                 <xml-element java-attribute="networkRole" name="network-role" type="java.lang.String">
3128                                         <xml-properties>
3129                                                 <xml-property name="description" value="Role the network plans - who defines these values?" />
3130                                         </xml-properties>
3131                                 </xml-element>
3132                                 <xml-element java-attribute="networkTechnology" name="network-technology" type="java.lang.String">
3133                                         <xml-properties>
3134                                                 <xml-property name="description" value="Network technology - who defines these values?" />
3135                                         </xml-properties>
3136                                 </xml-element>
3137                                 <xml-element java-attribute="neutronNetworkId" name="neutron-network-id" type="java.lang.String">
3138                                         <xml-properties>
3139                                                 <xml-property name="description" value="Neutron network id of this Interface" />
3140                                         </xml-properties>
3141                                 </xml-element>
3142                                 <xml-element default-value="false" required="true" java-attribute="isBoundToVpn" name="is-bound-to-vpn" type="java.lang.Boolean">
3143                                         <xml-properties>
3144                                                 <xml-property name="defaultValue" value="false"/>
3145                                                 <xml-property name="description" value="Set to true if bound to VPN" />
3146                                         </xml-properties>
3147                                 </xml-element>
3148                                 <xml-element java-attribute="serviceId" name="service-id" type="java.lang.String">
3149                                         <xml-properties>
3150                                                 <xml-property name="description" value="Unique identifier of service from ASDC" />
3151                                         </xml-properties>
3152                                 </xml-element>
3153                                 <xml-element java-attribute="networkRoleInstance" name="network-role-instance" type="java.lang.Long">
3154                                         <xml-properties>
3155                                                 <xml-property name="description" value="network role instance" />
3156                                         </xml-properties>
3157                                 </xml-element>
3158                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
3159                                         <xml-properties>
3160                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
3161                                         </xml-properties>
3162                                 </xml-element>
3163                                 <xml-element java-attribute="orchestrationStatus" name="orchestration-status" type="java.lang.String">
3164                                         <xml-properties>
3165                                                 <xml-property name="description" value="Orchestration status of this VNF, mastered by MSO" />
3166                                         </xml-properties>
3167                                 </xml-element>
3168                                 <xml-element java-attribute="heatStackId" name="heat-stack-id" type="java.lang.String">
3169                                         <xml-properties>
3170                                                 <xml-property name="description" value="Heat stack id corresponding to this instance, managed by MSO" />
3171                                         </xml-properties>
3172                                 </xml-element>
3173                                 <xml-element java-attribute="msoCatalogKey" name="mso-catalog-key" type="java.lang.String">
3174                                         <xml-properties>
3175                                                 <xml-property name="description" value="Corresponds to the SDN-C catalog id used to configure this VCE" />
3176                                         </xml-properties>
3177                                 </xml-element>
3178                                 <xml-element java-attribute="contrailNetworkFqdn" name="contrail-network-fqdn" type="java.lang.String">
3179                                         <xml-properties>
3180                                                 <xml-property name="description" value="Contrail FQDN for the network" />
3181                                         </xml-properties>
3182                                 </xml-element>
3183                                 <xml-element java-attribute="personaModelId" name="persona-model-id" type="java.lang.String">
3184                                         <xml-properties>
3185                                                 <xml-property name="description" value="the ASDC model id for this resource or service model." />
3186                                                 <xml-property name="dbAlias" value="model-invariant-id-local" />
3187                                                 <xml-property name="requires" value="persona-model-version" />
3188                                                 <xml-property name="visibility" value="deployment" />
3189                                         </xml-properties>
3190                                 </xml-element>
3191                                 <xml-element java-attribute="personaModelVersion" name="persona-model-version" type="java.lang.String">
3192                                         <xml-properties>
3193                                                 <xml-property name="description" value="the ASDC model version for this resource or service model." />
3194                                                 <xml-property name="visibility" value="deployment" />
3195                                                 <xml-property name="requires" value="persona-model-id" />
3196                                         </xml-properties>
3197                                 </xml-element>
3198                                 <xml-element java-attribute="modelVersionId" name="model-version-id" type="java.lang.String">
3199                                         <xml-properties>
3200                                                 <xml-property name="description" value="the ASDC model version for this resource or service model." />
3201                                                 <xml-property name="visibility" value="internal" />
3202                                                 <xml-property name="dbAlias" value="model-version-id-local" />
3203                                                 <xml-property name="dataCopy" value="service-design-and-creation/models/model/{persona-model-id}/model-vers?model-version={persona-model-version}#model-version-id" />
3204                                         </xml-properties>
3205                                 </xml-element>
3206                                 <xml-element java-attribute="widgetModelId" name="widget-model-id" type="java.lang.String">
3207                                         <xml-properties>
3208                                                 <xml-property name="description" value="the ASDC data dictionary widget model. This maps directly to the A&amp;AI widget." />
3209                                         </xml-properties>
3210                                 </xml-element>
3211                                 <xml-element java-attribute="widgetModelVersion" name="widget-model-version" type="java.lang.String">
3212                                         <xml-properties>
3213                                                 <xml-property name="description" value="the ASDC data dictionary version of the widget model.This maps directly to the A&amp;AI version of the widget." />
3214                                         </xml-properties>
3215                                 </xml-element>
3216                                 <xml-element java-attribute="physicalNetworkName" name="physical-network-name" type="java.lang.String">
3217                                         <xml-properties>
3218                                                 <xml-property name="description" value="Name associated with the physical network." />
3219                                         </xml-properties>
3220                                 </xml-element>
3221                                 <xml-element java-attribute="isProviderNetwork" name="is-provider-network" required="true" type="java.lang.Boolean">
3222                                         <xml-properties>
3223                                                 <xml-property name="defaultValue" value="false"/>
3224                                                 <xml-property name="description" value="boolean indicatating whether or not network is a provider network." />
3225                                         </xml-properties>
3226                                 </xml-element>
3227                                 <xml-element java-attribute="isSharedNetwork" name="is-shared-network" required="true" type="java.lang.Boolean">
3228                                         <xml-properties>
3229                                                 <xml-property name="defaultValue" value="false"/>
3230                                                 <xml-property name="description" value="boolean indicatating whether or not network is a shared network." />
3231                                         </xml-properties>
3232                                 </xml-element>
3233                                 <xml-element java-attribute="isExternalNetwork" name="is-external-network" required="true" type="java.lang.Boolean">
3234                                         <xml-properties>
3235                                                 <xml-property name="defaultValue" value="false"/>
3236                                                 <xml-property name="description" value="boolean indicatating whether or not network is an external network." />
3237                                         </xml-properties>
3238                                 </xml-element>
3239                                 <xml-element java-attribute="subnets" name="subnets" type="inventory.aai.openecomp.org.v8.Subnets" />
3240                                 <xml-element java-attribute="ctagAssignments" name="ctag-assignments" type="inventory.aai.openecomp.org.v8.CtagAssignments" />
3241                                 <xml-element java-attribute="segmentationAssignments" name="segmentation-assignments" type="inventory.aai.openecomp.org.v8.SegmentationAssignments" />
3242                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" >
3243                                         <xml-properties>
3244                                                 <xml-property name="description" value="Relates to tenant (or is it a child of tenant), complex, service, vpn-binding" />
3245                                         </xml-properties>
3246                                 </xml-element>
3247                         </java-attributes>
3248                         <xml-properties>
3249                                 <xml-property name="description" value="Generic network definition" />
3250                                 <xml-property name="nameProps" value="network-name" />
3251                                 <xml-property name="indexedProps" value="heat-stack-id,network-uuid,service-id,network-id,network-name,persona-model-id,persona-model-version,widget-model-id,widget-model-version,contrail-network-fqdn" />
3252                                 <xml-property name="uniqueProps" value="network-id" />
3253                                 <xml-property name="container" value="l3-networks" />
3254                                 <xml-property name="namespace" value="network" />
3255                         </xml-properties>
3256                 </java-type>
3257                 <java-type name="NetworkPolicies">
3258                         <xml-root-element name="network-policies" />
3259                         <java-attributes>
3260                                 <xml-element container-type="java.util.ArrayList" java-attribute="networkPolicy" name="network-policy" type="inventory.aai.openecomp.org.v8.NetworkPolicy" />
3261                         </java-attributes>
3262                 </java-type>
3263                 <java-type name="NetworkPolicy">
3264                         <xml-root-element name="network-policy" />
3265                         <java-attributes>
3266                                 <xml-element java-attribute="networkPolicyId" name="network-policy-id" required="true" type="java.lang.String" xml-key="true">
3267                                         <xml-properties>
3268                                                 <xml-property name="description" value="UUID representing unique key to this instance" />
3269                                         </xml-properties>
3270                                 </xml-element>
3271                                 <xml-element java-attribute="networkPolicyFqdn" name="network-policy-fqdn" type="java.lang.String">
3272                                         <xml-properties>
3273                                                 <xml-property name="description" value="Contrail FQDN for the policy" />
3274                                         </xml-properties>
3275                                 </xml-element>
3276                                 <xml-element java-attribute="heatStackId" name="heat-stack-id" type="java.lang.String">
3277                                         <xml-properties>
3278                                                 <xml-property name="description" value="ID for the openStack Heat instance" />
3279                                         </xml-properties>
3280                                 </xml-element>
3281                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
3282                                         <xml-properties>
3283                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
3284                                         </xml-properties>
3285                                 </xml-element>
3286                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
3287                         </java-attributes>
3288                         <xml-properties>
3289                                 <xml-property name="nameProps" value="network-policy-fqdn" />
3290                                 <xml-property name="indexedProps" value="network-policy-id,network-policy-fqdn" />
3291                                 <xml-property name="uniqueProps" value="network-policy-id" />
3292                                 <xml-property name="container" value="network-policies" />
3293                                 <xml-property name="namespace" value="network" />
3294                         </xml-properties>
3295                 </java-type>
3296                 <java-type name="CtagAssignments">
3297                         <xml-root-element name="ctag-assignments" />
3298                         <java-attributes>
3299                                 <xml-element container-type="java.util.ArrayList" java-attribute="ctagAssignment" name="ctag-assignment" type="inventory.aai.openecomp.org.v8.CtagAssignment" />
3300                         </java-attributes>
3301                 </java-type>
3302
3303                 <java-type name="CtagAssignment">
3304                         <xml-root-element name="ctag-assignment" />
3305                         <java-attributes>
3306                                 <xml-element java-attribute="vlanIdInner" name="vlan-id-inner" required="true" type="java.lang.Long" xml-key="true">
3307                                         <xml-properties>
3308                                                 <xml-property name="description" value="id." />
3309                                         </xml-properties>
3310                                 </xml-element>
3311                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
3312                                         <xml-properties>
3313                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
3314                                         </xml-properties>
3315                                 </xml-element>
3316                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
3317                         </java-attributes>
3318                         <xml-properties>
3319                                 <xml-property name="indexedProps" value="vlan-id-inner" />
3320                                 <xml-property name="dependentOn" value="l3-network" />
3321                                 <xml-property name="container" value="ctag-assignments" />
3322                         </xml-properties>
3323                 </java-type>
3324
3325                 <java-type name="Subnets">
3326                         <xml-root-element name="subnets" />
3327                         <java-attributes>
3328                                 <xml-element container-type="java.util.ArrayList" java-attribute="subnet" name="subnet" type="inventory.aai.openecomp.org.v8.Subnet" />
3329                         </java-attributes>
3330                 </java-type>
3331
3332                 <java-type name="Subnet">
3333                         <xml-root-element name="subnet" />
3334                         <java-attributes>
3335                                 <xml-element java-attribute="subnetId" name="subnet-id" required="true" type="java.lang.String" xml-key="true">
3336                                         <xml-properties>
3337                                                 <xml-property name="description" value="Subnet ID, should be UUID." />
3338                                         </xml-properties>
3339                                 </xml-element>
3340                                 <xml-element java-attribute="subnetName" name="subnet-name" type="java.lang.String">
3341                                         <xml-properties>
3342                                                 <xml-property name="description" value="Name associated with the subnet." />
3343                                         </xml-properties>
3344                                 </xml-element>
3345                                 <xml-element java-attribute="neutronSubnetId" name="neutron-subnet-id" type="java.lang.String">
3346                                         <xml-properties>
3347                                                 <xml-property name="description" value="Neutron id of this subnet" />
3348                                         </xml-properties>
3349                                 </xml-element>
3350                                 <xml-element java-attribute="gatewayAddress" name="gateway-address" type="java.lang.String">
3351                                         <xml-properties>
3352                                                 <xml-property name="description" value="gateway ip address" />
3353                                         </xml-properties>
3354                                 </xml-element>
3355                                 <xml-element java-attribute="networkStartAddress" name="network-start-address" type="java.lang.String">
3356                                         <xml-properties>
3357                                                 <xml-property name="description" value="network start address" />
3358                                         </xml-properties>
3359                                 </xml-element>
3360                                 <xml-element java-attribute="cidrMask" name="cidr-mask" type="java.lang.String">
3361                                         <xml-properties>
3362                                                 <xml-property name="description" value="cidr mask" />
3363                                         </xml-properties>
3364                                 </xml-element>
3365                                 <xml-element java-attribute="ipVersion" name="ip-version" type="java.lang.String">
3366                                         <xml-properties>
3367                                                 <xml-property name="description" value="ip version" />
3368                                         </xml-properties>
3369                                 </xml-element>
3370                                 <xml-element java-attribute="orchestrationStatus" name="orchestration-status" type="java.lang.String">
3371                                         <xml-properties>
3372                                                 <xml-property name="description" value="Orchestration status of this VNF, mastered by MSO" />
3373                                         </xml-properties>
3374                                 </xml-element>
3375                                 <xml-element default-value="false" required="true" java-attribute="dhcpEnabled" name="dhcp-enabled" type="java.lang.Boolean">
3376                                         <xml-properties>
3377                                                 <xml-property name="defaultValue" value="false"/>
3378                                                 <xml-property name="description" value="dhcp enabled" />
3379                                         </xml-properties>
3380                                 </xml-element>
3381                                 <xml-element java-attribute="dhcpStart" name="dhcp-start" type="java.lang.String">
3382                                         <xml-properties>
3383                                                 <xml-property name="description" value="the start address reserved for use by dhcp" />
3384                                         </xml-properties>
3385                                 </xml-element>
3386                                 <xml-element java-attribute="dhcpEnd" name="dhcp-end" type="java.lang.String">
3387                                         <xml-properties>
3388                                                 <xml-property name="description" value="the last address reserved for use by dhcp" />
3389                                         </xml-properties>
3390                                 </xml-element>
3391                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
3392                                         <xml-properties>
3393                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
3394                                         </xml-properties>
3395                                 </xml-element>
3396                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
3397                         </java-attributes>
3398                         <xml-properties>
3399                                 <xml-property name="indexedProps" value="subnet-id,subnet-name" />
3400                                 <xml-property name="nameProps" value="subnet-name" />
3401                                 <xml-property name="uniqueProps" value="subnet-id" />
3402                                 <xml-property name="dependentOn" value="l3-network" />
3403                                 <xml-property name="container" value="subnets" />
3404                         </xml-properties>
3405                 </java-type>
3406
3407                 <java-type name="GenericVnfs">
3408                         <xml-properties>
3409                                 <xml-property name="description" value="Collection of VNFs" />
3410                         </xml-properties>
3411                         <xml-root-element name="generic-vnfs" />
3412                         <java-attributes>
3413                                 <xml-element container-type="java.util.ArrayList" java-attribute="genericVnf" name="generic-vnf" type="inventory.aai.openecomp.org.v8.GenericVnf" />
3414                         </java-attributes>
3415                 </java-type>
3416
3417                 <java-type name="GenericVnf">
3418                         <xml-root-element name="generic-vnf" />
3419                         <java-attributes>
3420                                 <xml-element java-attribute="vnfId" name="vnf-id" required="true" type="java.lang.String" xml-key="true">
3421                                         <xml-properties>
3422                                                 <xml-property name="description" value="Unique id of VNF.  This is unique across the graph." />
3423                                         </xml-properties>
3424                                 </xml-element>
3425                                 <xml-element java-attribute="vnfName" name="vnf-name" required="true" type="java.lang.String">
3426                                         <xml-properties>
3427                                                 <xml-property name="description" value="Name of VNF." />
3428                                         </xml-properties>
3429                                 </xml-element>
3430                                 <xml-element java-attribute="vnfName2" name="vnf-name2" type="java.lang.String">
3431                                         <xml-properties>
3432                                                 <xml-property name="description" value="Alternate name of VNF." />
3433                                         </xml-properties>
3434                                 </xml-element>
3435                                 <xml-element java-attribute="vnfType" name="vnf-type" required="true" type="java.lang.String">
3436                                         <xml-properties>
3437                                                 <xml-property name="description" value="String capturing type of vnf, that was intended to identify the ASDC resource.  This field has been overloaded and clients should expect changes                  to occur in the future to this field as ASDC matures." />
3438                                         </xml-properties>
3439                                 </xml-element>
3440                                 <xml-element java-attribute="serviceId" name="service-id" type="java.lang.String">
3441                                         <xml-properties>
3442                                                 <xml-property name="description" value="Unique identifier of service from ASDC" />
3443                                         </xml-properties>
3444                                 </xml-element>
3445                                 <xml-element java-attribute="regionalResourceZone" name="regional-resource-zone" type="java.lang.String">
3446                                         <xml-properties>
3447                                                 <xml-property name="description" value="Regional way of organizing pservers, source of truth should define values" />
3448                                         </xml-properties>
3449                                 </xml-element>
3450                                 <xml-element java-attribute="provStatus" name="prov-status" type="java.lang.String">
3451                                         <xml-properties>
3452                                                 <xml-property name="description" value="Trigger for operational monitoring of this resource by Service Assurance systems." />
3453                                         </xml-properties>
3454                                 </xml-element>
3455                                 <xml-element java-attribute="operationalState" name="operational-state" type="java.lang.String">
3456                                         <xml-properties>
3457                                                 <xml-property name="description" value="Indicator for whether the resource is considered operational" />
3458                                                 <xml-property name="dbAlias" value="operational-status" />
3459                                         </xml-properties>
3460                                 </xml-element>
3461                                 <xml-element java-attribute="licenseKey" name="license-key" type="java.lang.String">
3462                                         <xml-properties>
3463                                                 <xml-property name="description" value="License key" />
3464                                         </xml-properties>
3465                                 </xml-element>
3466                                 <xml-element java-attribute="equipmentRole" name="equipment-role" type="java.lang.String">
3467                                         <xml-properties>
3468                                                 <xml-property name="description" value="Client should send valid enumerated value" />
3469                                         </xml-properties>
3470                                 </xml-element>
3471                                 <xml-element java-attribute="orchestrationStatus" name="orchestration-status" type="java.lang.String">
3472                                         <xml-properties>
3473                                                 <xml-property name="description" value="Orchestration status of this VNF, used by MSO." />
3474                                         </xml-properties>
3475                                 </xml-element>
3476                                 <xml-element java-attribute="heatStackId" name="heat-stack-id" type="java.lang.String">
3477                                         <xml-properties>
3478                                                 <xml-property name="description" value="Heat stack id corresponding to this instance, managed by MSO" />
3479                                         </xml-properties>
3480                                 </xml-element>
3481                                 <xml-element java-attribute="msoCatalogKey" name="mso-catalog-key" type="java.lang.String">
3482                                         <xml-properties>
3483                                                 <xml-property name="description" value="Corresponds to the SDN-C catalog id used to configure this VCE" />
3484                                         </xml-properties>
3485                                 </xml-element>
3486                                 <xml-element java-attribute="managementOption" name="management-option" type="java.lang.String">
3487                                         <xml-properties>
3488                                                 <xml-property name="description" value="identifier of managed by company or customer" />
3489                                         </xml-properties>
3490                                 </xml-element>
3491                                 <xml-element java-attribute="ipv4OamAddress" name="ipv4-oam-address" type="java.lang.String">
3492                                         <xml-properties>
3493                                                 <xml-property name="description" value="Address tail-f uses to configure generic-vnf, also used for troubleshooting and is IP used for traps generated by generic-vnf." />
3494                                         </xml-properties>
3495                                 </xml-element>
3496                                 <xml-element java-attribute="ipv4Loopback0Address" name="ipv4-loopback0-address" type="java.lang.String">
3497                                         <xml-properties>
3498                                                 <xml-property name="description" value="v4 Loopback0 address" />
3499                                         </xml-properties>
3500                                 </xml-element>
3501                                 <xml-element java-attribute="nmLanV6Address" name="nm-lan-v6-address" type="java.lang.String">
3502                                         <xml-properties>
3503                                                 <xml-property name="description" value="v6 Loopback address" />
3504                                         </xml-properties>
3505                                 </xml-element>
3506                                 <xml-element java-attribute="managementV6Address" name="management-v6-address" type="java.lang.String">
3507                                         <xml-properties>
3508                                                 <xml-property name="description" value="v6 management address" />
3509                                         </xml-properties>
3510                                 </xml-element>
3511                                 <xml-element java-attribute="vcpu" name="vcpu" type="java.lang.Long">
3512                                         <xml-properties>
3513                                                 <xml-property name="description" value="number of vcpus ordered for this instance of VNF, used for VNFs with no vservers/flavors" />
3514                                         </xml-properties>
3515                                 </xml-element>
3516                                 <xml-element java-attribute="vcpuUnits" name="vcpu-units" type="java.lang.String">
3517                                         <xml-properties>
3518                                                 <xml-property name="description" value="units associated with vcpu, used for VNFs with no vservers/flavors" />
3519                                         </xml-properties>
3520                                 </xml-element>
3521                                 <xml-element java-attribute="vmemory" name="vmemory" type="java.lang.Long">
3522                                         <xml-properties>
3523                                                 <xml-property name="description" value="number of GB of memory ordered for this instance of VNF, used for VNFs with no vservers/flavors" />
3524                                         </xml-properties>
3525                                 </xml-element>
3526                                 <xml-element java-attribute="vmemoryUnits" name="vmemory-units" type="java.lang.String">
3527                                         <xml-properties>
3528                                                 <xml-property name="description" value="units associated with vmemory, used for VNFs with no vservers/flavors" />
3529                                         </xml-properties>
3530                                 </xml-element>
3531                                 <xml-element java-attribute="vdisk" name="vdisk" type="java.lang.Long">
3532                                         <xml-properties>
3533                                                 <xml-property name="description" value="number of vdisks ordered for this instance of VNF, used for VNFs with no vservers/flavors" />
3534                                         </xml-properties>
3535                                 </xml-element>
3536                                 <xml-element java-attribute="vdiskUnits" name="vdisk-units" type="java.lang.String">
3537                                         <xml-properties>
3538                                                 <xml-property name="description" value="units associated with vdisk, used for VNFs with no vservers/flavors" />
3539                                         </xml-properties>
3540                                 </xml-element>
3541                                 <xml-element default-value="false" required="true" java-attribute="inMaint" name="in-maint" type="java.lang.Boolean">
3542                                         <xml-properties>
3543                                                 <xml-property name="defaultValue" value="false"/>
3544                                                 <xml-property name="description" value="used to indicate whether or not this object is in maintenance mode (maintenance mode = true). This field (in conjunction with prov-status) is used to suppress alarms and vSCL on VNFs/VMs." />
3545                                         </xml-properties>
3546                                 </xml-element>
3547                                 <xml-element default-value="false" required="true" java-attribute="isClosedLoopDisabled" name="is-closed-loop-disabled" type="java.lang.Boolean">
3548                                         <xml-properties>
3549                                                 <xml-property name="defaultValue" value="false"/>
3550                                                 <xml-property name="description" value="used to indicate whether closed loop function is enabled on this node" />
3551                                         </xml-properties>
3552                                 </xml-element>
3553                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
3554                                         <xml-properties>
3555                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
3556                                         </xml-properties>
3557                                 </xml-element>
3558                                 <xml-element java-attribute="summaryStatus" name="summary-status" type="java.lang.String">
3559                                         <xml-properties>
3560                                                 <xml-property name="description" value="details regarding the generic-vnf operation" />
3561                                         </xml-properties>
3562                                 </xml-element>
3563                                 <xml-element java-attribute="encryptedAccessFlag" name="encrypted-access-flag" type="java.lang.Boolean">
3564                                         <xml-properties>
3565                                                 <xml-property name="description" value="indicates whether generic-vnf access uses SSH" />
3566                                         </xml-properties>
3567                                 </xml-element>
3568                                 <xml-element java-attribute="personaModelId" name="persona-model-id" type="java.lang.String">
3569                                         <xml-properties>
3570                                                 <xml-property name="description" value="the ASDC model id for this resource or service model." />
3571                                                 <xml-property name="dbAlias" value="model-invariant-id-local" />
3572                                                 <xml-property name="requires" value="persona-model-version" />
3573                                                 <xml-property name="visibility" value="deployment" />
3574                                         </xml-properties>
3575                                 </xml-element>
3576                                 <xml-element java-attribute="personaModelVersion" name="persona-model-version" type="java.lang.String">
3577                                         <xml-properties>
3578                                                 <xml-property name="description" value="the ASDC model version for this resource or service model." />
3579                                                 <xml-property name="visibility" value="deployment" />
3580                                                 <xml-property name="requires" value="persona-model-id" />
3581                                         </xml-properties>
3582                                 </xml-element>
3583                                 <xml-element java-attribute="modelVersionId" name="model-version-id" type="java.lang.String">
3584                                         <xml-properties>
3585                                                 <xml-property name="description" value="the ASDC model version for this resource or service model." />
3586                                                 <xml-property name="visibility" value="internal" />
3587                                                 <xml-property name="dbAlias" value="model-version-id-local" />
3588                                                 <xml-property name="dataCopy" value="service-design-and-creation/models/model/{persona-model-id}/model-vers?model-version={persona-model-version}#model-version-id" />
3589                                         </xml-properties>
3590                                 </xml-element>
3591                                 <xml-element java-attribute="widgetModelId" name="widget-model-id" type="java.lang.String">
3592                                         <xml-properties>
3593                                                 <xml-property name="description" value="the ASDC data dictionary widget model. This maps directly to the A&amp;AI widget." />
3594                                         </xml-properties>
3595                                 </xml-element>
3596                                 <xml-element java-attribute="widgetModelVersion" name="widget-model-version" type="java.lang.String">
3597                                         <xml-properties>
3598                                                 <xml-property name="description" value="the ASDC data dictionary version of the widget model.This maps directly to the A&amp;AI version of the widget." />
3599                                         </xml-properties>
3600                                 </xml-element>
3601                                 <xml-element java-attribute="asNumber" name="as-number" type="java.lang.String">
3602                                         <xml-properties>
3603                                                 <xml-property name="description" value="as-number of the VNF" />
3604                                         </xml-properties>
3605                                 </xml-element>
3606                                 <xml-element java-attribute="regionalResourceSubzone" name="regional-resource-subzone" type="java.lang.String">
3607                                         <xml-properties>
3608                                                 <xml-property name="description" value="represents sub zone of the rr plane" />
3609                                         </xml-properties>
3610                                 </xml-element>
3611                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
3612                                 <xml-element java-attribute="lInterfaces" name="l-interfaces" type="inventory.aai.openecomp.org.v8.LInterfaces" />
3613                                 <xml-element java-attribute="lagInterfaces" name="lag-interfaces" type="inventory.aai.openecomp.org.v8.LagInterfaces" />
3614                                 <xml-element java-attribute="vfModules" name="vf-modules" type="inventory.aai.openecomp.org.v8.VfModules" />
3615                         </java-attributes>
3616                         <xml-properties>
3617                                 <xml-property name="description" value="General purpose VNF" />
3618                                 <xml-property name="nameProps" value="vnf-name" />
3619                                 <xml-property name="indexedProps" value="is-closed-loop-disabled,vnf-name2,vnf-type,heat-stack-id,in-maint,vnf-name,vnf-id,regional-resource-zone,prov-status,service-id,persona-model-id,persona-model-version,widget-model-id,widget-model-version" />
3620                                 <xml-property name="searchable" value="vnf-id,vnf-name,vnf-name2" />
3621                                 <xml-property name="uniqueProps" value="vnf-id" />
3622                                 <xml-property name="container" value="generic-vnfs" />
3623                                 <xml-property name="namespace" value="network" />
3624                                 <xml-property name="extends" value="vnf" />
3625                         </xml-properties>
3626                 </java-type>
3627
3628                 <java-type name="VfModules">
3629                         <xml-properties>
3630                                 <xml-property name="description" value="Collection of vf-modules, a deployment unit of VNFCs" />
3631                         </xml-properties>
3632                         <xml-root-element name="vf-modules" />
3633                         <java-attributes>
3634                                 <xml-element container-type="java.util.ArrayList" java-attribute="vfModule" name="vf-module" type="inventory.aai.openecomp.org.v8.VfModule" />
3635                         </java-attributes>
3636                 </java-type>
3637
3638                 <java-type name="VfModule">
3639                         <xml-root-element name="vf-module" />
3640                         <java-attributes>
3641                                 <xml-element java-attribute="vfModuleId" name="vf-module-id" required="true" type="java.lang.String" xml-key="true">
3642                                         <xml-properties>
3643                                                 <xml-property name="description" value="Unique ID of vf-module." />
3644                                         </xml-properties>
3645                                 </xml-element>
3646                                 <xml-element java-attribute="vfModuleName" name="vf-module-name" type="java.lang.String">
3647                                         <xml-properties>
3648                                                 <xml-property name="description" value="Name of vf-module" />
3649                                         </xml-properties>
3650                                 </xml-element>
3651                                 <xml-element java-attribute="heatStackId" name="heat-stack-id" type="java.lang.String">
3652                                         <xml-properties>
3653                                                 <xml-property name="description" value="Heat stack id corresponding to this instance." />
3654                                         </xml-properties>
3655                                 </xml-element>
3656                                 <xml-element java-attribute="orchestrationStatus" name="orchestration-status" type="java.lang.String">
3657                                         <xml-properties>
3658                                                 <xml-property name="description" value="orchestration status of this vf-module, mastered by MSO" />
3659                                         </xml-properties>
3660                                 </xml-element>
3661                                 <xml-element default-value="false" required="true" java-attribute="isBaseVfModule" name="is-base-vf-module" type="java.lang.Boolean">
3662                                         <xml-properties>
3663                                                 <xml-property name="defaultValue" value="false"/>
3664                                                 <xml-property name="description" value="used to indicate whether or not this object is base vf module" />
3665                                         </xml-properties>
3666                                 </xml-element>
3667                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
3668                                         <xml-properties>
3669                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
3670                                         </xml-properties>
3671                                 </xml-element>
3672                                 <xml-element java-attribute="personaModelId" name="persona-model-id" type="java.lang.String">
3673                                         <xml-properties>
3674                                                 <xml-property name="description" value="the ASDC model id for this resource or service model." />
3675                                                 <xml-property name="dbAlias" value="model-invariant-id-local" />
3676                                                 <xml-property name="requires" value="persona-model-version" />
3677                                                 <xml-property name="visibility" value="deployment" />
3678                                         </xml-properties>
3679                                 </xml-element>
3680                                 <xml-element java-attribute="personaModelVersion" name="persona-model-version" type="java.lang.String">
3681                                         <xml-properties>
3682                                                 <xml-property name="description" value="the ASDC model version for this resource or service model." />
3683                                                 <xml-property name="visibility" value="deployment" />
3684                                                 <xml-property name="requires" value="persona-model-id" />
3685                                         </xml-properties>
3686                                 </xml-element>
3687                                 <xml-element java-attribute="modelVersionId" name="model-version-id" type="java.lang.String">
3688                                         <xml-properties>
3689                                                 <xml-property name="description" value="the ASDC model version for this resource or service model." />
3690                                                 <xml-property name="visibility" value="internal" />
3691                                                 <xml-property name="dbAlias" value="model-version-id-local" />
3692                                                 <xml-property name="dataCopy" value="service-design-and-creation/models/model/{persona-model-id}/model-vers?model-version={persona-model-version}#model-version-id" />
3693                                         </xml-properties>
3694                                 </xml-element>
3695                                 <xml-element java-attribute="widgetModelId" name="widget-model-id" type="java.lang.String">
3696                                         <xml-properties>
3697                                                 <xml-property name="description" value="the ASDC data dictionary widget model. This maps directly to the A&amp;AI widget." />
3698                                         </xml-properties>
3699                                 </xml-element>
3700                                 <xml-element java-attribute="widgetModelVersion" name="widget-model-version" type="java.lang.String">
3701                                         <xml-properties>
3702                                                 <xml-property name="description" value="the ASDC data dictionary version of the widget model.This maps directly to the A&amp;AI version of the widget." />
3703                                         </xml-properties>
3704                                 </xml-element>
3705                                 <xml-element java-attribute="contrailServiceInstanceFqdn" name="contrail-service-instance-fqdn" type="java.lang.String">
3706                                         <xml-properties>
3707                                                 <xml-property name="description" value="the Contrail unique ID for a service-instance" />
3708                                         </xml-properties>
3709                                 </xml-element>
3710                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
3711                         </java-attributes>
3712                         <xml-properties>
3713                                 <xml-property name="description" value="a deployment unit of VNFCs" />
3714                                 <xml-property name="indexedProps" value="vf-module-id,vf-module-name,heat-stack-id,persona-model-id,persona-model-version,widget-model-id,widget-model-version,contrail-service-instance-fqdn" />
3715                                 <xml-property name="dependentOn" value="generic-vnf" />
3716                                 <xml-property name="container" value="vf-modules" />
3717                         </xml-properties>
3718                 </java-type>
3719
3720
3721                 <java-type name="LagLinks">
3722                         <xml-properties>
3723                                 <xml-property name="description" value="Collection of link aggregation connections" />
3724                         </xml-properties>
3725                         <xml-root-element name="lag-links" />
3726                         <java-attributes>
3727                                 <xml-element container-type="java.util.ArrayList" java-attribute="lagLink" name="lag-link" type="inventory.aai.openecomp.org.v8.LagLink" />
3728                         </java-attributes>
3729                 </java-type>
3730
3731                 <java-type name="LagLink">
3732                         <xml-root-element name="lag-link" />
3733                         <java-attributes>
3734                                 <xml-element java-attribute="linkName" name="link-name" required="true" type="java.lang.String" xml-key="true">
3735                                         <xml-properties>
3736                                                 <xml-property name="description" value="Alphabetical concatenation of lag-interface names" />
3737                                         </xml-properties>
3738                                 </xml-element>
3739                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
3740                                         <xml-properties>
3741                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
3742                                         </xml-properties>
3743                                 </xml-element>
3744                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
3745                         </java-attributes>
3746                         <xml-properties>
3747                                 <xml-property name="description" value="LAG links can connect lag-interfaces" />
3748                                 <xml-property name="indexedProps" value="link-name" />
3749                                 <xml-property name="container" value="lag-links" />
3750                                 <xml-property name="namespace" value="network" />
3751                         </xml-properties>
3752                 </java-type>
3753
3754                 <java-type name="Newvces">
3755                         <xml-properties>
3756                                 <xml-property name="description" value="This object fills in the gaps from vce that were incorporated into generic-vnf.  This object will be retired with vce." />
3757                         </xml-properties>
3758                         <xml-root-element name="newvces" />
3759                         <java-attributes>
3760                                 <xml-element container-type="java.util.ArrayList" java-attribute="newvce" name="newvce" type="inventory.aai.openecomp.org.v8.Newvce" />
3761                         </java-attributes>
3762                 </java-type>
3763
3764                 <java-type name="Newvce">
3765                         <xml-root-element name="newvce" />
3766                         <java-attributes>
3767                                 <xml-element java-attribute="vnfId2" name="vnf-id2" required="true" type="java.lang.String" xml-key="true">
3768                                         <xml-properties>
3769                                                 <xml-property name="description" value="Unique id of VNF, can't use same attribute name right now until we promote this new object" />
3770                                         </xml-properties>
3771                                 </xml-element>
3772                                 <xml-element java-attribute="vnfName" name="vnf-name" required="true" type="java.lang.String">
3773                                         <xml-properties>
3774                                                 <xml-property name="description" value="Name of VNF." />
3775                                         </xml-properties>
3776                                 </xml-element>
3777                                 <xml-element java-attribute="vnfName2" name="vnf-name2" type="java.lang.String">
3778                                         <xml-properties>
3779                                                 <xml-property name="description" value="Alternate name of VNF." />
3780                                         </xml-properties>
3781                                 </xml-element>
3782                                 <xml-element java-attribute="vnfType" name="vnf-type" required="true" type="java.lang.String">
3783                                         <xml-properties>
3784                                                 <xml-property name="description" value="String capturing type of vnf, that was intended to identify the ASDC resource.  This field has been overloaded and clients should expect changes                  to occur in the future to this field as ASDC matures." />
3785                                         </xml-properties>
3786                                 </xml-element>
3787                                 <xml-element java-attribute="provStatus" name="prov-status" type="java.lang.String">
3788                                         <xml-properties>
3789                                                 <xml-property name="description" value="Trigger for operational monitoring of this VNF by BAU Service Assurance systems." />
3790                                         </xml-properties>
3791                                 </xml-element>
3792                                 <xml-element java-attribute="operationalState" name="operational-state" type="java.lang.String">
3793                                         <xml-properties>
3794                                                 <xml-property name="description" value="Indicator for whether the resource is considered operational" />
3795                                                 <xml-property name="dbAlias" value="operational-status" />
3796                                         </xml-properties>
3797                                 </xml-element>
3798                                 <xml-element java-attribute="licenseKey" name="license-key" type="java.lang.String">
3799                                         <xml-properties>
3800                                                 <xml-property name="description" value="License key" />
3801                                         </xml-properties>
3802                                 </xml-element>
3803                                 <xml-element java-attribute="ipv4OamAddress" name="ipv4-oam-address" type="java.lang.String">
3804                                         <xml-properties>
3805                                                 <xml-property name="description" value="Address tail-f uses to configure vpe, also used for troubleshooting and is IP used for traps generated by VPE (v4-loopback0-ip-address)." />
3806                                         </xml-properties>
3807                                 </xml-element>
3808                                 <xml-element java-attribute="equipmentRole" name="equipment-role" type="java.lang.String">
3809                                         <xml-properties>
3810                                                 <xml-property name="description" value="Client should send valid enumerated value, e.g., VPE." />
3811                                         </xml-properties>
3812                                 </xml-element>
3813                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
3814                                         <xml-properties>
3815                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
3816                                         </xml-properties>
3817                                 </xml-element>
3818                                 <xml-element java-attribute="ipv4Loopback0Address" name="ipv4-loopback0-address" type="java.lang.String">
3819                                         <xml-properties>
3820                                                 <xml-property name="description" value="v4 Loopback0 address" />
3821                                         </xml-properties>
3822                                 </xml-element>
3823                                 <xml-element java-attribute="orchestrationStatus" name="orchestration-status" type="java.lang.String">
3824                                         <xml-properties>
3825                                                 <xml-property name="description" value="Orchestration status of this VNF, mastered by MSO." />
3826                                         </xml-properties>
3827                                 </xml-element>
3828                                 <xml-element java-attribute="heatStackId" name="heat-stack-id" type="java.lang.String">
3829                                         <xml-properties>
3830                                                 <xml-property name="description" value="Heat stack id corresponding to this instance, managed by MSO" />
3831                                         </xml-properties>
3832                                 </xml-element>
3833                                 <xml-element java-attribute="msoCatalogKey" name="mso-catalog-key" type="java.lang.String">
3834                                         <xml-properties>
3835                                                 <xml-property name="description" value="Corresponds to the SDN-C catalog id used to configure this VCE" />
3836                                         </xml-properties>
3837                                 </xml-element>
3838                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
3839                                 <xml-element java-attribute="lInterfaces" name="l-interfaces" type="inventory.aai.openecomp.org.v8.LInterfaces" />
3840                         </java-attributes>
3841                         <xml-properties>
3842                                 <xml-property name="description" value="This object fills in the gaps from vce that were incorporated into generic-vnf.  This object will be retired with vce." />
3843                                 <xml-property name="nameProps" value="vnf-name" />
3844                                 <xml-property name="indexedProps" value="vnf-name,vnf-name2,vnf-type,heat-stack-id,prov-status,vnf-id2" />
3845                                 <xml-property name="searchable" value="vnf-id2,vnf-name,vnf-name2" />
3846                                 <xml-property name="uniqueProps" value="vnf-id2" />
3847                                 <xml-property name="container" value="newvces" />
3848                                 <xml-property name="namespace" value="network" />
3849                         </xml-properties>
3850                 </java-type>
3851
3852                 <java-type name="Pnfs">
3853                         <xml-properties>
3854                                 <xml-property name="description" value="Collection of Physical Network Functions." />
3855                         </xml-properties>
3856                         <xml-root-element name="pnfs" />
3857                         <java-attributes>
3858                                 <xml-element container-type="java.util.ArrayList" java-attribute="pnf" name="pnf" type="inventory.aai.openecomp.org.v8.Pnf" />
3859                         </java-attributes>
3860                 </java-type>
3861
3862                 <java-type name="Pnf">
3863                         <xml-root-element name="pnf" />
3864                         <java-attributes>
3865                                 <xml-element java-attribute="pnfName" name="pnf-name" required="true" type="java.lang.String" xml-key="true">
3866                                         <xml-properties>
3867                                                 <xml-property name="description" value="unique name of Physical Network Function." />
3868                                         </xml-properties>
3869                                 </xml-element>
3870                                 <xml-element java-attribute="pnfName2" name="pnf-name2" type="java.lang.String">
3871                                         <xml-properties>
3872                                                 <xml-property name="description" value="name of Physical Network Function." />
3873                                         </xml-properties>
3874                                 </xml-element>
3875                                 <xml-element java-attribute="pnfName2Source" name="pnf-name2-source" type="java.lang.String">
3876                                         <xml-properties>
3877                                                 <xml-property name="description" value="source of name2" />
3878                                         </xml-properties>
3879                                 </xml-element>
3880                                 <xml-element java-attribute="pnfId" name="pnf-id" type="java.lang.String">
3881                                         <xml-properties>
3882                                                 <xml-property name="description" value="id of pnf" />
3883                                         </xml-properties>
3884                                 </xml-element>
3885                                 <xml-element java-attribute="equipType" name="equip-type" type="java.lang.String">
3886                                         <xml-properties>
3887                                                 <xml-property name="description" value="Equipment type.  Source of truth should define valid values." />
3888                                         </xml-properties>
3889                                 </xml-element>
3890                                 <xml-element java-attribute="equipVendor" name="equip-vendor" type="java.lang.String">
3891                                         <xml-properties>
3892                                                 <xml-property name="description" value="Equipment vendor.  Source of truth should define valid values." />
3893                                         </xml-properties>
3894                                 </xml-element>
3895                                 <xml-element java-attribute="equipModel" name="equip-model" type="java.lang.String">
3896                                         <xml-properties>
3897                                                 <xml-property name="description" value="Equipment model.  Source of truth should define valid values." />
3898                                         </xml-properties>
3899                                 </xml-element>
3900                                 <xml-element java-attribute="managementOption" name="management-option" type="java.lang.String">
3901                                         <xml-properties>
3902                                                 <xml-property name="description" value="identifier of managed by company or customer" />
3903                                         </xml-properties>
3904                                 </xml-element>
3905                                 <xml-element java-attribute="ipaddressV4Oam" name="ipaddress-v4-oam" type="java.lang.String">
3906                                         <xml-properties>
3907                                                 <xml-property name="description" value="ipv4-oam-address with new naming convention for IP addresses" />
3908                                         </xml-properties>
3909                                 </xml-element>
3910                                 <xml-element java-attribute="swVersion" name="sw-version" type="java.lang.String">
3911                                         <xml-properties>
3912                                                 <xml-property name="description" value="sw-version is the version of SW for the hosted application on the PNF." />
3913                                         </xml-properties>
3914                                 </xml-element>
3915                                 <xml-element java-attribute="orchestrationStatus" name="orchestration-status" type="java.lang.String">
3916                                         <xml-properties>
3917                                                 <xml-property name="description" value="orchestration-status is the status of orchestration on the PNF." />
3918                                         </xml-properties>
3919                                 </xml-element>
3920                                 <xml-element default-value="false" required="true" java-attribute="inMaint" name="in-maint" type="java.lang.Boolean">
3921                                         <xml-properties>
3922                                                 <xml-property name="defaultValue" value="false"/>
3923                                                 <xml-property name="description" value="Used to indicate whether or not this object is in maintenance mode (maintenance mode = true). This field (in conjunction with prov-status) is used to suppress alarms and vSCL on VNFs/VMs." />
3924                                         </xml-properties>
3925                                 </xml-element>
3926                                 <xml-element java-attribute="frameId" name="frame-id" type="java.lang.String">
3927                                         <xml-properties>
3928                                                 <xml-property name="description" value="ID of the physical frame (relay rack) where pnf is installed." />
3929                                         </xml-properties>
3930                                 </xml-element>
3931                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
3932                                         <xml-properties>
3933                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
3934                                         </xml-properties>
3935                                 </xml-element>
3936                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
3937                                 <xml-element java-attribute="pInterfaces" name="p-interfaces" type="inventory.aai.openecomp.org.v8.PInterfaces" />
3938                                 <xml-element java-attribute="lagInterfaces" name="lag-interfaces" type="inventory.aai.openecomp.org.v8.LagInterfaces" />
3939                         </java-attributes>
3940                         <xml-properties>
3941                                 <xml-property name="description" value="PNF represents a physical network function. typically equipment used in the D1 world." />
3942                                 <xml-property name="indexedProps" value="pnf-name,orchestration-status" />
3943                                 <xml-property name="uniqueProps" value="pnf-name" />
3944                                 <xml-property name="container" value="pnfs" />
3945                                 <xml-property name="namespace" value="network" />
3946                         </xml-properties>
3947                 </java-type>
3948
3949                 <java-type name="PhysicalLinks">
3950                         <xml-properties>
3951                                 <xml-property name="description" value="Collection of physical connections, typically between p-interfaces" />
3952                         </xml-properties>
3953                         <xml-root-element name="physical-links" />
3954                         <java-attributes>
3955                                 <xml-element container-type="java.util.ArrayList" java-attribute="physicalLink" name="physical-link" type="inventory.aai.openecomp.org.v8.PhysicalLink" />
3956                         </java-attributes>
3957                 </java-type>
3958
3959                 <java-type name="PhysicalLink">
3960                         <xml-root-element name="physical-link" />
3961                         <java-attributes>
3962                                 <xml-element java-attribute="linkName" name="link-name" required="true" type="java.lang.String" xml-key="true">
3963                                         <xml-properties>
3964                                                 <xml-property name="description" value="e.g., hostnameA_p-connection_nameA_hostnameZ+p_connection-nameZ" />
3965                                         </xml-properties>
3966                                 </xml-element>
3967                                 <xml-element java-attribute="speedValue" name="speed-value" type="java.lang.String">
3968                                         <xml-properties>
3969                                                 <xml-property name="description" value="Captures the numeric part of the speed" />
3970                                         </xml-properties>
3971                                 </xml-element>
3972                                 <xml-element java-attribute="speedUnits" name="speed-units" type="java.lang.String">
3973                                         <xml-properties>
3974                                                 <xml-property name="description" value="Captures the units corresponding to the speed" />
3975                                         </xml-properties>
3976                                 </xml-element>
3977                                 <xml-element java-attribute="circuitId" name="circuit-id" type="java.lang.String">
3978                                         <xml-properties>
3979                                                 <xml-property name="description" value="Circuit it" />
3980                                         </xml-properties>
3981                                 </xml-element>
3982                                 <xml-element java-attribute="dualMode" name="dual-mode" type="java.lang.String">
3983                                         <xml-properties>
3984                                                 <xml-property name="description" value="Dual access mode (e.g., primary, secondary" />
3985                                         </xml-properties>
3986                                 </xml-element>
3987                                 <xml-element java-attribute="managementOption" name="management-option" type="java.lang.String">
3988                                         <xml-properties>
3989                                                 <xml-property name="description" value="To provide information on who manages this circuit. A&amp;AI or 3rd party transport provider" />
3990                                         </xml-properties>
3991                                 </xml-element>
3992                                 <xml-element java-attribute="serviceProviderName" name="service-provider-name" type="java.lang.String">
3993                                         <xml-properties>
3994                                                 <xml-property name="description" value="Name of the service Provider on this link." />
3995                                         </xml-properties>
3996                                 </xml-element>
3997                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
3998                                         <xml-properties>
3999                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
4000                                         </xml-properties>
4001                                 </xml-element>
4002                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
4003                         </java-attributes>
4004                         <xml-properties>
4005                                 <xml-property name="description" value="Collection of physical connections, typically between p-interfaces" />
4006                                 <xml-property name="indexedProps" value="circuit-id,link-name" />
4007                                 <xml-property name="alternateKeys1" value="circuit-id" />
4008                                 <xml-property name="container" value="physical-links" />
4009                                 <xml-property name="namespace" value="network" />
4010                         </xml-properties>
4011                 </java-type>
4012
4013                 <java-type name="VigServers">
4014                         <xml-root-element name="vig-servers" />
4015                         <java-attributes>
4016                                 <xml-element container-type="java.util.ArrayList" java-attribute="vigServer" name="vig-server" type="inventory.aai.openecomp.org.v8.VigServer" />
4017                         </java-attributes>
4018                 </java-type>
4019
4020                 <java-type name="VigServer">
4021                         <xml-root-element name="vig-server" />
4022                         <java-attributes>
4023                                 <xml-element java-attribute="vigAddressType" name="vig-address-type" required="true" type="java.lang.String" xml-key="true">
4024                                         <xml-properties>
4025                                                 <xml-property name="description" value="indicates whether the VIG is for AVPN or INTERNET" />
4026                                         </xml-properties>
4027                                 </xml-element>
4028                                 <xml-element container-type="java.util.ArrayList" java-attribute="ipaddressV4Vig" name="ipaddress-v4-vig" type="java.lang.String">
4029                                         <xml-properties>
4030                                                 <xml-property name="description" value="v4 IP of the vig server" />
4031                                         </xml-properties>
4032                                 </xml-element>
4033                                 <xml-element container-type="java.util.ArrayList" java-attribute="ipaddressV6Vig" name="ipaddress-v6-vig" type="java.lang.String">
4034                                         <xml-properties>
4035                                                 <xml-property name="description" value="v6 IP of the vig server" />
4036                                         </xml-properties>
4037                                 </xml-element>
4038                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
4039                                         <xml-properties>
4040                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
4041                                         </xml-properties>
4042                                 </xml-element>
4043                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
4044                         </java-attributes>
4045                         <xml-properties>
4046                                 <xml-property name="description" value="vig-server contains information about a vig server used for IPSec-configuration. Populated by SDN-C from 1607" />
4047                                 <xml-property name="indexedProps" value="vig-address-type" />
4048                                 <xml-property name="dependentOn" value="ipsec-configuration" />
4049                                 <xml-property name="container" value="vig-servers" />
4050                         </xml-properties>
4051                 </java-type>
4052
4053                 <java-type name="IpsecConfigurations">
4054                         <xml-root-element name="ipsec-configurations" />
4055                         <java-attributes>
4056                                 <xml-element container-type="java.util.ArrayList" java-attribute="ipsecConfiguration" name="ipsec-configuration" type="inventory.aai.openecomp.org.v8.IpsecConfiguration" />
4057                         </java-attributes>
4058                 </java-type>
4059
4060                 <java-type name="IpsecConfiguration">
4061                         <xml-root-element name="ipsec-configuration" />
4062                         <java-attributes>
4063                                 <xml-element java-attribute="ipsecConfigurationId" name="ipsec-configuration-id" required="true" type="java.lang.String" xml-key="true">
4064                                         <xml-properties>
4065                                                 <xml-property name="description" value="UUID of this configuration" />
4066                                         </xml-properties>
4067                                 </xml-element>
4068                                 <xml-element java-attribute="requestedVigAddressType" name="requested-vig-address-type" type="java.lang.String">
4069                                         <xml-properties>
4070                                                 <xml-property name="description" value="Indicate the type of VIG server like AVPN, INTERNET, BOTH" />
4071                                         </xml-properties>
4072                                 </xml-element>
4073                                 <xml-element java-attribute="requestedEncryptionStrength" name="requested-encryption-strength" type="java.lang.String">
4074                                         <xml-properties>
4075                                                 <xml-property name="description" value="Encryption values like 3des-cbc, des-cbc, aes-128-cbc, aes-192-cbc, aes-265-cbc" />
4076                                         </xml-properties>
4077                                 </xml-element>
4078                                 <xml-element java-attribute="requestedDmzType" name="requested-dmz-type" type="java.lang.String">
4079                                         <xml-properties>
4080                                                 <xml-property name="description" value="can offer a shared DMZ or a DMZ specific to a customer" />
4081                                         </xml-properties>
4082                                 </xml-element>
4083                                 <xml-element java-attribute="sharedDmzNetworkAddress" name="shared-dmz-network-address" type="java.lang.String">
4084                                         <xml-properties>
4085                                                 <xml-property name="description" value="Network address of shared DMZ" />
4086                                         </xml-properties>
4087                                 </xml-element>
4088                                 <xml-element java-attribute="requestedCustomerName" name="requested-customer-name" type="java.lang.String">
4089                                         <xml-properties>
4090                                                 <xml-property name="description" value="If the DMZ is a custom DMZ, this field will indicate the customer information" />
4091                                         </xml-properties>
4092                                 </xml-element>
4093                                 <xml-element java-attribute="ikeVersion" name="ike-version" type="java.lang.String">
4094                                         <xml-properties>
4095                                                 <xml-property name="description" value="can be 1 or 2" />
4096                                         </xml-properties>
4097                                 </xml-element>
4098                                 <xml-element java-attribute="ikev1Authentication" name="ikev1-authentication" type="java.lang.String">
4099                                         <xml-properties>
4100                                                 <xml-property name="description" value="Contains values like md5, sha1, sha256, sha384" />
4101                                         </xml-properties>
4102                                 </xml-element>
4103                                 <xml-element java-attribute="ikev1Encryption" name="ikev1-encryption" type="java.lang.String">
4104                                         <xml-properties>
4105                                                 <xml-property name="description" value="Encyption values like 3des-cbc, des-cbc, aes-128-cbc, aes-192-cbc, aes-265-cbc" />
4106                                         </xml-properties>
4107                                 </xml-element>
4108                                 <xml-element java-attribute="ikev1DhGroup" name="ikev1-dh-group" type="java.lang.String">
4109                                         <xml-properties>
4110                                                 <xml-property name="description" value="Diffie-Hellman group like DH-GROUP2, DH-GROUP5, DH-GROUP14" />
4111                                         </xml-properties>
4112                                 </xml-element>
4113                                 <xml-element java-attribute="ikev1AmGroupId" name="ikev1-am-group-id" type="java.lang.String">
4114                                         <xml-properties>
4115                                                 <xml-property name="description" value="Group name defined in VIG for clients using aggressive mode" />
4116                                         </xml-properties>
4117                                 </xml-element>
4118                                 <xml-element java-attribute="ikev1AmPassword" name="ikev1-am-password" type="java.lang.String">
4119                                         <xml-properties>
4120                                                 <xml-property name="description" value="pre-shared key for the above group name " />
4121                                         </xml-properties>
4122                                 </xml-element>
4123                                 <xml-element java-attribute="ikev1SaLifetime" name="ikev1-sa-lifetime" type="java.lang.String">
4124                                         <xml-properties>
4125                                                 <xml-property name="description" value="Lifetime for IKEv1 SA" />
4126                                         </xml-properties>
4127                                 </xml-element>
4128                                 <xml-element java-attribute="ipsecAuthentication" name="ipsec-authentication" type="java.lang.String">
4129                                         <xml-properties>
4130                                                 <xml-property name="description" value="md5, sha1, sha256, sha384" />
4131                                         </xml-properties>
4132                                 </xml-element>
4133                                 <xml-element java-attribute="ipsecEncryption" name="ipsec-encryption" type="java.lang.String">
4134                                         <xml-properties>
4135                                                 <xml-property name="description" value="3des-cbc, des-cbc, aes-128-cbc, aes-192-cbc, aes-265-cbc" />
4136                                         </xml-properties>
4137                                 </xml-element>
4138                                 <xml-element java-attribute="ipsecSaLifetime" name="ipsec-sa-lifetime" type="java.lang.String">
4139                                         <xml-properties>
4140                                                 <xml-property name="description" value="Life time for IPSec SA" />
4141                                         </xml-properties>
4142                                 </xml-element>
4143                                 <xml-element java-attribute="ipsecPfs" name="ipsec-pfs" type="java.lang.String">
4144                                         <xml-properties>
4145                                                 <xml-property name="description" value="enable PFS or not" />
4146                                         </xml-properties>
4147                                 </xml-element>
4148                                 <xml-element java-attribute="xauthUserId" name="xauth-userid" type="java.lang.String">
4149                                         <xml-properties>
4150                                                 <xml-property name="description" value="user ID for xAuth, sm-user, ,nmteHostName" />
4151                                         </xml-properties>
4152                                 </xml-element>
4153                                 <xml-element java-attribute="xauthUserPassword" name="xauth-user-password" type="java.lang.String">
4154                                         <xml-properties>
4155                                                 <xml-property name="description" value="Encrypted using the Juniper $9$ algorithm" />
4156                                         </xml-properties>
4157                                 </xml-element>
4158                                 <xml-element java-attribute="dpdInterval" name="dpd-interval" type="java.lang.String">
4159                                         <xml-properties>
4160                                                 <xml-property name="description" value="The time between DPD probe" />
4161                                         </xml-properties>
4162                                 </xml-element>
4163                                 <xml-element java-attribute="dpdFrequency" name="dpd-frequency" type="java.lang.String">
4164                                         <xml-properties>
4165                                                 <xml-property name="description" value="Maximum number of DPD before claiming the tunnel is down" />
4166                                         </xml-properties>
4167                                 </xml-element>
4168                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
4169                                         <xml-properties>
4170                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
4171                                         </xml-properties>
4172                                 </xml-element>
4173                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
4174                                 <xml-element java-attribute="vigServers" name="vig-servers" type="inventory.aai.openecomp.org.v8.VigServers" />
4175                         </java-attributes>
4176                         <xml-properties>
4177                                 <xml-property name="description" value="IPSec configuration node will contain various configuration data for the NMTE VNF. This node will have an edge to the generic-vnf (vnf type = TE). Starting 1607, this data will be populated by SDN-C" />
4178                                 <xml-property name="indexedProps" value="ipsec-configuration-id" />
4179                                 <xml-property name="uniqueProps" value="ipsec-configuration-id" />
4180                                 <xml-property name="container" value="ipsec-configurations" />
4181                                 <xml-property name="namespace" value="network" />
4182                         </xml-properties>
4183                 </java-type>
4184
4185
4186                 <java-type name="NotificationEvent">
4187                         <xml-root-element name="notification-event" />
4188                         <java-attributes>
4189                                 <xml-element java-attribute="cambriaPartition" name="cambria.partition" type="java.lang.String" />
4190                                 <xml-element java-attribute="eventHeader" name="event-header" type="inventory.aai.openecomp.org.v8.NotificationEventHeader" />
4191                                 <xml-any-element java-attribute="entity" />
4192                         </java-attributes>
4193                 </java-type>
4194                 <java-type name="NotificationEventHeader">
4195                         <xml-root-element name="notification-event-header" />
4196                         <java-attributes>
4197                                 <xml-element java-attribute="id" name="id" type="java.lang.String" />
4198                                 <xml-element java-attribute="timestamp" name="timestamp" type="java.lang.String" />
4199                                 <xml-element java-attribute="sourceName" name="source-name" type="java.lang.String" />
4200                                 <xml-element java-attribute="domain" name="domain" type="java.lang.String" />
4201                                 <xml-element java-attribute="sequenceNumber" name="sequence-number" type="java.lang.String" />
4202                                 <xml-element java-attribute="severity" name="severity" type="java.lang.String" />
4203                                 <xml-element java-attribute="eventType" name="event-type" type="java.lang.String" />
4204                                 <xml-element java-attribute="version" name="version" type="java.lang.String" />
4205                                 <xml-element java-attribute="action" name="action" type="java.lang.String" />
4206                                 <xml-element java-attribute="entityType" name="entity-type" type="java.lang.String" />
4207                                 <xml-element java-attribute="topEntityType" name="top-entity-type" type="java.lang.String" />
4208                                 <xml-element java-attribute="entityLink" name="entity-link" type="java.lang.String" />
4209                                 <xml-element java-attribute="status" name="status" type="java.lang.String" />
4210                         </java-attributes>
4211                 </java-type>
4212                 <java-type name="AaiInternal">
4213                         <xml-root-element name="aai-internal" />
4214                         <java-attributes>
4215                                 <xml-element container-type="java.util.ArrayList" java-attribute="reservedPropNames" name="reserved-prop-names" type="inventory.aai.openecomp.org.v8.ReservedPropNames" />
4216                                 <xml-element container-type="java.util.ArrayList" java-attribute="edgePropNames" name="edge-prop-names" type="inventory.aai.openecomp.org.v8.EdgePropNames" />
4217                         </java-attributes>
4218                 </java-type>
4219                 <java-type name="ReservedPropNames">
4220                         <xml-properties>
4221                                 <xml-property name="description" value="Internal map to define some reserved properties of a vertex" />
4222                                 <xml-property name="uniqueProps" value="aai-unique-key" />
4223                                 <xml-property name="indexedProps" value="aai-unique-key,source-of-truth,aai-node-type" />
4224                         </xml-properties>
4225                         <xml-root-element name="reserved-prop-names" />
4226                         <java-attributes>
4227                                 <xml-element java-attribute="lastModSourceOfTruth" name="last-mod-source-of-truth" type="java.lang.String" />
4228                                 <xml-element java-attribute="aaiNodeType" name="aai-node-type" type="java.lang.String" />
4229                                 <xml-element java-attribute="aaiCreatedTs" name="aai-created-ts" type="java.lang.Long" />
4230                                 <xml-element java-attribute="aaiUniqueKey" name="aai-unique-key" type="java.lang.String" />
4231                                 <xml-element java-attribute="aaiLastModTs" name="aai-last-mod-ts" type="java.lang.Long" />
4232                                 <xml-element java-attribute="sourceOfTruth" name="source-of-truth" type="java.lang.String" />
4233                         </java-attributes>
4234                 </java-type>
4235                 <java-type name="EdgePropNames">
4236                         <!-- NOTE that the names of these properties are not consistent and are in mixed case and hyphen case for now -->
4237                         <xml-properties>
4238                                 <xml-property name="description" value="Internal map to define the properties of an edge and interpret the map EdgeRules" />
4239                                 <xml-property name="edgeInfo" value="edgeLabel,direction,multiplicityRule,isParent,usesResource,hasDelTarget,SVC-INFRA,SVC-INFRA-REV" />
4240                         </xml-properties>
4241                         <xml-root-element name="edge-prop-names" />
4242                         <java-attributes>
4243                                 <xml-element java-attribute="edgeLabel" name="edgeLabel" type="java.lang.String" />
4244                                 <xml-element java-attribute="direction" name="direction" type="java.lang.String" />
4245                                 <xml-element java-attribute="multiplicityRule" name="multiplicityRule" type="java.lang.String" />
4246                                 <xml-element java-attribute="isParent" name="isParent" type="java.lang.Boolean" />
4247                                 <xml-element java-attribute="usesResource" name="usesResource" type="java.lang.Boolean" />
4248                                 <xml-element java-attribute="hasDelTarget" name="hasDelTarget" type="java.lang.Boolean" />
4249                                 <xml-element java-attribute="SVC-INFRA" name="SVC-INFRA" type="java.lang.Boolean" />
4250                                 <xml-element java-attribute="SVC-INFRA-REV" name="SVC-INFRA-REV" type="java.lang.Boolean" />
4251                         </java-attributes>
4252                 </java-type>
4253
4254                 <java-type name="Models">
4255                         <xml-properties>
4256                                 <xml-property name="description" value="Collection of subgraph definitions provided by ASDC to describe the inventory assets and their connections related to ASDC models" />
4257                         </xml-properties>
4258                         <xml-root-element name="models" />
4259                         <java-attributes>
4260                                 <xml-element container-type="java.util.ArrayList" java-attribute="model" name="model" type="inventory.aai.openecomp.org.v8.Model" />
4261                         </java-attributes>
4262                 </java-type>
4263
4264                 <java-type name="Model">
4265                         <xml-properties>
4266                                 <xml-property name="description" value="Subgraph definition provided by ASDC to describe an inventory asset and its connections related to ASDC models" />
4267                                 <xml-property name="nameProps" value="model-name,model-type" />
4268                                 <xml-property name="indexedProps" value="model-name-version-id,model-type,model-name,model-id,model-version" />
4269                                 <xml-property name="alternateKeys1" value="model-id,model-version" />
4270                                 <xml-property name="uniqueProps" value="model-name-version-id" />
4271                                 <xml-property name="container" value="models" />
4272                                 <xml-property name="namespace" value="service-design-and-creation" />
4273                         </xml-properties>
4274                         <xml-root-element name="model" />
4275                         <java-attributes>
4276                                 <xml-element java-attribute="modelNameVersionId" name="model-name-version-id" required="true" type="java.lang.String" xml-key="true">
4277                                         <xml-properties>
4278                                                 <xml-property name="description" value="Unique identifier corresponding to one version of a model in ASDC" />
4279                                         </xml-properties>
4280                                 </xml-element>
4281                                 <xml-element java-attribute="modelType" name="model-type" required="true" type="java.lang.String">
4282                                         <xml-properties>
4283                                                 <xml-property name="description" value="Type of the model, e.g., service, resource, widget, etc." />
4284                                         </xml-properties>
4285                                 </xml-element>
4286                                 <xml-element java-attribute="modelName" name="model-name" required="true" type="java.lang.String">
4287                                         <xml-properties>
4288                                                 <xml-property name="description" value="Name of the model, which can change from version to version." />
4289                                         </xml-properties>
4290                                 </xml-element>
4291                                 <xml-element java-attribute="modelId" name="model-id" required="true" type="java.lang.String">
4292                                         <xml-properties>
4293                                                 <xml-property name="description" value="Invariant unique ID which does not change from version to version" />
4294                                         </xml-properties>
4295                                 </xml-element>
4296                                 <xml-element java-attribute="modelVersion" name="model-version" required="true" type="java.lang.String">
4297                                         <xml-properties>
4298                                                 <xml-property name="description" value="Version" />
4299                                         </xml-properties>
4300                                 </xml-element>
4301                                 <xml-element java-attribute="modelDescription" name="model-description" type="java.lang.String">
4302                                         <xml-properties>
4303                                                 <xml-property name="description" value="Description" />
4304                                         </xml-properties>
4305                                 </xml-element>
4306                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
4307                                         <xml-properties>
4308                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
4309                                         </xml-properties>
4310                                 </xml-element>
4311                                 <xml-element java-attribute="modelElements" name="model-elements" type="inventory.aai.openecomp.org.v8.ModelElements" />
4312                                 <xml-element java-attribute="metadata" name="metadata" type="inventory.aai.openecomp.org.v8.Metadata" />
4313                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
4314                         </java-attributes>
4315                 </java-type>
4316
4317                 <java-type name="ModelElements">
4318                         <xml-root-element name="model-elements" />
4319                         <java-attributes>
4320                                 <xml-element container-type="java.util.ArrayList" java-attribute="modelElement" name="model-element" type="inventory.aai.openecomp.org.v8.ModelElement" />
4321                         </java-attributes>
4322                 </java-type>
4323
4324                 <java-type name="ModelElement">
4325                         <xml-properties>
4326                                 <xml-property name="description" value="Defines how other models combine to make up a higher-level model." />
4327                                 <xml-property name="uniqueProps" value="model-element-uuid" />
4328                                 <xml-property name="indexedProps" value="model-element-uuid" />
4329                                 <xml-property name="allowDirectRead" value="true" />
4330                                 <xml-property name="allowDirectWrite" value="false" />
4331                                 <xml-property name="container" value="model-elements" />
4332                         </xml-properties>
4333                         <xml-root-element name="model-element" />
4334                         <java-attributes>
4335                                 <xml-element java-attribute="modelElementUuid" name="model-element-uuid" required="true" type="java.lang.String" xml-key="true">
4336                                         <xml-properties>
4337                                                 <xml-property name="autoGenerateUuid" value="true" />
4338                                         </xml-properties>
4339                                 </xml-element>
4340                                 <xml-element java-attribute="newDataDelFlag" name="new-data-del-flag" required="true" type="java.lang.String">
4341                                         <xml-properties>
4342                                                 <xml-property name="description" value="Indicates whether this element was created as part of instantiation from this model" />
4343                                         </xml-properties>
4344                                 </xml-element>
4345                                 <xml-element java-attribute="cardinality" name="cardinality" required="true" type="java.lang.String">
4346                                         <xml-properties>
4347                                                 <xml-property name="description" value="How many of this type of element are required/allowed" />
4348                                         </xml-properties>
4349                                 </xml-element>
4350                                 <xml-element container-type="java.util.ArrayList" java-attribute="linkagePoints" name="linkage-points" type="java.lang.String">
4351                                 </xml-element>
4352                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
4353                                         <xml-properties>
4354                                                 <xml-property name="description" value="Used for optimistic concurrency.  Must be empty on create, valid on update and delete." />
4355                                         </xml-properties>
4356                                 </xml-element>
4357                                 <xml-element java-attribute="modelElements" name="model-elements" type="inventory.aai.openecomp.org.v8.ModelElements">
4358                                         <xml-properties>
4359                                                 <xml-property name="description" value="Defines how other models combine to make up a higher-level model" />
4360                                         </xml-properties>
4361                                 </xml-element>
4362                                 <xml-element java-attribute="modelConstraints" name="model-constraints" type="inventory.aai.openecomp.org.v8.ModelConstraints">
4363                                         <xml-properties>
4364                                                 <xml-property name="description" value="Describes new constraints on this model element that are not part of that model's definition" />
4365                                         </xml-properties>
4366                                 </xml-element>
4367                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
4368                         </java-attributes>
4369                 </java-type>
4370
4371                 <java-type name="ModelConstraints">
4372                         <xml-root-element name="model-constraints" />
4373                         <java-attributes>
4374                                 <xml-element container-type="java.util.ArrayList" java-attribute="modelConstraint" name="model-constraint" type="inventory.aai.openecomp.org.v8.ModelConstraint" />
4375                         </java-attributes>
4376                 </java-type>
4377
4378                 <java-type name="ModelConstraint">
4379                         <xml-properties>
4380                                 <xml-property name="description" value="This is how we would capture constraints defining allowed sets of elements." />
4381                                 <xml-property name="uniqueProps" value="model-constraint-uuid" />
4382                                 <xml-property name="indexedProps" value="model-constraint-uuid" />
4383                                 <xml-property name="allowDirectRead" value="true" />
4384                                 <xml-property name="allowDirectWrite" value="false" />
4385                                 <xml-property name="container" value="model-constraints" />
4386                         </xml-properties>
4387                         <xml-root-element name="model-constraint" />
4388                         <java-attributes>
4389                                 <xml-element java-attribute="modelConstraintUuid" name="model-constraint-uuid" required="true" type="java.lang.String" xml-key="true">
4390                                         <xml-properties>
4391                                                 <xml-property name="autoGenerateUuid" value="true" />
4392                                         </xml-properties>
4393                                 </xml-element>
4394                                 <xml-element java-attribute="constrainedElementSetUuidToReplace" name="constrained-element-set-uuid-to-replace" required="true" type="java.lang.String" />
4395                                 <xml-element java-attribute="constrainedElementSets" name="constrained-element-sets" type="inventory.aai.openecomp.org.v8.ConstrainedElementSets" />
4396                         </java-attributes>
4397                 </java-type>
4398
4399                 <java-type name="ConstrainedElementSets">
4400                         <xml-root-element name="constrained-element-sets" />
4401                         <java-attributes>
4402                                 <xml-element container-type="java.util.ArrayList" java-attribute="constrainedElementSet" name="constrained-element-set" type="inventory.aai.openecomp.org.v8.ConstrainedElementSet" />
4403                         </java-attributes>
4404                 </java-type>
4405
4406                 <java-type name="ConstrainedElementSet">
4407                         <xml-properties>
4408                                 <xml-property name="description" value="This is how we would capture constraints defining allowed sets of elements." />
4409                                 <xml-property name="uniqueProps" value="constrained-element-set-uuid" />
4410                                 <xml-property name="indexedProps" value="constrained-element-set-uuid" />
4411                                 <xml-property name="allowDirectRead" value="true" />
4412                                 <xml-property name="allowDirectWrite" value="false" />
4413                                 <xml-property name="container" value="constrained-element-sets" />
4414                         </xml-properties>
4415                         <xml-root-element name="constrained-element-set" />
4416                         <java-attributes>
4417                                 <xml-element java-attribute="constrainedElementSetUuid" name="constrained-element-set-uuid" required="true" type="java.lang.String" xml-key="true">
4418                                         <xml-properties>
4419                                                 <xml-property name="autoGenerateUuid" value="true" />
4420                                         </xml-properties>
4421                                 </xml-element>
4422                                 <xml-element java-attribute="constraintType" name="constraint-type" required="true" type="java.lang.String" />
4423                                 <xml-element java-attribute="checkType" name="check-type" required="true" type="java.lang.String" />
4424                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String" />
4425                                 <xml-element java-attribute="elementChoiceSets" name="element-choice-sets" type="inventory.aai.openecomp.org.v8.ElementChoiceSets" />
4426                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
4427                         </java-attributes>
4428                 </java-type>
4429
4430                 <java-type name="ElementChoiceSets">
4431                         <xml-root-element name="element-choice-sets" />
4432                         <java-attributes>
4433                                 <xml-element container-type="java.util.ArrayList" java-attribute="elementChoiceSet" name="element-choice-set" type="inventory.aai.openecomp.org.v8.ElementChoiceSet" />
4434                         </java-attributes>
4435                 </java-type>
4436
4437                 <java-type name="ElementChoiceSet">
4438                         <xml-properties>
4439                                 <xml-property name="description" value="This is how we would capture constraints defining allowed sets of elements." />
4440                                 <xml-property name="uniqueProps" value="element-choice-set-uuid" />
4441                                 <xml-property name="indexedProps" value="element-choice-set-uuid" />
4442                                 <xml-property name="allowDirectRead" value="true" />
4443                                 <xml-property name="allowDirectWrite" value="false" />
4444                                 <xml-property name="container" value="element-choice-sets" />
4445                         </xml-properties>
4446                         <xml-root-element name="element-choice-set" />
4447                         <java-attributes>
4448                                 <xml-element java-attribute="elementChoiceSetUuid" name="element-choice-set-uuid" required="true" type="java.lang.String" xml-key="true">
4449                                         <xml-properties>
4450                                                 <xml-property name="autoGenerateUuid" value="true" />
4451                                         </xml-properties>
4452                                 </xml-element>
4453                                 <xml-element java-attribute="elementChoiceSetName" name="element-choice-set-name" required="true" type="java.lang.String" />
4454                                 <xml-element java-attribute="cardinality" name="cardinality" type="java.lang.String" />
4455                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String" />
4456                                 <xml-element java-attribute="modelElements" name="model-elements" type="inventory.aai.openecomp.org.v8.ModelElements" />
4457                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
4458                         </java-attributes>
4459                 </java-type>
4460
4461                 <java-type name="NamedQueries">
4462                         <xml-root-element name="named-queries" />
4463                         <java-attributes>
4464                                 <xml-element container-type="java.util.ArrayList" java-attribute="namedQuery" name="named-query" type="inventory.aai.openecomp.org.v8.NamedQuery" />
4465                         </java-attributes>
4466                 </java-type>
4467
4468                 <java-type name="NamedQuery">
4469                         <xml-properties>
4470                                 <xml-property name="description" value="TBD" />
4471                                 <xml-property name="nameProps" value="named-query-name" />
4472                                 <xml-property name="uniqueProps" value="named-query-uuid" />
4473                                 <xml-property name="indexedProps" value="named-query-uuid,named-query-name" />
4474                                 <xml-property name="container" value="named-queries" />
4475                                 <xml-property name="namespace" value="service-design-and-creation" />
4476                         </xml-properties>
4477                         <xml-root-element name="named-query" />
4478                         <java-attributes>
4479                                 <xml-element java-attribute="namedQueryUuid" name="named-query-uuid" required="true" type="java.lang.String" xml-key="true" />
4480                                 <xml-element java-attribute="namedQueryName" name="named-query-name" required="true" type="java.lang.String" />
4481                                 <xml-element java-attribute="namedQueryVersion" name="named-query-version" required="true" type="java.lang.String" />
4482                                 <xml-element container-type="java.util.ArrayList" java-attribute="requiredInputParams" name="required-input-param" type="java.lang.String">
4483                                         <xml-element-wrapper name="required-input-params" />
4484                                 </xml-element>
4485                                 <xml-element java-attribute="description" name="description" type="java.lang.String" />
4486                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String" />
4487                                 <xml-element java-attribute="namedQueryElements" name="named-query-elements" type="inventory.aai.openecomp.org.v8.NamedQueryElements" />
4488                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
4489                         </java-attributes>
4490                 </java-type>
4491
4492                 <java-type name="NamedQueryElements">
4493                         <xml-root-element name="named-query-elements" />
4494                         <java-attributes>
4495                                 <xml-element container-type="java.util.ArrayList" java-attribute="namedQueryElement" name="named-query-element" type="inventory.aai.openecomp.org.v8.NamedQueryElement" />
4496                         </java-attributes>
4497                 </java-type>
4498
4499                 <java-type name="NamedQueryElement">
4500                         <xml-properties>
4501                                 <xml-property name="description" value="TBD" />
4502                                 <xml-property name="uniqueProps" value="named-query-element-uuid" />
4503                                 <xml-property name="indexedProps" value="named-query-element-uuid" />
4504                                 <xml-property name="allowDirectRead" value="true" />
4505                                 <xml-property name="allowDirectWrite" value="false" />
4506                                 <xml-property name="container" value="named-query-elements" />
4507                         </xml-properties>
4508                         <xml-root-element name="named-query-element" />
4509                         <java-attributes>
4510                                 <xml-element java-attribute="namedQueryElementUuid" name="named-query-element-uuid" required="true" type="java.lang.String" xml-key="true">
4511                                         <xml-properties>
4512                                                 <xml-property name="autoGenerateUuid" value="true" />
4513                                         </xml-properties>
4514                                 </xml-element>
4515                                 <xml-element container-type="java.util.ArrayList" java-attribute="propertyCollectList" name="property-collect-list" type="java.lang.String" />
4516                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String" />
4517                                 <xml-element java-attribute="propertyLimitDesc" name="property-limit-desc" type="java.lang.String" />
4518                                 <xml-element java-attribute="doNotOutput" name="do-not-output" type="java.lang.String" />
4519                                 <xml-element java-attribute="namedQueryElements" name="named-query-elements" type="inventory.aai.openecomp.org.v8.NamedQueryElements" />
4520                                 <xml-element java-attribute="relatedLookups" name="related-lookups" type="inventory.aai.openecomp.org.v8.RelatedLookups" />
4521                                 <xml-element java-attribute="propertyConstraints" name="property-constraints" type="inventory.aai.openecomp.org.v8.PropertyConstraints" />
4522                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
4523                         </java-attributes>
4524                 </java-type>
4525
4526                 <java-type name="RelatedLookups">
4527                         <xml-root-element name="related-lookups" />
4528                         <java-attributes>
4529                                 <xml-element container-type="java.util.ArrayList" java-attribute="relatedLookup" name="related-lookup" type="inventory.aai.openecomp.org.v8.RelatedLookup" />
4530                         </java-attributes>
4531                 </java-type>
4532
4533                 <java-type name="RelatedLookup">
4534                         <xml-properties>
4535                                 <xml-property name="description" value="TBD" />
4536                                 <xml-property name="uniqueProps" value="related-lookup-uuid" />
4537                                 <xml-property name="indexedProps" value="related-lookup-uuid" />
4538                                 <xml-property name="allowDirectRead" value="true" />
4539                                 <xml-property name="allowDirectWrite" value="false" />
4540                                 <xml-property name="container" value="related-lookups" />
4541                         </xml-properties>
4542                         <xml-root-element name="related-lookup" />
4543                         <java-attributes>
4544                                 <xml-element java-attribute="relatedLookupUuid" name="related-lookup-uuid" required="true" type="java.lang.String" xml-key="true">
4545                                         <xml-properties>
4546                                                 <xml-property name="autoGenerateUuid" value="true" />
4547                                         </xml-properties>
4548                                 </xml-element>
4549                                 <xml-element java-attribute="sourceNodeType" name="source-node-type" required="true" type="java.lang.String" />
4550                                 <xml-element java-attribute="sourceNodeProperty" name="source-node-property" required="true" type="java.lang.String" />
4551                                 <xml-element java-attribute="targetNodeType" name="target-node-type" required="true" type="java.lang.String" />
4552                                 <xml-element java-attribute="targetNodeProperty" name="target-node-property" required="true" type="java.lang.String" />
4553                                 <xml-element container-type="java.util.ArrayList" java-attribute="propertyCollectList" name="property-collect-list" type="java.lang.String" />
4554                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String" />
4555                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
4556                         </java-attributes>
4557                 </java-type>
4558
4559                 <java-type name="PropertyConstraints">
4560                         <xml-root-element name="property-constraints" />
4561                         <java-attributes>
4562                                 <xml-element container-type="java.util.ArrayList" java-attribute="propertyConstraint" name="property-constraint" type="inventory.aai.openecomp.org.v8.PropertyConstraint" />
4563                         </java-attributes>
4564                 </java-type>
4565
4566                 <java-type name="PropertyConstraint">
4567                         <xml-properties>
4568                                 <xml-property name="description" value="TBD" />
4569                                 <xml-property name="uniqueProps" value="property-constraint-uuid" />
4570                                 <xml-property name="indexedProps" value="property-constraint-uuid" />
4571                                 <xml-property name="allowDirectRead" value="true" />
4572                                 <xml-property name="allowDirectWrite" value="false" />
4573                                 <xml-property name="container" value="property-constraints" />
4574                         </xml-properties>
4575                         <xml-root-element name="property-constraint" />
4576                         <java-attributes>
4577                                 <xml-element java-attribute="propertyConstraintUuid" name="property-constraint-uuid" required="true" type="java.lang.String" xml-key="true">
4578                                         <xml-properties>
4579                                                 <xml-property name="autoGenerateUuid" value="true" />
4580                                         </xml-properties>
4581                                 </xml-element>
4582                                 <xml-element java-attribute="constraintType" name="constraint-type" required="true" type="java.lang.String" />
4583                                 <xml-element java-attribute="property-name" name="property-name" required="true" type="java.lang.String" />
4584                                 <xml-element java-attribute="property-value" name="property-value" required="true" type="java.lang.String" />
4585                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String" />
4586                         </java-attributes>
4587                 </java-type>
4588
4589                 <java-type name="ModelAndNamedQuerySearch">
4590                         <xml-properties>
4591                                 <xml-property name="description" value="ModelAndNamedQuerySearch holds query-parameters and instance-properties for performing a named-query or model query" />
4592                         </xml-properties>
4593                         <xml-root-element name="model-and-named-query-search" />
4594                         <java-attributes>
4595                                 <xml-element java-attribute="queryParameters" name="query-parameters" type="inventory.aai.openecomp.org.v8.QueryParameters" />
4596                                 <xml-element java-attribute="instanceFilters" name="instance-filters" type="inventory.aai.openecomp.org.v8.InstanceFilters" />
4597                                 <xml-element java-attribute="topNodeType"     name="top-node-type"    type="java.lang.String" />
4598                         </java-attributes>
4599                 </java-type>
4600
4601                 <java-type name="QueryParameters">
4602                         <xml-properties>
4603                                 <xml-property name="description" value="QueryParameters for performing a named-query or model query" />
4604                         </xml-properties>
4605                         <xml-root-element name="query-parameters" />
4606                         <java-attributes>
4607                                 <xml-element java-attribute="namedQuery" name="named-query" type="inventory.aai.openecomp.org.v8.NamedQuery" />
4608                                 <xml-element java-attribute="model" name="model" type="inventory.aai.openecomp.org.v8.Model" />
4609                         </java-attributes>
4610                 </java-type>
4611
4612                 <java-type name="InstanceFilters">
4613                         <xml-properties>
4614                                 <xml-property name="description" value="InstanceFilters for performing a named-query or model query" />
4615                         </xml-properties>
4616                         <xml-root-element name="instance-filters" />
4617                         <java-attributes>
4618                                 <xml-element container-type="java.util.ArrayList" java-attribute="instanceFilter" name="instance-filter" type="inventory.aai.openecomp.org.v8.InstanceFilter" />
4619                         </java-attributes>
4620                 </java-type>
4621
4622                 <java-type name="InstanceFilter">
4623                         <xml-properties>
4624                                 <xml-property name="description" value="InstanceFilter for performing a named-query or model query" />
4625                                 <xml-property name="container" value="instance-filters" />
4626                         </xml-properties>
4627                         <xml-root-element name="instance-filter" />
4628                         <java-attributes>
4629                                 <xml-any-element container-type="java.util.ArrayList" java-attribute="any" lax="true" name="any" />
4630                         </java-attributes>
4631                 </java-type>
4632
4633                 <java-type name="Properties">
4634                         <xml-properties>
4635                                 <xml-property name="description" value="Property holder for query properties or instance properties" />
4636                         </xml-properties>
4637                         <xml-root-element name="properties" />
4638                         <java-attributes>
4639                                 <xml-element java-attribute="propertyName" name="property-name" type="java.lang.String" />
4640                                 <xml-element java-attribute="propertyValue" name="property-value" type="java.lang.String" />
4641                         </java-attributes>
4642                 </java-type>
4643
4644                 <java-type name="ResponseList">
4645                         <xml-properties>
4646                                 <xml-property name="description" value="Response container for the results of a named-query or model query" />
4647                         </xml-properties>
4648                         <xml-root-element name="response-list" />
4649                         <java-attributes>
4650                                 <xml-element java-attribute="inventoryResponseItems" name="inventory-response-items" type="inventory.aai.openecomp.org.v8.InventoryResponseItems" />
4651                         </java-attributes>
4652                 </java-type>
4653
4654                 <java-type name="InventoryResponseItems">
4655                         <xml-properties>
4656                                 <xml-property name="description" value="Container for inventory items in response list" />
4657                                 <xml-property name="container" value="response-list" />
4658                         </xml-properties>
4659                         <xml-root-element name="inventory-response-items" />
4660                         <java-attributes>
4661                                 <xml-element container-type="java.util.ArrayList" java-attribute="inventoryResponseItem" name="inventory-response-item" type="inventory.aai.openecomp.org.v8.InventoryResponseItem" />
4662                         </java-attributes>
4663                 </java-type>
4664
4665                 <java-type name="InventoryResponseItem">
4666                         <xml-properties>
4667                                 <xml-property name="description" value="Inventory item for response list" />
4668                                 <xml-property name="container" value="inventory-response-items" />
4669                         </xml-properties>
4670                         <xml-root-element name="inventory-response-item" />
4671                         <java-attributes>
4672                                 <xml-element java-attribute="modelName" name="model-name" type="java.lang.String" />
4673                                 <xml-any-element java-attribute="item" />
4674                                 <xml-element java-attribute="extraProperties" name="extra-properties" type="inventory.aai.openecomp.org.v8.ExtraProperties" />
4675                                 <xml-element java-attribute="inventoryResponseItems" name="inventory-response-items" type="inventory.aai.openecomp.org.v8.InventoryResponseItems" />
4676                         </java-attributes>
4677                 </java-type>
4678
4679                 <java-type name="ExtraProperties">
4680                         <xml-properties>
4681                                 <xml-property name="description" value="Extra properties for inventory item for response list" />
4682                         </xml-properties>
4683                         <xml-root-element name="extra-properties" />
4684                         <java-attributes>
4685                                 <xml-any-element container-type="java.util.ArrayList" java-attribute="extraProperty" name="extra-property" type="inventory.aai.openecomp.org.v8.ExtraProperty" />
4686                         </java-attributes>
4687                 </java-type>
4688
4689                 <java-type name="ExtraProperty">
4690                         <xml-root-element name="extra-property" />
4691                         <java-attributes>
4692                                 <xml-element java-attribute="propertyName" name="property-name" type="java.lang.String" />
4693                                 <xml-any-element java-attribute="propertyValue" lax="true" name="property-value" />
4694                         </java-attributes>
4695                 </java-type>
4696
4697                 <java-type name="RouteTableReferences">
4698                         <xml-properties>
4699                                 <xml-property name="description" value="Collection of openstack route table references" />
4700                         </xml-properties>
4701                         <xml-root-element name="route-table-references" />
4702                         <java-attributes>
4703                                 <xml-element container-type="java.util.ArrayList" java-attribute="routeTableReference" name="route-table-reference" type="inventory.aai.openecomp.org.v8.RouteTableReference" />
4704                         </java-attributes>
4705                 </java-type>
4706
4707                 <java-type name="RouteTableReference">
4708                         <xml-root-element name="route-table-reference" />
4709                         <java-attributes>
4710                                 <xml-element java-attribute="routeTableReferenceId" name="route-table-reference-id" required="true" type="java.lang.String" xml-key="true">
4711                                         <xml-properties>
4712                                                 <xml-property name="description" value="Route Table Reference id, UUID assigned to this instance." />
4713                                         </xml-properties>
4714                                 </xml-element>
4715                                 <xml-element java-attribute="routeTableReferenceFqdn" name="route-table-reference-fqdn" required="true" type="java.lang.String">
4716                                         <xml-properties>
4717                                                 <xml-property name="description" value="FQDN entry in the route table." />
4718                                         </xml-properties>
4719                                 </xml-element>
4720                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
4721                                         <xml-properties>
4722                                                 <xml-property name="description" value="Concurrency value" />
4723                                         </xml-properties>
4724                                 </xml-element>
4725                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
4726                         </java-attributes>
4727
4728                         <xml-properties>
4729                                 <xml-property name="description" value="Openstack route table reference." />
4730                                 <xml-property name="nameProps" value="route-table-reference-fqdn" />
4731                                 <xml-property name="uniqueProps" value="route-table-reference-id" />
4732                                 <xml-property name="indexedProps" value="route-table-reference-id,route-table-reference-fqdn" />
4733                                 <xml-property name="container" value="route-table-references" />
4734                                 <xml-property name="namespace" value="network" />
4735                         </xml-properties>
4736                 </java-type>
4737
4738                 <java-type name="SegmentationAssignments">
4739                         <xml-properties>
4740                                 <xml-property name="description" value="Collection of openstack segmentation assignments" />
4741                         </xml-properties>
4742                         <xml-root-element name="segmentation-assignments" />
4743                         <java-attributes>
4744                                 <xml-element container-type="java.util.ArrayList" java-attribute="segmentationAssignment" name="segmentation-assignment" type="inventory.aai.openecomp.org.v8.SegmentationAssignment" />
4745                         </java-attributes>
4746                 </java-type>
4747
4748                 <java-type name="SegmentationAssignment">
4749                         <xml-root-element name="segmentation-assignment" />
4750                         <java-attributes>
4751                                 <xml-element java-attribute="segmentationId" name="segmentation-id" required="true" type="java.lang.String" xml-key="true">
4752                                         <xml-properties>
4753                                                 <xml-property name="description" value="Route Table Reference id, UUID assigned to this instance." />
4754                                         </xml-properties>
4755                                 </xml-element>
4756                                 <xml-element java-attribute="resourceVersion" name="resource-version" type="java.lang.String">
4757                                         <xml-properties>
4758                                                 <xml-property name="description" value="Concurrency value" />
4759                                         </xml-properties>
4760                                 </xml-element>
4761                                 <xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.openecomp.org.v8.RelationshipList" />
4762                         </java-attributes>
4763                         <xml-properties>
4764                                 <xml-property name="description" value="Openstack segmentation assignment." />
4765                                 <xml-property name="indexedProps" value="segmentation-id" />
4766                                 <xml-property name="dependentOn" value="l3-network" />
4767                                 <xml-property name="container" value="segmentation-assignments" />
4768                         </xml-properties>
4769                 </java-type>
4770                 <java-type name="Vnf">
4771                         <xml-root-element name="vnf"/>
4772                         <java-attributes>
4773                                 <xml-element java-attribute="vnfId" name="vnf-id" required="true" type="java.lang.String" xml-key="true">
4774                                         <xml-properties>
4775                                                 <xml-property name="description" value="Unique id of VNF.  This is unique across the graph." />
4776                                         </xml-properties>
4777                                 </xml-element>
4778                         </java-attributes>
4779                         <xml-properties>
4780                                 <xml-property name="description" value="Abstract vnf class" />
4781                                 <xml-property name="indexedProps" value="vnf-id" />
4782                                 <xml-property name="uniqueProps" value="vnf-id" />
4783                                 <xml-property name="inheritors" value="vce,vpe,generic-vnf" />
4784                                 <xml-property name="abstract" value="true" />
4785                         </xml-properties>
4786                 </java-type>
4787         </java-types>
4788 </xml-bindings>