Uses of Class
com.xensource.xenapi.DriverVariant
-
Uses of DriverVariant in com.xensource.xenapi
Fields in com.xensource.xenapi declared as DriverVariantModifier and TypeFieldDescriptionHostDriver.Record.activeVariant
Currently active variant of this driver, if any, or Null.HostDriver.Record.selectedVariant
Variant (if any) selected to become active after reboot.Fields in com.xensource.xenapi with type parameters of type DriverVariantModifier and TypeFieldDescriptionHostDriver.Record.variants
Variants of this driver available for selection Experimental.Methods in com.xensource.xenapi that return DriverVariantModifier and TypeMethodDescriptionHostDriver.getActiveVariant
(Connection c) Get the active_variant field of the given Host_driver.static DriverVariant
DriverVariant.getByUuid
(Connection c, String uuid) Get a reference to the Driver_variant instance with the specified UUID.HostDriver.getSelectedVariant
(Connection c) Get the selected_variant field of the given Host_driver.static DriverVariant
Types.toDriverVariant
(Task task, Connection connection) Attempt to convert theTask
's result to aDriverVariant
object.static DriverVariant
Types.toDriverVariant
(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 DriverVariantModifier and TypeMethodDescriptionstatic Set<DriverVariant>
DriverVariant.getAll
(Connection c) Return a list of all the Driver_variants known to the system.static Map<DriverVariant,
DriverVariant.Record> DriverVariant.getAllRecords
(Connection c) Return a map of Driver_variant references to Driver_variant records for all Driver_variants known to the system.HostDriver.getVariants
(Connection c) Get the variants field of the given Host_driver.static Map<DriverVariant,
DriverVariant.Record> Types.toMapOfDriverVariantDriverVariantRecord
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.static Set<DriverVariant>
Types.toSetOfDriverVariant
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.Methods in com.xensource.xenapi with parameters of type DriverVariantModifier and TypeMethodDescriptionvoid
HostDriver.select
(Connection c, DriverVariant variant) UNSUPPORTED.HostDriver.selectAsync
(Connection c, DriverVariant variant) UNSUPPORTED.