MCPcopy Index your code
hub / github.com/retspen/webvirtcloud / get_console_passwd

Method get_console_passwd

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

Source from the content-addressed store, hash-verified

476 return websocket_port
477
478 def get_console_passwd(self):
479 return util.get_xml_path(self._XMLDesc(VIR_DOMAIN_XML_SECURE),
480 "/domain/devices/graphics/@passwd")
481
482 def set_console_passwd(self, passwd):
483 xml = self._XMLDesc(VIR_DOMAIN_XML_SECURE)

Callers 2

consoleFunction · 0.80
instanceFunction · 0.80

Calls 1

_XMLDescMethod · 0.95

Tested by

no test coverage detected