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.activeVariantCurrently active variant of this driver, if any, or Null.HostDriver.Record.selectedVariantVariant (if any) selected to become active after reboot.Fields in com.xensource.xenapi with type parameters of type DriverVariantModifier and TypeFieldDescriptionHostDriver.Record.variantsVariants 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 DriverVariantDriverVariant.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 DriverVariantTypes.toDriverVariant(Task task, Connection connection) Attempt to convert theTask's result to aDriverVariantobject.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.Methods in com.xensource.xenapi with parameters of type DriverVariantModifier and TypeMethodDescriptionvoidHostDriver.select(Connection c, DriverVariant variant) UNSUPPORTED.HostDriver.selectAsync(Connection c, DriverVariant variant) UNSUPPORTED.