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

Method _defineXML

vrtManager/instance.py:155–156  ·  view source on GitHub ↗
(self, xml)

Source from the content-addressed store, hash-verified

153 return self.instance.XMLDesc(flag)
154
155 def _defineXML(self, xml):
156 return self.wvm.defineXML(xml)
157
158 def get_status(self):
159 return self.instance.info()[0]

Callers 7

mount_isoMethod · 0.95
umount_isoMethod · 0.95
set_console_typeMethod · 0.95
set_console_passwdMethod · 0.95
set_console_keymapMethod · 0.95
resizeMethod · 0.95
clone_instanceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected