diff options
author | ramu.n <ramu.n@huawei.com> | 2017-11-06 16:37:24 +0530 |
---|---|---|
committer | ramu.n <ramu.n@huawei.com> | 2017-11-06 18:06:05 +0530 |
commit | 8a1edae97af9c4997e93d956d27626277b543125 (patch) | |
tree | f024b7dede1381690f80a7783e6f379d82127987 | |
parent | 38ad5b63b6fc47eb9e86256bc201b43e766fdd2c (diff) |
Define nameProps for Configuration object
SDNC store underlay/overlay network configuration information in
"Configuration" object of AAI with relashionship to "service-instance".
SO need to query "Configuration" based on configuration-id &
configuration-type, since configuration-type is non-key field it can't
be added in relashionship-data.
If define configuration-type as nameProps then SO can get
configuration-type value from "related-to-property".
Change-Id: I82a5bcbd66183cc195273234a42c00e2a4a8ea5a
Issue-Id: AAI-451
Signed-off-by: Ramu N <ramu.n@huawei.com>
-rw-r--r-- | aai-schema/src/main/resources/oxm/aai_oxm_v11.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/aai-schema/src/main/resources/oxm/aai_oxm_v11.xml b/aai-schema/src/main/resources/oxm/aai_oxm_v11.xml index 89bf91d2..90d023ce 100644 --- a/aai-schema/src/main/resources/oxm/aai_oxm_v11.xml +++ b/aai-schema/src/main/resources/oxm/aai_oxm_v11.xml @@ -2976,6 +2976,7 @@ <xml-property name="uniqueProps" value="configuration-id" /> <xml-property name="container" value="configurations" /> <xml-property name="namespace" value="network" /> + <xml-property name="nameProps" value="configuration-type" /> </xml-properties> </java-type> |