AAI object addition for ESR 61/102461/1
authorjananib <janani.b@huawei.com>
Thu, 27 Feb 2020 07:01:22 +0000 (12:31 +0530)
committerjananib <janani.b@huawei.com>
Thu, 27 Feb 2020 07:01:22 +0000 (12:31 +0530)
AAI info for NSSMF adapter

Change-Id: I237b67261c55e70d000ebbee8fa28aa4a5b7538a
Issue-ID: SO-2544
Signed-off-by: jananib <janani.b@huawei.com>
common/src/main/java/org/onap/so/client/aai/AAIObjectType.java

index db541f7..f78ac73 100644 (file)
@@ -191,6 +191,11 @@ public class AAIObjectType implements GraphInventoryObjectType, Serializable {
     public static final AAIObjectType CLOUD_ESR_SYSTEM_INFO_LIST = new AAIObjectType(
             AAIObjectType.CLOUD_REGION.uriTemplate(), "/esr-system-info-list", "cloud-esr-system-info-list");
     public static final AAIObjectType ZONE = new AAIObjectType(AAINamespaceConstants.NETWORK, Zone.class);
+    public static final AAIObjectType THIRDPARTY_SDNC_LIST = new AAIObjectType(AAINamespaceConstants.EXTERNAL_SYSTEM,
+            "/esr-thirdparty-sdnc-list", "thirdparty-sdnc-list");
+    public static final AAIObjectType THIRDPARTY_SDNC_SYSTEM_INFO_LIST =
+            new AAIObjectType(AAINamespaceConstants.EXTERNAL_SYSTEM + "/esr-thirdparty-sdnc-list",
+                    "/esr-thirdparty-sdnc/{sdnc-id}/esr-system-info-list", "thirdparty-sdnc-system-info-list");
 
     private final String uriTemplate;
     private final String parentUri;