Uses of Class
com.xensource.xenapi.Console
-
Uses of Console in com.xensource.xenapi
Fields in com.xensource.xenapi with type parameters of type ConsoleMethods in com.xensource.xenapi that return ConsoleModifier and TypeMethodDescriptionstatic Console
Console.create
(Connection c, Console.Record record) Create a new console instance, and return its handle.static Console
Console.getByUuid
(Connection c, String uuid) Get a reference to the console instance with the specified UUID.static Console
Types.toConsole
(Task task, Connection connection) static Console
Methods in com.xensource.xenapi that return types with arguments of type ConsoleModifier and TypeMethodDescriptionConsole.getAll
(Connection c) Return a list of all the consoles known to the system.static Map<Console,
Console.Record> Console.getAllRecords
(Connection c) Return a map of console references to console records for all consoles known to the system.VM.getConsoles
(Connection c) Get the consoles field of the given VM.static Map<Console,
Console.Record> Types.toMapOfConsoleConsoleRecord
(Object object) Types.toSetOfConsole
(Object object)