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