X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_lcm%2Fdata_utils%2Fvca.py;h=ff52d229a5fde02a6ea719d8b543b2666d476136;hb=8f6b0e74d6a2595ec8d7176e31ac729afd54f75b;hp=0f3ec1783d17c0bcffdb641ddd657c092f4de4c9;hpb=78adbaf46ed9e09999b894e65b48e02fc1315475;p=osm%2FLCM.git diff --git a/osm_lcm/data_utils/vca.py b/osm_lcm/data_utils/vca.py index 0f3ec17..ff52d22 100644 --- a/osm_lcm/data_utils/vca.py +++ b/osm_lcm/data_utils/vca.py @@ -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", "")