MCPcopy
hub / github.com/retspen/webvirtcloud / get_cap_xml

Method get_cap_xml

vrtManager/connection.py:351–353  ·  view source on GitHub ↗

Return xml capabilities

(self)

Source from the content-addressed store, hash-verified

349 self.wvm = connection_manager.get_connection(host, login, passwd, conn)
350
351 def get_cap_xml(self):
352 """Return xml capabilities"""
353 return self.wvm.getCapabilities()
354
355 def is_kvm_supported(self):
356 """Return KVM capabilities."""

Callers 4

is_kvm_supportedMethod · 0.95
get_os_typeMethod · 0.80
get_host_archMethod · 0.80
hypervisor_typeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected