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