- Adding the path for the newly introduced (i.e. in v21) network-route
resource in aai-schema, to the properties file.
- Adding tunnel-termination-points and te-link-attributes back into aai
schema.
Issue-ID: CCSDK-2393
Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com>
(cherry picked from commit
3c5e96dd5a0c72fd76c887a46c95528126ed1d22)
Change-Id: Idcbba8f3ce36a4d9de5d5eac7cebcf53ad1a8827
lan-port-config = /aai/v21/network/lan-port-configs/lan-port-config/{lan-port-config-id}
zones = /aai/v21/network/zones
zone = /aai/v21/network/zones/zone/{zone-id}
+network-routes = /aai/v21/network/network-routes
+network-route = /aai/v21/network/network-routes/network-route/{route-id}
<xs:element ref="tns:devices" minOccurs="0"/>
<xs:element ref="tns:wan-port-configs" minOccurs="0"/>
<xs:element ref="tns:ext-aai-networks" minOccurs="0"/>
+ <xs:element ref="tns:label-restrictions" minOccurs="0"/>
+ <xs:element ref="tns:unis" minOccurs="0"/>
+ <xs:element ref="tns:te-link-attributes" minOccurs="0"/>
+ <xs:element ref="tns:interlayer-attachments" minOccurs="0"/>
+ <xs:element ref="tns:tunnel-termination-points" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>