Uses of Class
com.xensource.xenapi.VUSB
-
Uses of VUSB in com.xensource.xenapi
Fields in com.xensource.xenapi with type parameters of type VUSBModifier and TypeFieldDescriptionUSBGroup.Record.VUSBsList of VUSBs using the groupVM.Record.VUSBsvirtual usb devicesMethods in com.xensource.xenapi that return VUSBModifier and TypeMethodDescriptionstatic VUSBCreate a new VUSB record in the database only Minimum allowed role: pool-admin First published in XenServer 7.3.static VUSBVUSB.getByUuid(Connection c, String uuid) Get a reference to the VUSB instance with the specified UUID.static VUSBTypes.toVUSB(Task task, Connection connection) static VUSBDeprecated.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 VUSBModifier and TypeMethodDescriptionVUSB.getAll(Connection c) Return a list of all the VUSBs known to the system.static Map<VUSB,VUSB.Record> VUSB.getAllRecords(Connection c) Return a map of VUSB references to VUSB records for all VUSBs known to the system.USBGroup.getVUSBs(Connection c) Get the VUSBs field of the given USB_group.VM.getVUSBs(Connection c) Get the VUSBs field of the given VM.static Map<VUSB,VUSB.Record> Types.toMapOfVUSBVUSBRecord(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.Types.toSetOfVUSB(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.