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.VUSBs
List of VUSBs using the groupVM.Record.VUSBs
vitual usb devicesMethods in com.xensource.xenapi that return VUSBModifier and TypeMethodDescriptionstatic VUSB
Create a new VUSB record in the database only Minimum allowed role: pool-admin First published in XenServer 7.3.static VUSB
VUSB.getByUuid
(Connection c, String uuid) Get a reference to the VUSB instance with the specified UUID.static VUSB
Types.toVUSB
(Task task, Connection connection) static VUSB
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) Types.toSetOfVUSB
(Object object)