(self)
| 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) |