diff options
author | Keong Lim <keong.lim@huawei.com> | 2018-08-13 13:28:00 +1000 |
---|---|---|
committer | Keong Lim <keong.lim@huawei.com> | 2018-08-17 15:48:07 +1000 |
commit | fbad6113cd296d61361c1490f32fc372814cfeaa (patch) | |
tree | c884c365f2566272289363e6f51401d11a6fa8e8 /aai-schema/src/main/resources/onap/oxm | |
parent | b34e7307cfb6207584618fb83f58151bf35db45c (diff) |
AAI-1460 Update logical-link schema for CCVPN
Issue-ID: AAI-1460
Update operational-status to be indexed property
Add CCVPN EdgeRules file
Change-Id: Ia8e20171ad060b7ca8f2e91d7a66a545146ff36d
Signed-off-by: Keong Lim <keong.lim@huawei.com>
Diffstat (limited to 'aai-schema/src/main/resources/onap/oxm')
-rw-r--r-- | aai-schema/src/main/resources/onap/oxm/v14/aai_oxm_v14.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-schema/src/main/resources/onap/oxm/v14/aai_oxm_v14.xml b/aai-schema/src/main/resources/onap/oxm/v14/aai_oxm_v14.xml index d80e99b0..12f49df9 100644 --- a/aai-schema/src/main/resources/onap/oxm/v14/aai_oxm_v14.xml +++ b/aai-schema/src/main/resources/onap/oxm/v14/aai_oxm_v14.xml @@ -3234,7 +3234,7 @@ </java-attributes> <xml-properties> <xml-property name="description" value="Logical links generally connect l-interfaces but are used to express logical connectivity between two points" /> - <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" /> + <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,operational-status" /> <xml-property name="uniqueProps" value="link-id" /> <xml-property name="container" value="logical-links" /> <xml-property name="namespace" value="network" /> |