Class: console

A console

Enums

console_protocol

Fields

VM ref VM [RO/runtime]
string location [RO/runtime]
(string → string) map other_config [RW]
enum console_protocol protocol [RO/runtime]
string uuid [RO/runtime]

Messages

void add_to_other_config (session ref, console ref, string, string)
console ref create (session ref, console record)
void destroy (session ref, console ref)
VM ref get_VM (session ref, console ref)
console ref set get_all (session ref)
(console ref → console record) map get_all_records (session ref)
console ref get_by_uuid (session ref, string)
string get_location (session ref, console ref)
(string → string) map get_other_config (session ref, console ref)
enum console_protocol get_protocol (session ref, console ref)
console record get_record (session ref, console ref)
string get_uuid (session ref, console ref)
void remove_from_other_config (session ref, console ref, string)
void set_other_config (session ref, console ref, (string → string) map)