Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/retspen/webvirtcloud
/ hypervisor_type
Method
hypervisor_type
vrtManager/hostdetails.py:70–72 ·
view source on GitHub ↗
Return hypervisor type
(self)
Source
from the content-addressed store, hash-verified
68
return
info
69
70
def
hypervisor_type(self):
71
""
"Return hypervisor type"
""
72
return
get_xml_path(self.get_cap_xml(),
"/capabilities/guest/arch/domain/@type"
)
Callers
1
overview
Function · 0.80
Calls
2
get_xml_path
Function · 0.90
get_cap_xml
Method · 0.80
Tested by
no test coverage detected