Uses of Class
com.xensource.xenapi.HostDriver
-
Uses of HostDriver in com.xensource.xenapi
Fields in com.xensource.xenapi declared as HostDriverModifier and TypeFieldDescriptionDriverVariant.Record.driverDriver this variant is a part of Experimental.Methods in com.xensource.xenapi that return HostDriverModifier and TypeMethodDescriptionstatic HostDriverHostDriver.getByUuid(Connection c, String uuid) Get a reference to the Host_driver instance with the specified UUID.DriverVariant.getDriver(Connection c) Get the driver field of the given Driver_variant.static HostDriverTypes.toHostDriver(Task task, Connection connection) Attempt to convert theTask's result to aHostDriverobject.Methods in com.xensource.xenapi that return types with arguments of type HostDriverModifier and TypeMethodDescriptionstatic Set<HostDriver>HostDriver.getAll(Connection c) Return a list of all the Host_drivers known to the system.static Map<HostDriver,HostDriver.Record> HostDriver.getAllRecords(Connection c) Return a map of Host_driver references to Host_driver records for all Host_drivers known to the system.