(req api.InstanceExecPost, stdin *os.File, stdout *os.File, stderr *os.File)
| 134 | // Console - Allocate and run a console tty or a spice Unix socket. |
| 135 | Console(protocol string) (*os.File, chan error, error) |
| 136 | Exec(req api.InstanceExecPost, stdin *os.File, stdout *os.File, stderr *os.File) (Cmd, error) |
| 137 | |
| 138 | // Status |
| 139 | Render() (any, any, error) |
no outgoing calls