Bug 2210 NS instantiation fails in basic12
[osm/LCM.git] / osm_lcm / data_utils / vca.py
index 0f3ec17..ff52d22 100644 (file)
@@ -224,3 +224,7 @@ class DeployedVCA(DeployedComponent):
     @property
     def config_sw_installed(self) -> bool:
         return self.get("config_sw_installed", False)
+
+    @property
+    def target_element(self) -> str:
+        return self.get("target_element", "")