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 ConsoleConsole.create(Connection c, Console.Record record) Create a new console instance, and return its handle.static ConsoleConsole.getByUuid(Connection c, String uuid) Get a reference to the console instance with the specified UUID.static ConsoleTypes.toConsole(Task task, Connection connection) 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.