Fields
-
string
uuid
unique identifier/object reference
-
enum console_protocol
protocol
the protocol used by this console
-
string
location
URI for the console service
-
VM
VM
VM to which this console is attached
-
Map[string,string]
other_config
additional configuration
Implicit messages
-
Record[console]
get_record
(session session_id, console self)
Get a record containing the current state of the given console.
-
console
get_by_uuid
(session session_id, string uuid)
Get a reference to the console instance with the specified UUID.
-
console
create
(session session_id, Map[string,string] other_config)
Create a new console instance, and return its handle.
-
void
destroy
(session session_id, console self)
Destroy the specified console instance.
-
Set[console]
get_all
(session session_id)
Return a list of all the consoles known to the system.
-
Map[console,Record[console]]
get_all_records
(session session_id)
Return a map of console references to console records for all consoles known to the system.
Explicit messages