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.driver
Driver this variant is a part of Experimental.Methods in com.xensource.xenapi that return HostDriverModifier and TypeMethodDescriptionstatic HostDriver
HostDriver.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 HostDriver
Types.toHostDriver
(Task task, Connection connection) Attempt to convert theTask
's result to aHostDriver
object.static HostDriver
Types.toHostDriver
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.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.static Map<HostDriver,
HostDriver.Record> Types.toMapOfHostDriverHostDriverRecord
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.static Set<HostDriver>
Types.toSetOfHostDriver
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.