diff options
author | 2020-10-25 23:04:14 -0400 | |
---|---|---|
committer | 2020-10-25 23:04:28 -0400 | |
commit | dfe20cfed6a140050697ba5a66e8f33fe759ac6d (patch) | |
tree | 5fd4079c1ecfc9212bd58180788dfddb47f80da6 /aai-schema/src/main/resources/onap/oxm/v20 | |
parent | 8bc0a96525b8ec616b4403d9ebe822eae9aefc00 (diff) |
Add back missing ccvpn network slicing elements
Issue-ID: AAI-3211
Change-Id: Ia9babe5da53f98a88ffd754e4bd8e29405a261bf
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
Diffstat (limited to 'aai-schema/src/main/resources/onap/oxm/v20')
-rw-r--r-- | aai-schema/src/main/resources/onap/oxm/v20/aai_oxm_v20.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/aai-schema/src/main/resources/onap/oxm/v20/aai_oxm_v20.xml b/aai-schema/src/main/resources/onap/oxm/v20/aai_oxm_v20.xml index 15433a3..41a7e72 100644 --- a/aai-schema/src/main/resources/onap/oxm/v20/aai_oxm_v20.xml +++ b/aai-schema/src/main/resources/onap/oxm/v20/aai_oxm_v20.xml @@ -3595,6 +3595,11 @@ <xml-element java-attribute="wanPortConfigs" name="wan-port-configs" type="inventory.aai.onap.org.v20.WanPortConfigs"/> <xml-element java-attribute="extAaiNetworks" name="ext-aai-networks" type="inventory.aai.onap.org.v20.ExtAaiNetworks"/> <xml-element java-attribute="fqdns" name="fqdns" type="inventory.aai.onap.org.v20.Fqdns"/> + <xml-element java-attribute="labelRestrictions" name="label-restrictions" type="inventory.aai.onap.org.v20.LabelRestrictions"/> + <xml-element java-attribute="unis" name="unis" type="inventory.aai.onap.org.v20.Unis"/> + <xml-element java-attribute="teLinkAttributes" name="te-link-attributes" type="inventory.aai.onap.org.v20.TeLinkAttributes"/> + <xml-element java-attribute="interlayerAttachments" name="interlayer-attachments" type="inventory.aai.onap.org.v20.InterlayerAttachments"/> + <xml-element java-attribute="tunnelTerminationPoints" name="tunnel-termination-points" type="inventory.aai.onap.org.v20.TunnelTerminationPoints"/> </java-attributes> </java-type> <java-type name="Configurations"> |