Uses of Class
com.xensource.xenapi.Console.Record
-
Uses of Console.Record in com.xensource.xenapi
Methods in com.xensource.xenapi that return Console.RecordModifier and TypeMethodDescriptionConsole.getRecord(Connection c) Get a record containing the current state of the given console.Methods in com.xensource.xenapi that return types with arguments of type Console.RecordModifier and TypeMethodDescriptionstatic Map<Console,Console.Record> Console.getAllRecords(Connection c) Return a map of console references to console records for all consoles known to the system.Methods in com.xensource.xenapi with parameters of type Console.RecordModifier and TypeMethodDescriptionstatic ConsoleConsole.create(Connection c, Console.Record record) Create a new console instance, and return its handle.static TaskConsole.createAsync(Connection c, Console.Record record) Create a new console instance, and return its handle.