diff --git a/package/cloudshell/cp/vcenter/commands/vm_details.py b/package/cloudshell/cp/vcenter/commands/vm_details.py index a3d9f4b7..0989beb0 100644 --- a/package/cloudshell/cp/vcenter/commands/vm_details.py +++ b/package/cloudshell/cp/vcenter/commands/vm_details.py @@ -82,4 +82,7 @@ def get_details(self): if self.deployment == 'vCenter VM From Template': data.append(VmDetailsProperty(key='Template Name',value= self.dep_attributes.get('vCenter Template',''))) + if self.deployment == 'vCenter Static VM': + data.append(VmDetailsProperty(key='VM Name',value= self.dep_attributes.get('vCenter VM',''))) + return data \ No newline at end of file