aboutsummaryrefslogtreecommitdiffstats
path: root/aai-schema/src/main/resources/onap/oxm/v19
diff options
context:
space:
mode:
authorKajur, Harish (vk250x) <vk250x@att.com>2019-11-01 13:31:52 +0000
committerKajur, Harish (vk250x) <vk250x@att.com>2019-11-01 13:31:57 +0000
commit59014bbe1caad302799168d571a37ad86848f53d (patch)
tree54067abc90a0610922a907801ad31857718e4c10 /aai-schema/src/main/resources/onap/oxm/v19
parent7bf7bd2d17a394790cf1483dc37b3ff742497117 (diff)
Add the application id to v19 oxm
Issue-ID: AAI-2697 Change-Id: I11b7fb1898b05e7cc3bc5ea841b857c438603f4d Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'aai-schema/src/main/resources/onap/oxm/v19')
-rw-r--r--aai-schema/src/main/resources/onap/oxm/v19/aai_oxm_v19.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/aai-schema/src/main/resources/onap/oxm/v19/aai_oxm_v19.xml b/aai-schema/src/main/resources/onap/oxm/v19/aai_oxm_v19.xml
index 70f4ee9..154bb11 100644
--- a/aai-schema/src/main/resources/onap/oxm/v19/aai_oxm_v19.xml
+++ b/aai-schema/src/main/resources/onap/oxm/v19/aai_oxm_v19.xml
@@ -4957,6 +4957,11 @@
<xml-property name="description" value="Network Management profile of this VNF"/>
</xml-properties>
</xml-element>
+ <xml-element java-attribute="applicationId" name="application-id" type="java.lang.String">
+ <xml-properties>
+ <xml-property name="description" value="vnf application-id"/>
+ </xml-properties>
+ </xml-element>
<xml-element java-attribute="relationshipList" name="relationship-list" type="inventory.aai.onap.org.v19.RelationshipList"/>
<xml-element java-attribute="lInterfaces" name="l-interfaces" type="inventory.aai.onap.org.v19.LInterfaces"/>
<xml-element java-attribute="lagInterfaces" name="lag-interfaces" type="inventory.aai.onap.org.v19.LagInterfaces"/>