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

Method get_description

vrtManager/instance.py:187–188  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

185 return int(mem) / 1024
186
187 def get_description(self):
188 return util.get_xml_path(self._XMLDesc(0), "/domain/description")
189
190 def get_max_memory(self):
191 return self.wvm.getInfo()[1] * 1048576

Callers 1

instanceFunction · 0.80

Calls 1

_XMLDescMethod · 0.95

Tested by

no test coverage detected